stackit-resourcemanager 0.9.0__tar.gz → 0.9.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/PKG-INFO +1 -1
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/pyproject.toml +1 -1
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/create_folder_payload.py +1 -1
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/create_project_payload.py +1 -1
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/folder_response.py +1 -1
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/get_folder_details_response.py +1 -1
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/get_project_response.py +1 -1
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/list_folders_response_items_inner.py +1 -1
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/list_organizations_response_items_inner.py +1 -1
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/organization_response.py +1 -1
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/partial_update_folder_payload.py +1 -1
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/partial_update_organization_payload.py +1 -1
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/partial_update_project_payload.py +1 -1
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/project.py +1 -1
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/.gitignore +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/LICENSE.md +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/NOTICE.txt +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/README.md +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/__init__.py +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/api/__init__.py +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/api/default_api.py +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/api_client.py +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/api_response.py +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/configuration.py +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/exceptions.py +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/__init__.py +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/container_search_result.py +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/error_response.py +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/lifecycle_state.py +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/list_folders_response.py +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/list_organizations_response.py +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/list_projects_response.py +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/member.py +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/parent.py +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/models/parent_list_inner.py +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/py.typed +0 -0
- {stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/rest.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: stackit-resourcemanager
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.1
|
|
4
4
|
Summary: Resource Manager API
|
|
5
5
|
Project-URL: Homepage, https://github.com/stackitcloud/stackit-sdk-python
|
|
6
6
|
Project-URL: Issues, https://github.com/stackitcloud/stackit-sdk-python/issues
|
|
@@ -36,7 +36,7 @@ class CreateFolderPayload(BaseModel):
|
|
|
36
36
|
)
|
|
37
37
|
labels: Optional[Dict[str, StrictStr]] = Field(
|
|
38
38
|
default=None,
|
|
39
|
-
description=
|
|
39
|
+
description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
|
|
40
40
|
)
|
|
41
41
|
members: Optional[Annotated[List[Member], Field(min_length=1)]] = Field(
|
|
42
42
|
default=None,
|
|
@@ -36,7 +36,7 @@ class CreateProjectPayload(BaseModel):
|
|
|
36
36
|
)
|
|
37
37
|
labels: Optional[Dict[str, StrictStr]] = Field(
|
|
38
38
|
default=None,
|
|
39
|
-
description='
|
|
39
|
+
description='Key-value string pairs attached to a resource container during creation. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * Either a `"scope": "PUBLIC"` label or a valid `networkArea` label must be provided for project creation. * To create a project within a STACKIT Network Area, you must set the label `"networkArea": "<networkAreaID>"`. > **Important:** The `networkArea` label is immutable and **cannot be changed** after project creation.',
|
|
40
40
|
)
|
|
41
41
|
members: Annotated[List[Member], Field(min_length=1)] = Field(
|
|
42
42
|
description="The initial members assigned to the project. At least one subject needs to be a user, and not a client or service account."
|
|
@@ -37,7 +37,7 @@ class FolderResponse(BaseModel):
|
|
|
37
37
|
folder_id: UUID = Field(description="Globally unique folder identifier.", alias="folderId")
|
|
38
38
|
labels: Optional[Dict[str, StrictStr]] = Field(
|
|
39
39
|
default=None,
|
|
40
|
-
description=
|
|
40
|
+
description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
|
|
41
41
|
)
|
|
42
42
|
name: StrictStr = Field(description="Folder name.")
|
|
43
43
|
parent: Parent
|
|
@@ -38,7 +38,7 @@ class GetFolderDetailsResponse(BaseModel):
|
|
|
38
38
|
folder_id: UUID = Field(description="Globally unique folder identifier.", alias="folderId")
|
|
39
39
|
labels: Optional[Dict[str, StrictStr]] = Field(
|
|
40
40
|
default=None,
|
|
41
|
-
description=
|
|
41
|
+
description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
|
|
42
42
|
)
|
|
43
43
|
name: StrictStr = Field(description="Folder name.")
|
|
44
44
|
parent: Parent
|
|
@@ -38,7 +38,7 @@ class GetProjectResponse(BaseModel):
|
|
|
38
38
|
creation_time: datetime = Field(description="Timestamp at which the project was created.", alias="creationTime")
|
|
39
39
|
labels: Optional[Dict[str, StrictStr]] = Field(
|
|
40
40
|
default=None,
|
|
41
|
-
description=
|
|
41
|
+
description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
|
|
42
42
|
)
|
|
43
43
|
lifecycle_state: LifecycleState = Field(alias="lifecycleState")
|
|
44
44
|
name: StrictStr = Field(description="Project name.")
|
|
@@ -37,7 +37,7 @@ class ListFoldersResponseItemsInner(BaseModel):
|
|
|
37
37
|
folder_id: UUID = Field(description="Globally unique folder identifier.", alias="folderId")
|
|
38
38
|
labels: Optional[Dict[str, StrictStr]] = Field(
|
|
39
39
|
default=None,
|
|
40
|
-
description=
|
|
40
|
+
description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
|
|
41
41
|
)
|
|
42
42
|
name: StrictStr = Field(description="Name of the folder.")
|
|
43
43
|
parent: Parent
|
|
@@ -38,7 +38,7 @@ class ListOrganizationsResponseItemsInner(BaseModel):
|
|
|
38
38
|
)
|
|
39
39
|
labels: Optional[Dict[str, StrictStr]] = Field(
|
|
40
40
|
default=None,
|
|
41
|
-
description=
|
|
41
|
+
description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
|
|
42
42
|
)
|
|
43
43
|
lifecycle_state: LifecycleState = Field(alias="lifecycleState")
|
|
44
44
|
name: StrictStr = Field(description="Name of the organization.")
|
|
@@ -38,7 +38,7 @@ class OrganizationResponse(BaseModel):
|
|
|
38
38
|
)
|
|
39
39
|
labels: Optional[Dict[str, StrictStr]] = Field(
|
|
40
40
|
default=None,
|
|
41
|
-
description=
|
|
41
|
+
description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
|
|
42
42
|
)
|
|
43
43
|
lifecycle_state: LifecycleState = Field(alias="lifecycleState")
|
|
44
44
|
name: StrictStr = Field(description="Organization name.")
|
|
@@ -35,7 +35,7 @@ class PartialUpdateFolderPayload(BaseModel):
|
|
|
35
35
|
)
|
|
36
36
|
labels: Optional[Dict[str, StrictStr]] = Field(
|
|
37
37
|
default=None,
|
|
38
|
-
description=
|
|
38
|
+
description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
|
|
39
39
|
)
|
|
40
40
|
name: Optional[Annotated[str, Field(strict=True)]] = Field(
|
|
41
41
|
default=None,
|
|
@@ -30,7 +30,7 @@ class PartialUpdateOrganizationPayload(BaseModel):
|
|
|
30
30
|
|
|
31
31
|
labels: Optional[Dict[str, StrictStr]] = Field(
|
|
32
32
|
default=None,
|
|
33
|
-
description=
|
|
33
|
+
description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
|
|
34
34
|
)
|
|
35
35
|
name: Optional[Annotated[str, Field(strict=True)]] = Field(
|
|
36
36
|
default=None,
|
|
@@ -35,7 +35,7 @@ class PartialUpdateProjectPayload(BaseModel):
|
|
|
35
35
|
)
|
|
36
36
|
labels: Optional[Dict[str, StrictStr]] = Field(
|
|
37
37
|
default=None,
|
|
38
|
-
description=
|
|
38
|
+
description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
|
|
39
39
|
)
|
|
40
40
|
name: Optional[Annotated[str, Field(strict=True)]] = Field(
|
|
41
41
|
default=None,
|
|
@@ -37,7 +37,7 @@ class Project(BaseModel):
|
|
|
37
37
|
creation_time: datetime = Field(description="Timestamp at which the project was created.", alias="creationTime")
|
|
38
38
|
labels: Optional[Dict[str, StrictStr]] = Field(
|
|
39
39
|
default=None,
|
|
40
|
-
description=
|
|
40
|
+
description="Key-value string pairs attached to an existing resource container. Certain labels may be enforced via organizational policies. * **Key:** Must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` * **Value:** Must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}` > Note: Additional naming restrictions may apply depending on your specific organization.*",
|
|
41
41
|
)
|
|
42
42
|
lifecycle_state: LifecycleState = Field(alias="lifecycleState")
|
|
43
43
|
name: StrictStr = Field(description="Project name.")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/py.typed
RENAMED
|
File without changes
|
{stackit_resourcemanager-0.9.0 → stackit_resourcemanager-0.9.1}/src/stackit/resourcemanager/rest.py
RENAMED
|
File without changes
|