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 the effect that a permissions boundary has on a policy simulation when the boundary is applied to an IAM entity.

Inheritance Hierarchy

System.Object
  Amazon.IdentityManagement.Model.PermissionsBoundaryDecisionDetail

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

Syntax

C#
public class PermissionsBoundaryDecisionDetail

The PermissionsBoundaryDecisionDetail type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AllowedByPermissionsBoundary System.Boolean

Gets and sets the property AllowedByPermissionsBoundary.

Specifies whether an action is allowed by a permissions boundary that is applied to an IAM entity (user or role). A value of true means that the permissions boundary does not deny the action. This means that the policy includes an Allow statement that matches the request. In this case, if an identity-based policy also allows the action, the request is allowed. A value of false means that either the requested action is not allowed (implicitly denied) or that the action is explicitly denied by the permissions boundary. In both of these cases, the action is not allowed, regardless of the identity-based 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