ory-client 1.22.35

OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Workspace

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**access_policy** | Option<**String**> | Controls who can access the workspace and its projects  This does not control access level, only who can access it at all. CHECK_ORGANIZATION_AND_WORKSPACE_MEMBERSHIP WorkspaceAccessPolicyOrganizationMembershipRequired  Only invited members that are part of the organization defined for the workspace can access it CHECK_ACCESS_PERMISSION WorkspaceAccessPolicyMembershipRequired  All invited members can access the workspace, regardless of their organization membership  This is useful for migration scenarios where workspaces previously did not have an organization assigned  If a user is just a member of a project within the workspace, they'll still have access to the project, but not to the workspace itself (the default for existing workspaces) | [optional]
**created_at** | **String** |  | 
**id** | **String** |  | 
**name** | **String** |  | 
**organization_id** | Option<**String**> |  | [optional]
**subscription_id** | Option<**String**> |  | [optional]
**subscription_plan** | Option<**String**> |  | [optional]
**updated_at** | **String** |  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)