Aracılığıyla paylaş


AwAssumeRoleAuthenticationDetailsProperties Class

Definition

AWS cloud account connector based assume role, the role enables delegating access to your AWS resources. The role is composed of role Amazon Resource Name (ARN) and external ID. For more details, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user.html">Creating a Role to Delegate Permissions to an IAM User (write only)</a>

[Newtonsoft.Json.JsonObject("awsAssumeRole")]
public class AwAssumeRoleAuthenticationDetailsProperties : Microsoft.Azure.Management.Security.Models.AuthenticationDetailsProperties
[<Newtonsoft.Json.JsonObject("awsAssumeRole")>]
type AwAssumeRoleAuthenticationDetailsProperties = class
    inherit AuthenticationDetailsProperties
Public Class AwAssumeRoleAuthenticationDetailsProperties
Inherits AuthenticationDetailsProperties
Inheritance
AwAssumeRoleAuthenticationDetailsProperties
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

AwAssumeRoleAuthenticationDetailsProperties()

Initializes a new instance of the AwAssumeRoleAuthenticationDetailsProperties class.

AwAssumeRoleAuthenticationDetailsProperties(String, String, String, IList<String>, String)

Initializes a new instance of the AwAssumeRoleAuthenticationDetailsProperties class.

Properties

AccountId

Gets the ID of the cloud account

AuthenticationProvisioningState

Gets state of the multi-cloud connector Possible values include: 'Valid', 'Invalid', 'Expired', 'IncorrectPolicy'

(Inherited from AuthenticationDetailsProperties)
AwsAssumeRoleArn

Gets or sets assumed role ID is an identifier that you can use to create temporary security credentials.

AwsExternalId

Gets or sets a unique identifier that is required when you assume a role in another account.

GrantedPermissions

Gets the permissions detected in the cloud account.

(Inherited from AuthenticationDetailsProperties)

Methods

Validate()

Validate the object.

Applies to