Table of Contents

Interface IComparablePrincipal

Namespace
Amazon.CDK.AWS.IAM
Assembly
Amazon.CDK.AWS.IAM.dll

Interface for principals that can be compared.

public interface IComparablePrincipal : IPrincipal, IGrantable
Inherited Members

Remarks

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

Methods

DedupeString()

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

string? DedupeString()

Returns

string