public static final class AttachAppPolicyToIdentityRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
AttachAppPolicyToIdentityRequest.Builder |
appId(String appId)
The ID of the request.
|
AttachAppPolicyToIdentityRequest |
build() |
AttachAppPolicyToIdentityRequest.Builder |
identityName(String identityName)
The name of the policy.
|
AttachAppPolicyToIdentityRequest.Builder |
identityType(String identityType)
The ID of the application.
|
AttachAppPolicyToIdentityRequest.Builder |
policyNames(String policyNames)
The operation that you want to perform.
|
public AttachAppPolicyToIdentityRequest.Builder appId(String appId)
public AttachAppPolicyToIdentityRequest.Builder identityName(String identityName)
* **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 AttachAppPolicyToIdentityRequest.Builder identityType(String identityType)
> This parameter is optional when the PolicyNames parameter is set to VODAppAdministratorAccess. This parameter is required when the PolicyNames parameter is set to other values.
public AttachAppPolicyToIdentityRequest.Builder policyNames(String policyNames)
public AttachAppPolicyToIdentityRequest build()
Copyright © 2023. All rights reserved.