Share via


AwsCredsAuthenticationDetailsProperties Constructors

Definition

Overloads

AwsCredsAuthenticationDetailsProperties()

Initializes a new instance of the AwsCredsAuthenticationDetailsProperties class.

AwsCredsAuthenticationDetailsProperties(String, String, String, IList<String>, String)

Initializes a new instance of the AwsCredsAuthenticationDetailsProperties class.

AwsCredsAuthenticationDetailsProperties()

Initializes a new instance of the AwsCredsAuthenticationDetailsProperties class.

public AwsCredsAuthenticationDetailsProperties ();
Public Sub New ()

Applies to

AwsCredsAuthenticationDetailsProperties(String, String, String, IList<String>, String)

Initializes a new instance of the AwsCredsAuthenticationDetailsProperties class.

public AwsCredsAuthenticationDetailsProperties (string awsAccessKeyId, string awsSecretAccessKey, string authenticationProvisioningState = default, System.Collections.Generic.IList<string> grantedPermissions = default, string accountId = default);
new Microsoft.Azure.Management.Security.Models.AwsCredsAuthenticationDetailsProperties : string * string * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Security.Models.AwsCredsAuthenticationDetailsProperties
Public Sub New (awsAccessKeyId As String, awsSecretAccessKey As String, Optional authenticationProvisioningState As String = Nothing, Optional grantedPermissions As IList(Of String) = Nothing, Optional accountId As String = Nothing)

Parameters

awsAccessKeyId
String

Public key element of the AWS credential object (write only)

awsSecretAccessKey
String

Secret key element of the AWS credential object (write only)

authenticationProvisioningState
String

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

grantedPermissions
IList<String>

The permissions detected in the cloud account.

accountId
String

The ID of the cloud account

Applies to