Show / Hide Table of Contents

Class V1beta1ServiceAccount

A service account in the Identity and Access Management API.

Inheritance
object
V1beta1ServiceAccount
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceConsumerManagement.v1beta1.Data
Assembly: Google.Apis.ServiceConsumerManagement.v1beta1.dll
Syntax
public class V1beta1ServiceAccount : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Email

The email address of the service account.

Declaration
[JsonProperty("email")]
public virtual string Email { get; set; }
Property Value
Type Description
string

IamAccountName

Deprecated. See b/136209818.

Declaration
[JsonProperty("iamAccountName")]
public virtual string IamAccountName { get; set; }
Property Value
Type Description
string

Name

P4 SA resource name. An example name would be: services/serviceconsumermanagement.googleapis.com/projects/123/serviceAccounts/default

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Tag

The P4 SA 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 account.

Declaration
[JsonProperty("uniqueId")]
public virtual string UniqueId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX