Cloud Identity-Aware Proxy v1 API - Class IapSettings (2.2.0)

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.

Inheritance

Object > IapSettings

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

IapSettings()

public IapSettings()

IapSettings(IapSettings)

public IapSettings(IapSettings other)
Parameter
NameDescription
otherIapSettings

Properties

AccessSettings

public AccessSettings AccessSettings { get; set; }

Top level wrapper for all access related setting in IAP

Property Value
TypeDescription
AccessSettings

ApplicationSettings

public ApplicationSettings ApplicationSettings { get; set; }

Top level wrapper for all application related settings in IAP

Property Value
TypeDescription
ApplicationSettings

Name

public string Name { get; set; }

Required. The resource name of the IAP protected resource.

Property Value
TypeDescription
String