public sealed class IapSettings : IMessage<IapSettings>, IEquatable<IapSettings>, IDeepCloneable<IapSettings>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class IapSettings.
The IAP configurable settings.
Implements
IMessageIapSettings, IEquatableIapSettings, IDeepCloneableIapSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
IapSettings()
public IapSettings()IapSettings(IapSettings)
public IapSettings(IapSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
IapSettings |
Properties
AccessSettings
public AccessSettings AccessSettings { get; set; }Optional. Top level wrapper for all access related setting in IAP
| Property Value | |
|---|---|
| Type | Description |
AccessSettings |
|
ApplicationSettings
public ApplicationSettings ApplicationSettings { get; set; }Optional. Top level wrapper for all application related settings in IAP
| Property Value | |
|---|---|
| Type | Description |
ApplicationSettings |
|
Name
public string Name { get; set; }Required. The resource name of the IAP protected resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|