Create a new security profile.
Description
If ID is provided and an object with that ID already exists, a 409 (conflict) error is returned.
Roles
At least one of the roles below is required to access this endpoint.
FullAccessSecurityProfileAdminSetSecurityProfile
Request Body
Property | Type | Format | Max Length | Possible Values |
---|
ID | | string | --- | 100 characters | --- | |
Name | Required | string | --- | 100 characters | --- | |
Roles | | array | --- | --- | --- | |
CustomRoles | | array | --- | --- | --- | |
PasswordConfig | | object | --- | --- | --- | |
Property | Type | Format | Max Length | Possible Values |
---|
LimitPasswordReuse | | integer | int32 | --- | --- | | MaxConsecutiveDupeChars | | integer | int32 | --- | --- | | MaximumPasswordAge | | integer | int32 | --- | --- | | MinimumPasswordAge | | integer | int32 | --- | --- | | AllowedFailedAttempts | | integer | int32 | --- | --- | | LockoutDuration | | integer | int32 | --- | --- | | UpperCaseRequired | | boolean | --- | --- | --- | | LowerCaseRequired | | boolean | --- | --- | --- | | SpecialCharacterRequired | | boolean | --- | --- | --- | | NumericRequired | | boolean | --- | --- | --- | | MinimumCharacterCount | | integer | int32 | --- | --- | |
|
Response Body
Property | Type | Format | Max Length | Possible Values |
---|
ID | | string | --- | 100 characters | --- | |
Name | | string | --- | 100 characters | --- | |
Roles | | array | --- | --- | --- | |
CustomRoles | | array | --- | --- | --- | |
PasswordConfig | | object | --- | --- | --- | |
Property | Type | Format | Max Length | Possible Values |
---|
LimitPasswordReuse | | integer | int32 | --- | --- | | MaxConsecutiveDupeChars | | integer | int32 | --- | --- | | MaximumPasswordAge | | integer | int32 | --- | --- | | MinimumPasswordAge | | integer | int32 | --- | --- | | AllowedFailedAttempts | | integer | int32 | --- | --- | | LockoutDuration | | integer | int32 | --- | --- | | UpperCaseRequired | | boolean | --- | --- | --- | | LowerCaseRequired | | boolean | --- | --- | --- | | SpecialCharacterRequired | | boolean | --- | --- | --- | | NumericRequired | | boolean | --- | --- | --- | | MinimumCharacterCount | | integer | int32 | --- | --- | |
|