interface DefinitionResourceReference {
    authorized?: boolean;
    id?: string;
    name?: string;
    type?: string;
}

Properties

authorized?: boolean

Indicates whether the resource is authorized for use.

id?: string

The id of the resource.

name?: string

A friendly name for the resource.

type?: string

The type of the resource.