Skip to main content
Version: 8.9 (unreleased)

Type Alias: AuthorizationResult

type AuthorizationResult = object;

Defined in: gen/types.gen.ts:622

Properties

authorizationKey?

optional authorizationKey: AuthorizationKey;

Defined in: gen/types.gen.ts:647

The key of the authorization.


ownerId?

optional ownerId: string;

Defined in: gen/types.gen.ts:626

The ID of the owner of permissions.


ownerType?

optional ownerType: OwnerTypeEnum;

Defined in: gen/types.gen.ts:627


permissionTypes?

optional permissionTypes: PermissionTypeEnum[];

Defined in: gen/types.gen.ts:643

Specifies the types of the permissions.


resourceId?

optional resourceId: string;

Defined in: gen/types.gen.ts:635

ID of the resource the permission relates to (mutually exclusive with resourcePropertyName).


resourcePropertyName?

optional resourcePropertyName: string;

Defined in: gen/types.gen.ts:639

The name of the resource property the permission relates to (mutually exclusive with resourceId).


resourceType?

optional resourceType: ResourceTypeEnum;

Defined in: gen/types.gen.ts:631

The type of resource that the permissions relate to.