AuthenticationDetailsProperties interface
Settings for cloud authentication management
Properties
authentication |
State of the multi-cloud connector NOTE: This property will not be serialized. It can only be populated by the server. |
authentication |
Polymorphic discriminator, which specifies the different types this object can be |
granted |
The permissions detected in the cloud account. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
authenticationProvisioningState
State of the multi-cloud connector NOTE: This property will not be serialized. It can only be populated by the server.
authenticationProvisioningState?: string
Property Value
string
authenticationType
Polymorphic discriminator, which specifies the different types this object can be
authenticationType: "awsCreds" | "awsAssumeRole" | "gcpCredentials"
Property Value
"awsCreds" | "awsAssumeRole" | "gcpCredentials"
grantedPermissions
The permissions detected in the cloud account. NOTE: This property will not be serialized. It can only be populated by the server.
grantedPermissions?: string[]
Property Value
string[]