PrivateEndpointAuthorizationRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.Serialization.DataContract(Name="PrivateEndpoint", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public sealed class PrivateEndpointAuthorizationRule : Microsoft.ServiceBus.Messaging.AuthorizationRule
[<System.Runtime.Serialization.DataContract(Name="PrivateEndpoint", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type PrivateEndpointAuthorizationRule = class
inherit AuthorizationRule
Public NotInheritable Class PrivateEndpointAuthorizationRule
Inherits AuthorizationRule
- Inheritance
- Attributes
Constructors
PrivateEndpointAuthorizationRule(String, UInt32[]) | |
PrivateEndpointAuthorizationRule(String) |
Fields
NameIdentifierClaimType |
The name identifier claim rule. (Inherited from AuthorizationRule) |
RoleClaimType |
The role role claim rule. (Inherited from AuthorizationRule) |
RoleRoleClaimType |
The role role claim rule. (Inherited from AuthorizationRule) |
SharedAccessKeyClaimType |
The shared access key claim rule. (Inherited from AuthorizationRule) |
ShortNameIdentifierClaimType |
The short name identifier claim rule. (Inherited from AuthorizationRule) |
ShortUpnClaimType |
The short UPN claim rule. (Inherited from AuthorizationRule) |
UpnClaimType |
The UPN claim rule. (Inherited from AuthorizationRule) |
Properties
ClaimType |
Gets or sets the claim type. (Inherited from AuthorizationRule) |
ClaimValue |
Gets or sets the claim value which is either ‘Send’, ‘Listen’, or ‘Manage’. (Inherited from AuthorizationRule) |
CreatedTime |
Gets or sets the date and time when the authorization rule was created. (Inherited from AuthorizationRule) |
IssuerName |
Gets or sets the name identifier of the issuer. (Inherited from AuthorizationRule) |
KeyName | |
LinkIds | |
ModifiedTime |
Gets or sets the date and time when the authorization rule was modified. (Inherited from AuthorizationRule) |
Revision |
Gets or sets the modification revision number. (Inherited from AuthorizationRule) |
Rights |
Gets or sets the list of rights. (Inherited from AuthorizationRule) |
Methods
Clone() | |
Equals(Object) | |
GetHashCode() | |
OnValidate() |
Enables derived classes to provide custom handling when validating the authorization rule. (Inherited from AuthorizationRule) |
ValidateRights(IEnumerable<AccessRights>) |
Checks the validity of the specified access rights. (Inherited from AuthorizationRule) |
Applies to
Azure SDK for .NET