Attaches the specified managed policy to the specified IAM Role in the caller's namespace or x-emc-namespace header if provided.
PolicyArn | Arn that identifies the policy. |
RoleName | Simple name identifying the role. |
This call has no restrictions.
No Request Payload
Field | Description | Type | Notes |
AttachRolePolicyResponse | |||
ResponseMetadata | |||
RequestId | String |
POST https://192.168.0.0:4443/iam?PolicyArn=urn:ecs:iam:::policy/ECSS3FullAccess&RoleName=FinanceRole&Action=AttachRolePolicy Accept: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN> x-emc-namespace: <namespace>
HTTP/1.1 200 OK <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:AttachRolePolicyResponse xmlns:ns2="none"> <ResponseMetadata> <RequestId>0af9f5b8:17178fe9282:d55b:43</RequestId> </ResponseMetadata> </ns2:AttachRolePolicyResponse>