AwsCredsAuthenticationDetailsProperties 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
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'
- accountId
- String
The ID of the cloud account