Typescript SDK Type Docs
    Preparing search index...

    Interface AssociateRoleKeyReference

    References an Associate Role by its key.

    interface AssociateRoleKeyReference {
        key: string;
        typeId: "associate-role";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    User-defined unique identifier of the referenced Type.

    typeId: "associate-role"

    Type of referenced resource.