Class AuthorizationRule
- Namespace
- Microsoft.Azure.ServiceBus.Management
- Assembly
- Microsoft.Azure.ServiceBus.dll
public abstract class AuthorizationRule : IEquatable<AuthorizationRule>
- Inheritance
-
AuthorizationRule
- Implements
- Derived
- Inherited Members
Properties
ClaimType
Gets or sets the claim type.
public abstract string ClaimType { get; }
Property Value
- string
The claim type.
CreatedTime
Gets or sets the date and time when the authorization rule was created.
public DateTime CreatedTime { get; }
Property Value
- DateTime
The date and time when the authorization rule was created.
KeyName
Gets or sets the authorization rule key name.
public abstract string KeyName { get; set; }
Property Value
- string
The authorization rule key name.
ModifiedTime
Gets or sets the date and time when the authorization rule was modified.
public DateTime ModifiedTime { get; }
Property Value
- DateTime
The date and time when the authorization rule was modified.
Rights
Gets or sets the list of rights.
public abstract List<AccessRights> Rights { get; set; }
Property Value
- List<AccessRights>
The list of rights.
Methods
Equals(AuthorizationRule)
public abstract bool Equals(AuthorizationRule comparand)
Parameters
comparand
AuthorizationRule