Show / Hide Table of Contents

Class PolicyDelta

The difference delta between two policies.

Inheritance
System.Object
PolicyDelta
Implements
IMessage<PolicyDelta>
IMessage
System.IEquatable<PolicyDelta>
IDeepCloneable<PolicyDelta>
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Iam.V1
Assembly: Google.Cloud.Iam.V1.dll
Syntax
public sealed class PolicyDelta : IMessage<PolicyDelta>, IMessage, IEquatable<PolicyDelta>, IDeepCloneable<PolicyDelta>

Constructors

PolicyDelta()

Declaration
public PolicyDelta()

PolicyDelta(PolicyDelta)

Declaration
public PolicyDelta(PolicyDelta other)
Parameters
Type Name Description
PolicyDelta other

Properties

AuditConfigDeltas

The delta for AuditConfigs between two policies.

Declaration
public RepeatedField<AuditConfigDelta> AuditConfigDeltas { get; }
Property Value
Type Description
RepeatedField<AuditConfigDelta>

BindingDeltas

The delta for Bindings between two policies.

Declaration
public RepeatedField<BindingDelta> BindingDeltas { get; }
Property Value
Type Description
RepeatedField<BindingDelta>
Back to top