Cloud Identity-Aware Proxy v1 API - Class IdentityAwareProxyOAuthServiceSettings (2.9.0)

public sealed class IdentityAwareProxyOAuthServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class IdentityAwareProxyOAuthServiceSettings.

Settings for IdentityAwareProxyOAuthServiceClient instances.

Inheritance

object > ServiceSettingsBase > IdentityAwareProxyOAuthServiceSettings

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

IdentityAwareProxyOAuthServiceSettings()

public IdentityAwareProxyOAuthServiceSettings()

Constructs a new IdentityAwareProxyOAuthServiceSettings object with default settings.

Properties

CreateBrandSettings

public CallSettings CreateBrandSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IdentityAwareProxyOAuthServiceClient.CreateBrand and IdentityAwareProxyOAuthServiceClient.CreateBrandAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

CreateIdentityAwareProxyClientSettings

public CallSettings CreateIdentityAwareProxyClientSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IdentityAwareProxyOAuthServiceClient.CreateIdentityAwareProxyClient and IdentityAwareProxyOAuthServiceClient.CreateIdentityAwareProxyClientAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

DeleteIdentityAwareProxyClientSettings

public CallSettings DeleteIdentityAwareProxyClientSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IdentityAwareProxyOAuthServiceClient.DeleteIdentityAwareProxyClient and IdentityAwareProxyOAuthServiceClient.DeleteIdentityAwareProxyClientAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

GetBrandSettings

public CallSettings GetBrandSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IdentityAwareProxyOAuthServiceClient.GetBrand and IdentityAwareProxyOAuthServiceClient.GetBrandAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

GetIdentityAwareProxyClientSettings

public CallSettings GetIdentityAwareProxyClientSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IdentityAwareProxyOAuthServiceClient.GetIdentityAwareProxyClient and IdentityAwareProxyOAuthServiceClient.GetIdentityAwareProxyClientAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

ListBrandsSettings

public CallSettings ListBrandsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IdentityAwareProxyOAuthServiceClient.ListBrands and IdentityAwareProxyOAuthServiceClient.ListBrandsAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

ListIdentityAwareProxyClientsSettings

public CallSettings ListIdentityAwareProxyClientsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IdentityAwareProxyOAuthServiceClient.ListIdentityAwareProxyClients and IdentityAwareProxyOAuthServiceClient.ListIdentityAwareProxyClientsAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

ResetIdentityAwareProxyClientSecretSettings

public CallSettings ResetIdentityAwareProxyClientSecretSettings { get; set; }

CallSettings for synchronous and asynchronous calls to IdentityAwareProxyOAuthServiceClient.ResetIdentityAwareProxyClientSecret and IdentityAwareProxyOAuthServiceClient.ResetIdentityAwareProxyClientSecretAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

Methods

Clone()

public IdentityAwareProxyOAuthServiceSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
Type Description
IdentityAwareProxyOAuthServiceSettings

A deep clone of this IdentityAwareProxyOAuthServiceSettings object.

GetDefault()

public static IdentityAwareProxyOAuthServiceSettings GetDefault()

Get a new instance of the default IdentityAwareProxyOAuthServiceSettings.

Returns
Type Description
IdentityAwareProxyOAuthServiceSettings

A new instance of the default IdentityAwareProxyOAuthServiceSettings.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.