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 an attached permissions boundary.

An attached permissions boundary is a managed policy that has been attached to a user or role to set the permissions boundary.

For more information about permissions boundaries, see Permissions boundaries for IAM identities in the IAM User Guide.

Inheritance Hierarchy

System.Object
  Amazon.IdentityManagement.Model.AttachedPermissionsBoundary

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

Syntax

C#
public class AttachedPermissionsBoundary

The AttachedPermissionsBoundary type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property PermissionsBoundaryArn System.String

Gets and sets the property PermissionsBoundaryArn.

The ARN of the policy used to set the permissions boundary for the user or role.

Public Property PermissionsBoundaryType Amazon.IdentityManagement.PermissionsBoundaryAttachmentType

Gets and sets the property PermissionsBoundaryType.

The permissions boundary usage type that indicates what type of IAM resource is used as the permissions boundary for an entity. This data type can only have a value 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