Class IamCheckerSettings (2.0.0)

public sealed class IamCheckerSettings : ServiceSettingsBase

Settings for IamCheckerClient instances.

Inheritance

Object > ServiceSettingsBase > IamCheckerSettings

Namespace

Google.Cloud.PolicyTroubleshooter.V1

Assembly

Google.Cloud.PolicyTroubleshooter.V1.dll

Constructors

IamCheckerSettings()

public IamCheckerSettings()

Constructs a new IamCheckerSettings object with default settings.

Properties

TroubleshootIamPolicySettings

public CallSettings TroubleshootIamPolicySettings { get; set; }

CallSettings for synchronous and asynchronous calls to IamCheckerClient.TroubleshootIamPolicy and IamCheckerClient.TroubleshootIamPolicyAsync.

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

Methods

Clone()

public IamCheckerSettings Clone()

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

Returns
TypeDescription
IamCheckerSettings

A deep clone of this IamCheckerSettings object.

GetDefault()

public static IamCheckerSettings GetDefault()

Get a new instance of the default IamCheckerSettings.

Returns
TypeDescription
IamCheckerSettings

A new instance of the default IamCheckerSettings.