Class IAMPolicySettings (2.4.0)

public sealed class IAMPolicySettings : Api.Gax.Grpc.ServiceSettingsBase

Settings for IAMPolicyClient instances.

Inheritance

Object > IAMPolicySettings

Namespace

Google.Cloud.Iam.V1

Assembly

Google.Cloud.Iam.V1.dll

Constructors

IAMPolicySettings()

public IAMPolicySettings()

Constructs a new IAMPolicySettings object with default settings.

Properties

GetIamPolicySettings

public Api.Gax.Grpc.CallSettings GetIamPolicySettings { get; set; }

for synchronous and asynchronous calls to IAMPolicyClient.GetIamPolicy and IAMPolicyClient.GetIamPolicyAsync.

Property Value
TypeDescription
Api.Gax.Grpc.CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

SetIamPolicySettings

public Api.Gax.Grpc.CallSettings SetIamPolicySettings { get; set; }

for synchronous and asynchronous calls to IAMPolicyClient.SetIamPolicy and IAMPolicyClient.SetIamPolicyAsync.

Property Value
TypeDescription
Api.Gax.Grpc.CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

TestIamPermissionsSettings

public Api.Gax.Grpc.CallSettings TestIamPermissionsSettings { get; set; }

for synchronous and asynchronous calls to IAMPolicyClient.TestIamPermissions and IAMPolicyClient.TestIamPermissionsAsync.

Property Value
TypeDescription
Api.Gax.Grpc.CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

Methods

Clone()

public IAMPolicySettings Clone()

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

Returns
TypeDescription
IAMPolicySettings

A deep clone of this IAMPolicySettings object.

GetDefault()

public static IAMPolicySettings GetDefault()

Get a new instance of the default IAMPolicySettings.

Returns
TypeDescription
IAMPolicySettings

A new instance of the default IAMPolicySettings.