public static final class DetachAppPolicyFromIdentityRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DetachAppPolicyFromIdentityRequest.Builder |
appId(String appId)
The ID of the application.
|
DetachAppPolicyFromIdentityRequest |
build() |
DetachAppPolicyFromIdentityRequest.Builder |
identityName(String identityName)
The name of the identity.
|
DetachAppPolicyFromIdentityRequest.Builder |
identityType(String identityType)
The type of the identity.
|
DetachAppPolicyFromIdentityRequest.Builder |
policyNames(String policyNames)
The name of the policy.
|
public DetachAppPolicyFromIdentityRequest.Builder appId(String appId)
* Default value: **app-1000000**. * For more information, see [Overview](~~113600~~).
public DetachAppPolicyFromIdentityRequest.Builder identityName(String identityName)
* Specifies the ID of the RAM user when the IdentityType parameter is set to RamUser. * Specifies the name of the RAM role when the IdentityType parameter is set to RamRole.
public DetachAppPolicyFromIdentityRequest.Builder identityType(String identityType)
* **RamUser**: a RAM user. * **RamRole**: a RAM role.
public DetachAppPolicyFromIdentityRequest.Builder policyNames(String policyNames)
* **VODAppFullAccess**: authorizes an identity to manage all resources in an application. * **VODAppReadOnlyAccess**: authorizes an identity to access all resources in an application in read-only mode. * **VODAppAdministratorAccess**: assigns the application administrator role to an identity.
public DetachAppPolicyFromIdentityRequest build()
Copyright © 2024. All rights reserved.