Class V1Beta1ServiceIdentity
A service identity in the Identity and Access Management API.
Implements
Inherited Members
Namespace: Google.Apis.ServiceConsumerManagement.v1beta1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1beta1.dll
Syntax
public class V1Beta1ServiceIdentity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
The email address of the service identity.
Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
P4 service identity resource name. An example name would be:
services/serviceconsumermanagement.googleapis.com/projects/123/serviceIdentities/default
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ProjectRole
The project-level IAM role defined in the service agent's grant configuration. This is the standard role
intended for this service agent. This field is populated regardless of the skip_role_attach option in the
request. If skip_role_attach is true, the caller can use this value to know which role they are
responsible for granting.
Declaration
[JsonProperty("projectRole")]
public virtual string ProjectRole { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tag
The P4 service identity configuration tag. This must be defined in activation_grants. If not specified when creating the account, the tag is set to "default".
Declaration
[JsonProperty("tag")]
public virtual string Tag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UniqueId
The unique and stable id of the service identity.
Declaration
[JsonProperty("uniqueId")]
public virtual string UniqueId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |