The body of the private key credentials file, in string format. This is only populated when the ServiceAccountKey is created, and is not stored by Google.
id
string
An opaque, unique identifier for this ServiceAccountKey. Assigned by the server.
kind
string
publicData
string
Public key data for the credentials file. This is an X.509 cert. If you are using the googleCredentials key type, this is identical to the cert that can be retrieved by using the X.509 cert url inside of the credentials file.
Removes and invalidates the specified credentials for the service account
associated with this enterprise. The calling service account must have been
retrieved by calling Enterprises.GetServiceAccount and must have been set
as the enterprise service account by calling Enterprises.SetAccount.
Generates new credentials for the service account associated with this
enterprise. The calling service account must have been retrieved by calling
Enterprises.GetServiceAccount and must have been set as the enterprise
service account by calling Enterprises.SetAccount.
Only the type of the key should be populated in the resource to be
inserted.
Lists all active credentials for the service account associated with this
enterprise. Only the ID and key type are returned. The calling service
account must have been retrieved by calling Enterprises.GetServiceAccount
and must have been set as the enterprise service account by calling
Enterprises.SetAccount.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-19 UTC."],[[["This documentation details service account keys, including their properties (data, ID, kind, publicData, type) and how they are represented as resources."],["These methods are deprecated and will be inaccessible after September 30, 2025; new integrations should refer to the recommended alternatives."],["Service account keys are used for authenticating as a service account and can be managed through methods to delete, insert, and list them."],["Before using these methods, ensure the calling service account is retrieved via `Enterprises.GetServiceAccount` and set as the enterprise service account using `Enterprises.SetAccount`."]]],[]]