你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AwAssumeRoleAuthenticationDetailsProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |