Google.Cloud.BeyondCorp.AppConnectors.V1 - Class AppConnector.Types.PrincipalInfo.Types.ServiceAccount (1.0.0)

public sealed class ServiceAccount : IMessage<AppConnector.Types.PrincipalInfo.Types.ServiceAccount>, IEquatable<AppConnector.Types.PrincipalInfo.Types.ServiceAccount>, IDeepCloneable<AppConnector.Types.PrincipalInfo.Types.ServiceAccount>, IBufferMessage, IMessage

Reference documentation and code samples for the Google.Cloud.BeyondCorp.AppConnectors.V1 class AppConnector.Types.PrincipalInfo.Types.ServiceAccount.

ServiceAccount represents a GCP service account.

Inheritance

Object > AppConnector.Types.PrincipalInfo.Types.ServiceAccount

Namespace

Google.Cloud.BeyondCorp.AppConnectors.V1

Assembly

Google.Cloud.BeyondCorp.AppConnectors.V1.dll

Constructors

ServiceAccount()

public ServiceAccount()

ServiceAccount(AppConnector.Types.PrincipalInfo.Types.ServiceAccount)

public ServiceAccount(AppConnector.Types.PrincipalInfo.Types.ServiceAccount other)
Parameter
NameDescription
otherAppConnector.Types.PrincipalInfo.Types.ServiceAccount

Properties

Email

public string Email { get; set; }

Email address of the service account.

Property Value
TypeDescription
String