interface GetAuthorizationsRequest {
    org?: string;
    orgID?: string;
    user?: string;
    userID?: string;
}

Properties

org?: string

An organization name. Only returns authorizations that belong to this organization.

orgID?: string

An organization ID. Only returns authorizations that belong to this organization.

user?: string

A user name. Only returns authorizations scoped to this user.

userID?: string

A user ID. Only returns authorizations scoped to this user.

MMNEPVFCICPMFPCPTTAAATR