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.
Container for the parameters to the SetPermission operation. Specifies a user's permissions. For more information, see Security and Permissions.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.
Namespace: Amazon.OpsWorks.Model
Assembly: AWSSDK.OpsWorks.dll
Version: 3.x.y.z
public class SetPermissionRequest : AmazonOpsWorksRequest IAmazonWebServiceRequest
The SetPermissionRequest type exposes the following members
Name | Description | |
---|---|---|
SetPermissionRequest() |
Name | Type | Description | |
---|---|---|---|
AllowSsh | System.Boolean |
Gets and sets the property AllowSsh. The user is allowed to use SSH to communicate with the instance. |
|
AllowSudo | System.Boolean |
Gets and sets the property AllowSudo. The user is allowed to use sudo to elevate privileges. |
|
IamUserArn | System.String |
Gets and sets the property IamUserArn. The user's IAM ARN. This can also be a federated user's ARN. |
|
Level | System.String |
Gets and sets the property Level. The user's permission level, which must be set to one of the following strings. You cannot set your own permissions level.
For more information about the permissions associated with these levels, see Managing User Permissions. |
|
StackId | System.String |
Gets and sets the property StackId. The stack ID. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5