Class CloudAiPlatformTenantresourceTenantServiceAccountIdentity
The identity of service accounts that have been explicitly created under tenant projects.
Implements
Inherited Members
Namespace: Google.Apis.Contentwarehouse.v1.Data
Assembly: Google.Apis.Contentwarehouse.v1.dll
Syntax
public class CloudAiPlatformTenantresourceTenantServiceAccountIdentity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceAccountEmail
Output only. The email address of the generated service account.
Declaration
[JsonProperty("serviceAccountEmail")]
public virtual string ServiceAccountEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceName
Input/Output [Required]. The service that the service account belongs to. (e.g. cloudbuild.googleapis.com for GCB service accounts)
Declaration
[JsonProperty("serviceName")]
public virtual string ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |