public interface ServiceAccountOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The relative resource name of the service account resource.
|
com.google.protobuf.ByteString |
getNameBytes()
The relative resource name of the service account resource.
|
String |
getServiceAccount()
Security Center managed service account for the organization
example service-org-1234@scc.iam.gserviceaccount.com
This service_account will be stored in the ComponentSettings field for the
SCC, SHA, and Infra Automation components.
|
com.google.protobuf.ByteString |
getServiceAccountBytes()
Security Center managed service account for the organization
example service-org-1234@scc.iam.gserviceaccount.com
This service_account will be stored in the ComponentSettings field for the
SCC, SHA, and Infra Automation components.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The relative resource name of the service account resource.
Format:
* `organizations/{organization}/serviceAccount`
string name = 1;com.google.protobuf.ByteString getNameBytes()
The relative resource name of the service account resource.
Format:
* `organizations/{organization}/serviceAccount`
string name = 1;String getServiceAccount()
Security Center managed service account for the organization example service-org-1234@scc.iam.gserviceaccount.com This service_account will be stored in the ComponentSettings field for the SCC, SHA, and Infra Automation components.
string service_account = 2;com.google.protobuf.ByteString getServiceAccountBytes()
Security Center managed service account for the organization example service-org-1234@scc.iam.gserviceaccount.com This service_account will be stored in the ComponentSettings field for the SCC, SHA, and Infra Automation components.
string service_account = 2;Copyright © 2024 Google LLC. All rights reserved.