Modify JIT privilege configurations for an SVM
PATCH /security/jit-privileges/{owner.uuid}/{application}
Introduced In: 9.17
Modifies the JIT privilege configurations for an SVM.
Related ONTAP commands
-
security jit-privilege modify
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
owner.uuid |
string |
path |
True |
Used to identify a cluster or an SVM. |
application |
string |
path |
True |
Application name. |
Request Body
| Name | Type | Description |
|---|---|---|
default_session_validity_period |
string |
The default session validity period on this SVM. |
max_jit_validity_period |
string |
The maximum JIT validity period allowed on this SVM. |
Example request
{
"default_session_validity_period": "PT1H",
"max_jit_validity_period": "P90D"
}
Response
Status: 200, Ok
| Name | Type | Description |
|---|---|---|
default_session_validity_period |
string |
The default session validity period on this SVM. |
max_jit_validity_period |
string |
The maximum JIT validity period allowed on this SVM. |
Example response
{
"default_session_validity_period": "PT1H",
"max_jit_validity_period": "P90D"
}
Error
Status: Default, Error
Definitions
See Definitions
href
| Name | Type | Description |
|---|---|---|
href |
string |
_links
owner
Owner name and UUID that uniquely identifies the JIT privilege global settings.
| Name | Type | Description |
|---|---|---|
name |
string |
The name of the SVM. This field cannot be specified in a PATCH method. |
uuid |
string |
The unique identifier of the SVM. This field cannot be specified in a PATCH method. |
security_jit_privilege
| Name | Type | Description |
|---|---|---|
default_session_validity_period |
string |
The default session validity period on this SVM. |
max_jit_validity_period |
string |
The maximum JIT validity period allowed on this SVM. |
error_arguments
| Name | Type | Description |
|---|---|---|
code |
string |
Argument code |
message |
string |
Message argument |
returned_error
| Name | Type | Description |
|---|---|---|
arguments |
array[error_arguments] |
Message arguments |
code |
string |
Error code |
message |
string |
Error message |
target |
string |
The target parameter that caused the error. |