class Aws::SSOAdmin::Types::DetachManagedPolicyFromPermissionSetRequest
@note When making an API call, you may pass DetachManagedPolicyFromPermissionSetRequest
data as a hash: { instance_arn: "InstanceArn", # required permission_set_arn: "PermissionSetArn", # required managed_policy_arn: "ManagedPolicyArn", # required }
@!attribute [rw] instance_arn
The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see [Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the *Amazon Web Services General Reference*. @return [String]
@!attribute [rw] permission_set_arn
The ARN of the PermissionSet from which the policy should be detached. @return [String]
@!attribute [rw] managed_policy_arn
The IAM managed policy ARN to be attached to a permission set. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sso-admin-2020-07-20/DetachManagedPolicyFromPermissionSetRequest AWS API Documentation
Constants
- SENSITIVE