AwAssumeRoleAuthenticationDetailsProperties Constructors
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.
Overloads
AwAssumeRoleAuthenticationDetailsProperties() |
Initializes a new instance of the AwAssumeRoleAuthenticationDetailsProperties class. |
AwAssumeRoleAuthenticationDetailsProperties(String, String, String, IList<String>, String) |
Initializes a new instance of the AwAssumeRoleAuthenticationDetailsProperties class. |
AwAssumeRoleAuthenticationDetailsProperties()
Initializes a new instance of the AwAssumeRoleAuthenticationDetailsProperties class.
public AwAssumeRoleAuthenticationDetailsProperties ();
Public Sub New ()
Applies to
AwAssumeRoleAuthenticationDetailsProperties(String, String, String, IList<String>, String)
Initializes a new instance of the AwAssumeRoleAuthenticationDetailsProperties class.
public AwAssumeRoleAuthenticationDetailsProperties (string awsAssumeRoleArn, string awsExternalId, string authenticationProvisioningState = default, System.Collections.Generic.IList<string> grantedPermissions = default, string accountId = default);
new Microsoft.Azure.Management.Security.Models.AwAssumeRoleAuthenticationDetailsProperties : string * string * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Security.Models.AwAssumeRoleAuthenticationDetailsProperties
Public Sub New (awsAssumeRoleArn As String, awsExternalId As String, Optional authenticationProvisioningState As String = Nothing, Optional grantedPermissions As IList(Of String) = Nothing, Optional accountId As String = Nothing)
Parameters
- awsAssumeRoleArn
- String
Assumed role ID is an identifier that you can use to create temporary security credentials.
- awsExternalId
- String
A unique identifier that is required when you assume a role in another account.
- authenticationProvisioningState
- String
State of the multi-cloud connector Possible values include: 'Valid', 'Invalid', 'Expired', 'IncorrectPolicy'
- accountId
- String
The ID of the cloud account