endpoints

Mixin to add a used_by endpoint to return a list of all objects using this object

patch/endpoints/agents/connectors/{connector_uuid}/

Path parameters

connector_uuidstring uuid required

A UUID string identifying this Agent Connector.

Request body

connector_uuidstring uuid
namestring
enabledboolean
snapshot_expirystring
auth_session_durationstring
auth_terminate_session_on_expiryboolean
refresh_intervalstring
authorization_flowstring uuid nullable
nss_uid_offsetinteger
nss_gid_offsetinteger
challenge_keystring uuid nullable
challenge_idle_timeoutstring
challenge_trigger_check_inboolean
jwt_federation_providersinteger[]

Response

connector_uuidstring uuid
namestring required
enabledboolean
componentstring required

Get object component so that we know how to edit the object

verbose_namestring required

Return object's verbose_name

verbose_name_pluralstring required

Return object's plural verbose_name

meta_model_namestring required

Return internal model name

snapshot_expirystring
auth_session_durationstring
auth_terminate_session_on_expiryboolean
refresh_intervalstring
authorization_flowstring uuid nullable
nss_uid_offsetinteger
nss_gid_offsetinteger
challenge_keystring uuid nullable
challenge_idle_timeoutstring
challenge_trigger_check_inboolean
jwt_federation_providersinteger[]

Changes

No recorded changes to this endpoint across all 1 revision of this API.