ALIYUN::RAM::AppSecret is used to create an application secret.
Syntax
{
"Type": "ALIYUN::RAM::AppSecret",
"Properties": {
"AppId": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
AppId | String | Yes | No | The application ID. | None. |
Return values
Fn::GetAtt
AppSecretValue: the content of the application secret. This value can be used for the Client Secret parameter of Open Authorization (OAuth) applications.
AppSecretId: the ID of the application secret.