{
"count": 1,
"saml_provider": {
"__meta__": {
"user:rd": "op"
},
"description": "test create network",
"dry_run": false,
"generate_name": "test###",
"is_emulated": true,
"is_public": true,
"name": "test-network",
"project_domain_id": "string",
"public_scope": "string",
"status": "string"
}
}
curl --location --request POST 'https://example.com:30888/saml_providers' \
--header 'Content-Type: application/json' \
--data-raw '{
"count": 1,
"saml_provider": {
"__meta__": {
"user:rd": "op"
},
"description": "test create network",
"dry_run": false,
"generate_name": "test###",
"is_emulated": true,
"is_public": true,
"name": "test-network",
"project_domain_id": "string",
"public_scope": "string",
"status": "string"
}
}'
{
"saml_provider": {
"auth_url": "string",
"brand": "string",
"can_delete": true,
"can_update": true,
"cloudaccount": "string",
"cloudaccount_id": "string",
"created_at": "2019-08-24T14:15:22Z",
"delete_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"deleted": true,
"deleted_at": "2019-08-24T14:15:22Z",
"description": "string",
"domain_id": "string",
"domain_src": "local",
"entity_id": "string",
"external_id": "string",
"iam_login_url": "string",
"id": "string",
"imported_at": "2019-08-24T14:15:22Z",
"is_emulated": true,
"is_public": true,
"manager_id": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"metadata_document": "string",
"name": "string",
"progress": 0,
"project_domain": "string",
"provider": "string",
"public_scope": "string",
"public_src": "local",
"shared_domains": [
{
"id": "string",
"name": "string"
}
],
"shared_projects": [
{
"domain": "string",
"domain_id": "string",
"id": "string",
"name": "string"
}
],
"source": "string",
"status": "string",
"update_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"update_version": 0,
"updated_at": "2019-08-24T14:15:22Z"
}
}