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, IMessageReference documentation and code samples for the BeyondCorp AppConnectors v1 API class AppConnector.Types.PrincipalInfo.Types.ServiceAccount.
ServiceAccount represents a GCP service account.
Implements
IMessageAppConnectorTypesPrincipalInfoTypesServiceAccount, IEquatableAppConnectorTypesPrincipalInfoTypesServiceAccount, IDeepCloneableAppConnectorTypesPrincipalInfoTypesServiceAccount, IBufferMessage, IMessageNamespace
Google.Cloud.BeyondCorp.AppConnectors.V1Assembly
Google.Cloud.BeyondCorp.AppConnectors.V1.dll
Constructors
ServiceAccount()
public ServiceAccount()ServiceAccount(ServiceAccount)
public ServiceAccount(AppConnector.Types.PrincipalInfo.Types.ServiceAccount other)| Parameter | |
|---|---|
| Name | Description |
other |
AppConnectorTypesPrincipalInfoTypesServiceAccount |
Properties
public string Email { get; set; }Email address of the service account.
| Property Value | |
|---|---|
| Type | Description |
string |
|