AppSecretProps
Properties for defining a AppSecret
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ram-appsecret
Initializer
import com.aliyun.ros.cdk.ram.AppSecretProps;
AppSecretProps.builder()
.appId(java.lang.String)
.appId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
appId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property appId: The ID of the application. |
appId
Required
public java.lang.Object getAppId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property appId: The ID of the application.