Class GoogleCloudDiscoveryengineV1alphaIdpConfig
Identity Provider Config.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaIdpConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalIdpConfig
External Identity provider config.
Declaration
[JsonProperty("externalIdpConfig")]
public virtual GoogleCloudDiscoveryengineV1alphaIdpConfigExternalIdpConfig ExternalIdpConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1alphaIdpConfigExternalIdpConfig |
IdpType
Identity provider type configured.
Declaration
[JsonProperty("idpType")]
public virtual string IdpType { get; set; }
Property Value
Type | Description |
---|---|
string |