{
"operation-name" : "add",
"description" : "Add credentials used to communicate with the OpenID provider.",
"request-properties" : {
"algorithm" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The credential signature algorithm used by the OpenID provider.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"client-key-alias" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The client key alias when the credential provider is used.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"client-key-password" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The password for the client key when the credential provider is used. This is required if 'client-keystore-file' has been specified.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"client-keystore-file" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The path to the client keystore when the credential provider is used. This is optional.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"client-keystore-password" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The password for the client keystore when the credential provider is used. This is required if 'client-keystore-file' has been specified.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"client-keystore-type" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The client keystore type when the credential provider is used.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"secret" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The client secret that was registered with the OpenID provider.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"token-timeout" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The amount of time after which the token expires and can no longer be used to authenticate requests.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min" : 1,
"max" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"restart-required" : "resource-services",
"runtime-only" : false
}