Skip to main content

policies_password_expiry_partial_update

PATCH 

/api/v3//policies/password_expiry/:policy_uuid/

Password Expiry Viewset

Request

Path Parameters

    policy_uuid uuidrequired

    A UUID string identifying this Password Expiry Policy.

Body

    namestring

    Possible values: non-empty

    execution_loggingboolean

    When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged.

    daysinteger

    Possible values: >= -2147483648 and <= 2147483647

    deny_onlyboolean

Responses

Schema
    pkuuidrequired
    namestringrequired
    execution_loggingboolean

    When this option is enabled, all executions of this policy will be logged. By default, only execution errors are logged.

    componentstringrequired

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

    verbose_namestringrequired

    Return object's verbose_name

    verbose_name_pluralstringrequired

    Return object's plural verbose_name

    meta_model_namestringrequired

    Return internal model name

    bound_tointegerrequired

    Return objects policy is bound to

    daysintegerrequired

    Possible values: >= -2147483648 and <= 2147483647

    deny_onlyboolean

Authorization: http

name: authentiktype: httpscheme: bearer

Request Collapse all
Base URL
/api/v3
Auth
Parameters
— pathrequired
Body
{
  "name": "string",
  "execution_logging": true,
  "days": 0,
  "deny_only": true
}