@pulumi/policy - v1.21.0
    Preparing search index...

    Interface PolicyProviderResource

    Information about the provider.

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

    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.