Chronicle v1 API - Class FeedServiceAccount (1.1.0)

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

Reference documentation and code samples for the Chronicle v1 API class FeedServiceAccount.

FeedServiceAccount is a resource that wraps the feed service account's name.

Inheritance

object > FeedServiceAccount

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

FeedServiceAccount()

public FeedServiceAccount()

FeedServiceAccount(FeedServiceAccount)

public FeedServiceAccount(FeedServiceAccount other)
Parameter
Name Description
other FeedServiceAccount

Properties

FeedServiceAccountName

public FeedServiceAccountName FeedServiceAccountName { get; set; }

FeedServiceAccountName-typed view over the Name resource name property.

Property Value
Type Description
FeedServiceAccountName

Name

public string Name { get; set; }

The resource name of the feedServiceAccount. Format: projects/{project}/locations/{location}/instances/{instance}/feedServiceAccounts/{feedserviceaccount}

Property Value
Type Description
string

SubjectId

public string SubjectId { get; set; }

Unique identifier for the service account.

Property Value
Type Description
string