AWS SDK Version 4 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.IdentityManagement.Model.PolicyIdentifier

Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK.IdentityManagement.dll
Version: 3.x.y.z

Syntax

C#
public class PolicyIdentifier

The PolicyIdentifier type exposes the following members

Constructors

NameDescription
Public Method PolicyIdentifier()

Properties

NameTypeDescription
Public Property 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 (* and ?) in the entity name can match multiple entities.

Public Property 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 * (matches any sequence of characters, including none), and any number of ? (each matches exactly one character).

For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Public Property PolicyType Amazon.IdentityManagement.PolicyIdentifierPolicyType

Gets and sets the property PolicyType.

The policy type to identify. All policies of the specified type are matched.

Version Information

.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