AwsCredsAuthenticationDetailsProperties 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 credentials, the credentials is composed of access key ID and secret key, for more details, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html">Creating an IAM User in Your AWS Account (write only)</a>.
public class AwsCredsAuthenticationDetailsProperties : Azure.ResourceManager.SecurityCenter.Models.AuthenticationDetailsProperties
public class AwsCredsAuthenticationDetailsProperties : Azure.ResourceManager.SecurityCenter.Models.AuthenticationDetailsProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.AwsCredsAuthenticationDetailsProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.AwsCredsAuthenticationDetailsProperties>
type AwsCredsAuthenticationDetailsProperties = class
inherit AuthenticationDetailsProperties
type AwsCredsAuthenticationDetailsProperties = class
inherit AuthenticationDetailsProperties
interface IJsonModel<AwsCredsAuthenticationDetailsProperties>
interface IPersistableModel<AwsCredsAuthenticationDetailsProperties>
Public Class AwsCredsAuthenticationDetailsProperties
Inherits AuthenticationDetailsProperties
Public Class AwsCredsAuthenticationDetailsProperties
Inherits AuthenticationDetailsProperties
Implements IJsonModel(Of AwsCredsAuthenticationDetailsProperties), IPersistableModel(Of AwsCredsAuthenticationDetailsProperties)
- Inheritance
- Implements
Constructors
AwsCredsAuthenticationDetailsProperties(String, String) |
Initializes a new instance of AwsCredsAuthenticationDetailsProperties. |
Properties
AccountId |
The ID of the cloud account. |
AuthenticationProvisioningState |
State of the multi-cloud connector. (Inherited from AuthenticationDetailsProperties) |
AwsAccessKeyId |
Public key element of the AWS credential object (write only). |
AwsSecretAccessKey |
Secret key element of the AWS credential object (write only). |
GrantedPermissions |
The permissions detected in the cloud account. (Inherited from AuthenticationDetailsProperties) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET