public sealed class WorkspaceUsersSettings : IMessage<WorkspaceUsersSettings>, IEquatable<WorkspaceUsersSettings>, IDeepCloneable<WorkspaceUsersSettings>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class WorkspaceUsersSettings.
Workspace Users settings.
Implements
IMessageWorkspaceUsersSettings, IEquatableWorkspaceUsersSettings, IDeepCloneableWorkspaceUsersSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
WorkspaceUsersSettings()
public WorkspaceUsersSettings()WorkspaceUsersSettings(WorkspaceUsersSettings)
public WorkspaceUsersSettings(WorkspaceUsersSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
WorkspaceUsersSettings |
Properties
Authentication
public OAuthJWTCredentials Authentication { get; set; }Input only. Authentication.
| Property Value | |
|---|---|
| Type | Description |
OAuthJWTCredentials |
|
ProjectionType
public WorkspaceUsersSettings.Types.ProjectionType ProjectionType { get; set; }Optional. Projection Type.
| Property Value | |
|---|---|
| Type | Description |
WorkspaceUsersSettingsTypesProjectionType |
|
WorkspaceCustomerId
public string WorkspaceCustomerId { get; set; }Customer ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|