Google Cloud Security Command Center Settings v1beta1 API - Class GetServiceAccountRequest (2.0.0-beta03)

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

Reference documentation and code samples for the Google Cloud Security Command Center Settings v1beta1 API class GetServiceAccountRequest.

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