Skip to main content
Version: latest

creates or updates a password policy for tenant

POST 

/v1/tenants/:tenantUid/password/policy

creates or updates a password policy for tenant

Request

Path Parameters

    tenantUid stringrequired

Body

    creationTimestampdate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

    expiryDurationInDaysinteger
    firstReminderInDaysinteger
    isRegexboolean
    minLengthinteger
    minNumOfBlockLettersinteger
    minNumOfDigitsinteger
    minNumOfSmallLettersinteger
    minNumOfSpecialCharactersinteger
    regexstring
    updateTimestampdate-time

    Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.

Responses

The resource was updated successfully

Loading...