Show / Hide Table of Contents

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.

Inheritance
object
WorkforceIdentitySettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIAP.v1.Data
Assembly: Google.Apis.CloudIAP.v1.dll
Syntax
public class WorkforceIdentitySettings : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Oauth2

OAuth 2.0 settings for IAP to perform OIDC flow with workforce identity federation services.

Declaration
[JsonProperty("oauth2")]
public virtual OAuth2 Oauth2 { get; set; }
Property Value
Type Description
OAuth2

WorkforcePools

The workforce pool resources. Only one workforce pool is accepted.

Declaration
[JsonProperty("workforcePools")]
public virtual IList<string> WorkforcePools { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX