Interface IResourceAttributesApi

Interface representing the Resource Attributes API.

Hierarchy

  • IResourceAttributesApi

Implemented by

Methods

  • Deletes a attribute based on the resource key and attribute key.

    Parameters

    • resourceKey: string

      The resource key.

    • attributeKey: string

      The attribute key.

    Returns Promise<void>

    A promise that resolves when the attribute is successfully deleted.

    Throws

    PermitApiError If the API returns an error HTTP status code.

    Throws

    PermitContextError If the configured ApiContext does not match the required endpoint context.

Generated using TypeDoc