Get identity auth templates by authentication method

get/api/v1/identity-templates

Query parameters

authMethod'ldap' | 'kubernetes' required

Response

Default Response

Changes

Changed in 1 of the 20 revisions of this API.82

  • 763e38e7833782See the full diff
    • the items/ response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the required property items/authMethod from the response with the 200 status

      response-required-property-removed

    • removed the required property items/createdAt from the response with the 200 status

      response-required-property-removed

    • removed the required property items/id from the response with the 200 status

      response-required-property-removed

    • removed the required property items/name from the response with the 200 status

      response-required-property-removed

    • removed the required property items/orgId from the response with the 200 status

      response-required-property-removed

    • removed the required property items/templateFields from the response with the 200 status

      response-required-property-removed

    • removed the required property items/updatedAt from the response with the 200 status

      response-required-property-removed

    • added the new enum value kubernetes to the query request parameter authMethod

      request-parameter-enum-value-added

    • added subschema #1 subschema #2 to the items/ response property anyOf list for the response status 200

      response-property-any-of-added