Interface ServiceAccountOrBuilder (0.11.0)

public interface ServiceAccountOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

The relative resource name of the service account resource. Format:

  • organizations/{organization}/serviceAccount

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The relative resource name of the service account resource. Format:

  • organizations/{organization}/serviceAccount

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getServiceAccount()

public abstract 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;

Returns
TypeDescription
String

The serviceAccount.

getServiceAccountBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for serviceAccount.