Interface IComparablePrincipal
Interface for principals that can be compared.
Inherited Members
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
Dedupe |
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
System.