Expose additional workforce identity attributes (#3717)
This commit is contained in:
@@ -360,6 +360,39 @@
|
||||
"pool_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"display_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"disabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"session_duration": {
|
||||
"type": "string"
|
||||
},
|
||||
"access_restrictions": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"allowed_services": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"domain": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"disable_programmatic_signin": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"providers": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
||||
@@ -101,6 +101,17 @@
|
||||
- **workforce_identity_config**: *object*
|
||||
<br>*additional properties: false*
|
||||
- **pool_name**: *string*
|
||||
- **display_name**: *string*
|
||||
- **description**: *string*
|
||||
- **disabled**: *boolean*
|
||||
- **session_duration**: *string*
|
||||
- **access_restrictions**: *object*
|
||||
<br>*additional properties: false*
|
||||
- **allowed_services**: *array*
|
||||
- items: *object*
|
||||
<br>*additional properties: false*
|
||||
- **domain**: *string*
|
||||
- **disable_programmatic_signin**: *boolean*
|
||||
- **providers**: *object*
|
||||
<br>*additional properties: false*
|
||||
- **`^[a-z][a-z0-9-]+[a-z0-9]$`**: *object*
|
||||
|
||||
Reference in New Issue
Block a user