WorkspaceManagerGroupProperties Class
The workspace manager group properties.
Constructor
WorkspaceManagerGroupProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
description
|
The description of the workspace manager group. |
|
display_name
|
The display name of the workspace manager group. Required. |
|
member_resource_names
|
The names of the workspace manager members participating in this group. Required. |
Attributes
description
The description of the workspace manager group.
description: str | None
display_name
The display name of the workspace manager group. Required.
display_name: str
member_resource_names
The names of the workspace manager members participating in this group. Required.
member_resource_names: list[str]