GoogleCloudAPIKey
No description
type GoogleCloudAPIKey {
metadata: ResourceMetadata!
annotations: [GoogleCloudAPIKeyAnnotation!]!
createdAt: DateTime!
deletedAt: DateTime
displayName: String!
etag: String!
name: String!
restriction: GoogleCloudAPIKeyRestriction
uniqueId: String!
updatedAt: DateTime!
}
Fields
GoogleCloudAPIKey.metadata ● ResourceMetadata! non-null object
The metadata to identify this resource in Shisho Cloud
GoogleCloudAPIKey.annotations ● [GoogleCloudAPIKeyAnnotation!]! non-null object
The annotations
GoogleCloudAPIKey.createdAt ● DateTime! non-null scalar
The created date/time
GoogleCloudAPIKey.deletedAt ● DateTime scalar
The deleted date/time
GoogleCloudAPIKey.displayName ● String! non-null scalar
The readable name
GoogleCloudAPIKey.etag ● String! non-null scalar
A checksum computed by the server based on the current value of the Key resource
GoogleCloudAPIKey.name ● String! non-null scalar
The resource name of the key
GoogleCloudAPIKey.restriction ● GoogleCloudAPIKeyRestriction object
The restriction
GoogleCloudAPIKey.uniqueId ● String! non-null scalar
Unique ID
GoogleCloudAPIKey.updatedAt ● DateTime! non-null scalar
The updated date/time
Member of
GoogleCloudCredentials object