CloudKeystore
No description
type CloudKeystore {
id: UUID!
name: String!
type: CloudKeystoreType!
team: Team!
authorizedTeams: [Team!]
cloudProvider: CloudProvider!
configuration: CloudKeystoreConfiguration!
machineIdentitiesCount: Int!
createdOn: DateTime!
createdBy: User!
lastModifiedOn: DateTime!
lastModifiedBy: User
discovery: CloudDiscovery
discoveryConfiguration: CloudDiscoveryConfiguration!
}
Fields
CloudKeystore.id ● UUID! non-null scalar
The unique identifier of the cloud keystore.
CloudKeystore.name ● String! non-null scalar
Cloud Keystore name
A string between 3 and 250 characters
CloudKeystore.type ● CloudKeystoreType! non-null enum
The type of cloud keystore (e.g., ACM, AKV, GCM, Akamai CDN).
CloudKeystore.team ● Team! non-null object
The team that owns this cloud keystore.
CloudKeystore.authorizedTeams ● [Team!] list object
The list of teams authorized to use this cloud keystore.
CloudKeystore.cloudProvider ● CloudProvider! non-null object
The cloud provider that this keystore belongs to.
CloudKeystore.configuration ● CloudKeystoreConfiguration! non-null union
The provider-specific configuration for this cloud keystore.
CloudKeystore.machineIdentitiesCount ● Int! non-null scalar
The number of machine identities stored in this cloud keystore.
CloudKeystore.createdOn ● DateTime! non-null scalar
The timestamp when this cloud keystore was created.
CloudKeystore.createdBy ● User! non-null object
The user who created this cloud keystore.
CloudKeystore.lastModifiedOn ● DateTime! non-null scalar
The timestamp when this cloud keystore was last modified.
CloudKeystore.lastModifiedBy ● User object
The user who last modified this cloud keystore.
CloudKeystore.discovery ● CloudDiscovery object
The most recent cloud discovery run for this keystore.
CloudKeystore.discoveryConfiguration ● CloudDiscoveryConfiguration! non-null object
The discovery configuration settings for this cloud keystore.
Returned By
createCloudKeystore mutation ● updateCloudKeystore mutation
Member Of
CloudDiscovery object ● CloudKeystoreConnection object ● CloudKeystoreEdge object