Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AwsCredsAuthenticationDetailsProperties

Package version

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

Index

Properties

Optional accountId

accountId: undefined | string

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

Optional authenticationProvisioningState

authenticationProvisioningState: AuthenticationProvisioningState

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

authenticationType

authenticationType: "awsCreds"

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

awsAccessKeyId

awsAccessKeyId: string

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

awsSecretAccessKey

awsSecretAccessKey: string

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

Optional grantedPermissions

grantedPermissions: PermissionProperty[]

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