public sealed class FeedServiceAccount : IMessage<FeedServiceAccount>, IEquatable<FeedServiceAccount>, IDeepCloneable<FeedServiceAccount>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class FeedServiceAccount.
FeedServiceAccount is a resource that wraps the feed service account's name.
Implements
IMessageFeedServiceAccount, IEquatableFeedServiceAccount, IDeepCloneableFeedServiceAccount, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|