View Source GoogleApi.ServiceControl.V2.Model.ServiceMetadata (google_api_service_control v0.44.0)
Metadata describing the service and additional service specific information used to identify the job or unit of work at hand.
Attributes
-
jobMetadata(type:map(), default:nil) - Additional metadata provided by service teams to describe service specific job information that was triggered by the original principal. -
principalSubject(type:String.t, default:nil) - A string representing the principal_subject associated with the identity. For most identities, the format will beprincipal://iam.googleapis.com/{identity pool name}/subject/{subject)except for some GKE identities (GKE_WORKLOAD, FREEFORM, GKE_HUB_WORKLOAD) that are still in the legacy formatserviceAccount:{identity pool name}[{subject}]If the identity is a Google account (e.g. workspace user account or service account), this will be the email of the prefixed byserviceAccount:. For example:serviceAccount:my-service-account@project-1.iam.gserviceaccount.com. If the identity is an individual user, the identity will be formatted as:user:user_ABC@email.com. -
serviceDomain(type:String.t, default:nil) - The service's fully qualified domain name, e.g. "dataproc.googleapis.com".
Summary
Functions
Unwrap a decoded JSON object into its complex fields.