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
- application/json
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
- 204
The resource was updated successfully
Loading...