Package version:

Interface AuthorizationRule

Represents type of AuthorizationRule in ATOM based management operations.

interface AuthorizationRule {
    accessRights?: ("Manage" | "Send" | "Listen")[];
    claimType: string;
    keyName: string;
    primaryKey?: string;
    secondaryKey?: string;
}

Properties

accessRights?: ("Manage" | "Send" | "Listen")[]

The list of rights("Manage" | "Send" | "Listen").

claimType: string

The claim type.

keyName: string

The authorization rule key name.

primaryKey?: string

The primary key for the authorization rule.

secondaryKey?: string

The secondary key for the authorization rule.

Generated using TypeDoc