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.
Identifies one or more policies as a union type. Specify exactly one of PolicyType,
PolicyArn, or InlinePolicyIdentifier to identify policies by their type,
by Amazon Resource Name (ARN), or by the name of an inline policy and the entity it
is attached to.
Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK.IdentityManagement.dll
Version: 3.x.y.z
public class PolicyIdentifier
The PolicyIdentifier type exposes the following members
| Name | Description | |
|---|---|---|
|
PolicyIdentifier() |
| Name | Type | Description | |
|---|---|---|---|
|
InlinePolicyIdentifier | Amazon.IdentityManagement.Model.InlinePolicyIdentifierType |
Gets and sets the property InlinePolicyIdentifier.
An inline policy identifier consisting of a policy name and the entity it is attached
to. Wildcard characters ( |
|
PolicyArn | System.String |
Gets and sets the property PolicyArn.
The Amazon Resource Name (ARN) of an Amazon Web Services managed policy or a customer
managed policy that is attached to an IAM user, group, or role. Wildcard characters
are supported in the resource name portion of the ARN to match multiple managed policies:
use at most one For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference. |
|
PolicyType | Amazon.IdentityManagement.PolicyIdentifierPolicyType |
Gets and sets the property PolicyType. The policy type to identify. All policies of the specified type are matched. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer