Interface PolicyProviderResource

Information about the provider.

interface PolicyProviderResource {
    name: string;
    props: Record<string, any>;
    type: string;
    urn: string;
}

Properties

Properties

name: string

The name of the provider resource.

props: Record<string, any>

The properties of the provider resource.

type: string

The type of the provider resource.

urn: string

The URN of the provider resource.

Generated using TypeDoc