Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 904 Bytes

AddScopeRequest.md

File metadata and controls

14 lines (10 loc) · 904 Bytes

AddScopeRequest

Properties

Name Type Description Notes
id str The ID of the new scope. Should be unique within all scopes.<br/>It should have a format of universally unique identifier (UUID) and should not start with<br/><code>00000000-0000-0000-</code> which is a reserved prefix. [optional]
name str The name of the new scope
description str The description of the new scope [optional]
domain_ids list[str] The list of IDs for domains assigned to the new scope [optional]
community_ids list[str] The list of IDs for communities assigned to the new scope [optional]

[Back to Model list] [Back to API list] [Back to README]