OBJECT

AwsAuthServerDetail

Description

Details of AWS authentication server-based cloud account.

link GraphQL Schema definition

  • type AwsAuthServerDetail {
  • # Agency name for the feature.
  • agency: String!
  • # Role name for the feature.
  • roleName: String!
  • # Host name of the authentication server.
  • authServerHostName: String!
  • # Client's TLS Certificate ID for the authentication server.
  • authServerUserClientCertId: Long!
  • # CA certificate ID for the authentication server.
  • authServerCaCertId: Long!
  • # List of AWS secret regions.
  • authServerAwsRegions: [AwsAuthServerBasedCloudAccountRegion!]!
  • }