public sealed class IapSettings : IMessage<IapSettings>, IEquatable<IapSettings>, IDeepCloneable<IapSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class IapSettings.
The IAP configurable settings.
Implements
IMessage<IapSettings>, IEquatable<IapSettings>, IDeepCloneable<IapSettings>, 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; }
Top level wrapper for all access related setting in IAP
Property Value | |
---|---|
Type | Description |
AccessSettings |
ApplicationSettings
public ApplicationSettings ApplicationSettings { get; set; }
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 |