public sealed class SecuritySettings : IMessage<SecuritySettings>, IEquatable<SecuritySettings>, IDeepCloneable<SecuritySettings>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class SecuritySettings.
Project/Location level security settings for CES.
Implements
IMessageSecuritySettings, IEquatableSecuritySettings, IDeepCloneableSecuritySettings, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
Google.Cloud.Ces.V1Beta.dll
Constructors
SecuritySettings()
public SecuritySettings()SecuritySettings(SecuritySettings)
public SecuritySettings(SecuritySettings other)| Parameter | |
|---|---|
| Name | Description |
other |
SecuritySettings |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. Create time of the security settings.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EndpointControlPolicy
public EndpointControlPolicy EndpointControlPolicy { get; set; }Optional. Endpoint control related settings.
| Property Value | |
|---|---|
| Type | Description |
EndpointControlPolicy |
|
Etag
public string Etag { get; set; }Output only. Etag of the security settings.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Identifier. The unique identifier of the security settings.
Format: projects/{project}/locations/{location}/securitySettings
| Property Value | |
|---|---|
| Type | Description |
string |
|
SecuritySettingsName
public SecuritySettingsName SecuritySettingsName { get; set; }SecuritySettingsName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
SecuritySettingsName |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. Last update time of the security settings.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|