BeyondCorp AppConnectors v1 API - Class AppConnector.Types.PrincipalInfo.Types.ServiceAccount (1.1.0)

public sealed class AppConnector.Types.PrincipalInfo.Types.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 BeyondCorp AppConnectors v1 API 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(ServiceAccount)

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

Properties

Email

public string Email { get; set; }

Email address of the service account.

Property Value
TypeDescription
string