Class GetServiceAccountRequest (1.0.0-beta04)

public sealed class GetServiceAccountRequest : IMessage<GetServiceAccountRequest>, IEquatable<GetServiceAccountRequest>, IDeepCloneable<GetServiceAccountRequest>, IBufferMessage, IMessage

Request message for GetServiceAccount.

Inheritance

Object > GetServiceAccountRequest

Namespace

Google.Cloud.SecurityCenter.Settings.V1Beta1

Assembly

Google.Cloud.SecurityCenter.Settings.V1Beta1.dll

Constructors

GetServiceAccountRequest()

public GetServiceAccountRequest()

GetServiceAccountRequest(GetServiceAccountRequest)

public GetServiceAccountRequest(GetServiceAccountRequest other)
Parameter
NameDescription
otherGetServiceAccountRequest

Properties

Name

public string Name { get; set; }

Required. The relative resource name of the service account resource. Format:

  • organizations/{organization}/serviceAccount
Property Value
TypeDescription
String

ServiceAccountName

public ServiceAccountName ServiceAccountName { get; set; }

ServiceAccountName-typed view over the Name resource name property.

Property Value
TypeDescription
ServiceAccountName