AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the GetContextKeysForCustomPolicy operation. Gets a list of all of the context keys referenced in the input policies. The policies are supplied as a list of one or more strings. To get the context keys from policies associated with an IAM user, group, or role, use GetContextKeysForPrincipalPolicy.
Context keys are variables maintained by Amazon Web Services and its services that
provide details about the context of an API query request. Context keys can be evaluated
by testing against a value specified in an IAM policy. Use GetContextKeysForCustomPolicy
to understand what key names and values you must supply when you call SimulateCustomPolicy.
Note that all parameters are shown in unencoded form here for clarity but must be
URL encoded to be included as a part of a real HTML request.
Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK.IdentityManagement.dll
Version: 3.x.y.z
public class GetContextKeysForCustomPolicyRequest : AmazonIdentityManagementServiceRequest IAmazonWebServiceRequest
The GetContextKeysForCustomPolicyRequest type exposes the following members
Name | Description | |
---|---|---|
GetContextKeysForCustomPolicyRequest() |
Name | Type | Description | |
---|---|---|---|
PolicyInputList | System.Collections.Generic.List<System.String> |
Gets and sets the property PolicyInputList. A list of policies for which you want the list of context keys referenced in those policies. Each document is specified as a string containing the complete, valid JSON text of an IAM policy. The regex pattern used to validate this parameter is a string of characters consisting of the following:
|
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5