Show / Hide Table of Contents

Interface IComparablePrincipal

Interface for principals that can be compared.

Inherited Members
IPrincipal.AddToPrincipalPolicy(PolicyStatement)
IPrincipal.AssumeRoleAction
IPrincipal.PolicyFragment
IPrincipal.PrincipalAccount
IGrantable.GrantPrincipal
Namespace: Amazon.CDK.AWS.IAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IComparablePrincipal : IPrincipal, IGrantable
Syntax (vb)
Public Interface IComparablePrincipal Inherits IPrincipal, IGrantable
Remarks

This only needs to be implemented for principals that could potentially be value-equal. Identity-equal principals will be handled correctly by default.

Synopsis

Methods

DedupeString()

Return a string format of this principal which should be identical if the two principals are the same.

Methods

DedupeString()

Return a string format of this principal which should be identical if the two principals are the same.

string? DedupeString()
Returns

string

Remarks

This only needs to be implemented for principals that could potentially be value-equal. Identity-equal principals will be handled correctly by default.

Back to top Generated by DocFX