OBJECT

ManagementEndpointCredential

Credential - holds credential information that can be used to access one or more cloud accounts.

link GraphQL Schema definition

  • type ManagementEndpointCredential implements Node {
  • # Created by user for the credential.
  • createdBy: User
  • # Creation time of the credential.
  • creationTime: DateTime!
  • # The user-specified name of the credential
  • credentialName: String
  • # Type of the credential
  • credentialType: ManagementEndpointCredentialType
  • # CSP projects associated with the endpoint.
  • cspProjectEntities: [Entity!]
  • # CSP project ID(s) associated with the endpoint.
  • cspProjectIds: [String!]
  • eTag: String
  • # Opaque global identifier of endpoint credentials.
  • id: ID!
  • # Last Accessed time of the credential
  • lastAccessedTime: DateTime
  • # Last Updated time of the credential.
  • lastUpdateTime: DateTime!
  • # Permission type of the credential
  • permissionType: ManagementEndpointCredentialPermissionType
  • # List of properties supported for the credential.
  • # User Credential has properties userName and password.
  • #
  • # Arguments
  • # name: [Not documented]
  • properties(name: [String!]): [ManagementEndpointProperty!]
  • # This defines the permission scopes of the credential.
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • scopes: [ManagementEndpointCredentialScope!]
  • # Tags associated with the credential.
  • #
  • # Arguments
  • # key: [Not documented]
  • tags(key: [String!]): [Tag!]
  • # Update by user for the credential.
  • updatedBy: User
  • }