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