AWS SDK Version 3 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.

Contains information about a policy, but does not include the content. To see the content of a policy, see DescribePolicy.

Inheritance Hierarchy

System.Object
  Amazon.Organizations.Model.PolicySummary

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

Syntax

C#
public class PolicySummary

The PolicySummary type exposes the following members

Constructors

NameDescription
Public Method PolicySummary()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the policy.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the Amazon Web Services Service Authorization Reference.

Public Property AwsManaged System.Boolean

Gets and sets the property AwsManaged.

A boolean value that indicates whether the specified policy is an Amazon Web Services managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.

Public Property Description System.String

Gets and sets the property Description.

The description of the policy.

Public Property Id System.String

Gets and sets the property Id.

The unique identifier (ID) of the policy.

The regex pattern for a policy ID string requires "p-" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).

Public Property Name System.String

Gets and sets the property Name.

The friendly name of the policy.

The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.

Public Property Type Amazon.Organizations.PolicyType

Gets and sets the property Type.

The type of policy.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5