public sealed class WorkforceIdentitySettings : IMessage<WorkforceIdentitySettings>, IEquatable<WorkforceIdentitySettings>, IDeepCloneable<WorkforceIdentitySettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class WorkforceIdentitySettings.
WorkforceIdentitySettings allows customers to configure workforce pools and OAuth 2.0 settings to gate their applications using a third-party IdP with access control.
Implements
IMessageWorkforceIdentitySettings, IEquatableWorkforceIdentitySettings, IDeepCloneableWorkforceIdentitySettings, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
WorkforceIdentitySettings()
public WorkforceIdentitySettings()
WorkforceIdentitySettings(WorkforceIdentitySettings)
public WorkforceIdentitySettings(WorkforceIdentitySettings other)
Parameter | |
---|---|
Name | Description |
other |
WorkforceIdentitySettings |
Properties
Oauth2
public OAuth2 Oauth2 { get; set; }
OAuth 2.0 settings for IAP to perform OIDC flow with workforce identity federation services.
Property Value | |
---|---|
Type | Description |
OAuth2 |
WorkforcePools
public RepeatedField<string> WorkforcePools { get; }
The workforce pool resources. Only one workforce pool is accepted.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |