AWS SDK for .NET Documentation
DescribePermissionsResult Class
AmazonAmazon.OpsWorks.ModelDescribePermissionsResult Did this page help you?   Yes   No    Tell us about it...
Contains the response to a
CopyC#
DescribePermissions
request.
Declaration Syntax
C#
public class DescribePermissionsResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribePermissionsResult()()()()
Initializes a new instance of the DescribePermissionsResult class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Permissions
Gets and sets the property Permissions.

An array of

CopyC#
Permission
objects that describe the stack permissions.

  • If the request object contains only a stack ID, the array contains a
    CopyC#
    Permission
    object with permissions for each of the stack IAM ARNs.
  • If the request object contains only an IAM ARN, the array contains a
    CopyC#
    Permission
    object with permissions for each of the user's stack IDs.
  • If the request contains a stack ID and an IAM ARN, the array contains a single
    CopyC#
    Permission
    object with permissions for the specified stack and IAM ARN.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithPermissions(array<Permission>[]()[][]) Obsolete.
Sets the Permissions property

WithPermissions(IEnumerable<(Of <<'(Permission>)>>)) Obsolete.
Sets the Permissions property

Inheritance Hierarchy
Object
DescribePermissionsResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)