Package version:

Interface AwsCredsAuthenticationDetailsProperties

AWS cloud account connector based credentials, the credentials is composed of access key ID and secret key, for more details, refer to Creating an IAM User in Your AWS Account (write only)

Hierarchy

Properties

accountId?: string

The ID of the cloud account NOTE: This property will not be serialized. It can only be populated by the server.

authenticationProvisioningState?: string

State of the multi-cloud connector NOTE: This property will not be serialized. It can only be populated by the server.

authenticationType: "awsCreds"

Polymorphic discriminator, which specifies the different types this object can be

awsAccessKeyId: string

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

awsSecretAccessKey: string

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

grantedPermissions?: string[]

The permissions detected in the cloud account. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc