google_api_android_enterprise v0.1.0 GoogleApi.AndroidEnterprise.V1.Model.ServiceAccountKey View Source
Credentials that can be used to authenticate as a service account.
Attributes
- data (String.t): 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. Defaults to:
null
. - id (String.t): An opaque, unique identifier for this ServiceAccountKey. Assigned by the server. Defaults to:
null
. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "androidenterprise#serviceAccountKey". Defaults to:
null
. - publicData (String.t): 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. Defaults to:
null
. - type (String.t): The file format of the generated key data. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.