OBJECT
AwsAuthServerDetail
Description
Details of AWS authentication server-based cloud account.
link GraphQL Schema definition
- type AwsAuthServerDetail {
- # Agency name for the feature.
- String! :
- # Role name for the feature.
- String! :
- # Host name of the authentication server.
- String! :
- # Client's TLS Certificate ID for the authentication server.
- Long! :
- # CA certificate ID for the authentication server.
- Long! :
- # List of AWS secret regions.
- AwsAuthServerBasedCloudAccountRegion!]! : [
- }