diff --git a/services/resourcemanager/model_create_folder_payload.go b/services/resourcemanager/model_create_folder_payload.go index 5c505d3f6..0c9cc323c 100644 --- a/services/resourcemanager/model_create_folder_payload.go +++ b/services/resourcemanager/model_create_folder_payload.go @@ -132,7 +132,7 @@ type CreateFolderPayload struct { // Identifier of the parent resource container - containerId as well as UUID identifier is supported. // REQUIRED ContainerParentId CreateFolderPayloadGetContainerParentIdAttributeType `json:"containerParentId" required:"true"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels CreateFolderPayloadGetLabelsAttributeType `json:"labels,omitempty"` // The initial members assigned to the project. At least one subject needs to be a user, and not a client or service account. Members CreateFolderPayloadGetMembersAttributeType `json:"members,omitempty"` diff --git a/services/resourcemanager/model_create_project_payload.go b/services/resourcemanager/model_create_project_payload.go index 75356cc36..1a8990226 100644 --- a/services/resourcemanager/model_create_project_payload.go +++ b/services/resourcemanager/model_create_project_payload.go @@ -132,7 +132,7 @@ type CreateProjectPayload struct { // Identifier of the parent resource container - containerId as well as UUID identifier is supported. // REQUIRED ContainerParentId CreateProjectPayloadGetContainerParentIdAttributeType `json:"containerParentId" required:"true"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels CreateProjectPayloadGetLabelsAttributeType `json:"labels,omitempty"` // The initial members assigned to the project. At least one subject needs to be a user, and not a client or service account. // REQUIRED diff --git a/services/resourcemanager/model_folder_response.go b/services/resourcemanager/model_folder_response.go index d65905897..ccb9381c5 100644 --- a/services/resourcemanager/model_folder_response.go +++ b/services/resourcemanager/model_folder_response.go @@ -220,7 +220,7 @@ type FolderResponse struct { // Globally unique folder identifier. // REQUIRED FolderId FolderResponseGetFolderIdAttributeType `json:"folderId" required:"true"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels FolderResponseGetLabelsAttributeType `json:"labels,omitempty"` // Folder name. // REQUIRED diff --git a/services/resourcemanager/model_get_folder_details_response.go b/services/resourcemanager/model_get_folder_details_response.go index 297eb1478..1a5d4f837 100644 --- a/services/resourcemanager/model_get_folder_details_response.go +++ b/services/resourcemanager/model_get_folder_details_response.go @@ -247,7 +247,7 @@ type GetFolderDetailsResponse struct { // Globally unique folder identifier. // REQUIRED FolderId GetFolderDetailsResponseGetFolderIdAttributeType `json:"folderId" required:"true"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels GetFolderDetailsResponseGetLabelsAttributeType `json:"labels,omitempty"` // Folder name. // REQUIRED diff --git a/services/resourcemanager/model_get_project_response.go b/services/resourcemanager/model_get_project_response.go index 1984616ee..6a085c002 100644 --- a/services/resourcemanager/model_get_project_response.go +++ b/services/resourcemanager/model_get_project_response.go @@ -271,7 +271,7 @@ type GetProjectResponse struct { // Timestamp at which the project was created. // REQUIRED CreationTime GetProjectResponseGetCreationTimeAttributeType `json:"creationTime" required:"true"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels GetProjectResponseGetLabelsAttributeType `json:"labels,omitempty"` // REQUIRED LifecycleState GetProjectResponseGetLifecycleStateAttributeType `json:"lifecycleState" required:"true"` diff --git a/services/resourcemanager/model_list_folders_response_items_inner.go b/services/resourcemanager/model_list_folders_response_items_inner.go index 116edb15d..b96b10c6d 100644 --- a/services/resourcemanager/model_list_folders_response_items_inner.go +++ b/services/resourcemanager/model_list_folders_response_items_inner.go @@ -220,7 +220,7 @@ type ListFoldersResponseItemsInner struct { // Globally unique folder identifier. // REQUIRED FolderId ListFoldersResponseItemsInnerGetFolderIdAttributeType `json:"folderId" required:"true"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels ListFoldersResponseItemsInnerGetLabelsAttributeType `json:"labels,omitempty"` // Name of the folder. // REQUIRED diff --git a/services/resourcemanager/model_list_organizations_response_items_inner.go b/services/resourcemanager/model_list_organizations_response_items_inner.go index 540420adb..3471badd3 100644 --- a/services/resourcemanager/model_list_organizations_response_items_inner.go +++ b/services/resourcemanager/model_list_organizations_response_items_inner.go @@ -217,7 +217,7 @@ type ListOrganizationsResponseItemsInner struct { // Timestamp at which the organization was created. // REQUIRED CreationTime ListOrganizationsResponseItemsInnerGetCreationTimeAttributeType `json:"creationTime" required:"true"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels ListOrganizationsResponseItemsInnerGetLabelsAttributeType `json:"labels,omitempty"` // REQUIRED LifecycleState ListOrganizationsResponseItemsInnerGetLifecycleStateAttributeType `json:"lifecycleState" required:"true"` diff --git a/services/resourcemanager/model_organization_response.go b/services/resourcemanager/model_organization_response.go index cbe89f09f..15645fc87 100644 --- a/services/resourcemanager/model_organization_response.go +++ b/services/resourcemanager/model_organization_response.go @@ -217,7 +217,7 @@ type OrganizationResponse struct { // Timestamp at which the organization was created. // REQUIRED CreationTime OrganizationResponseGetCreationTimeAttributeType `json:"creationTime" required:"true"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels OrganizationResponseGetLabelsAttributeType `json:"labels,omitempty"` // REQUIRED LifecycleState OrganizationResponseGetLifecycleStateAttributeType `json:"lifecycleState" required:"true"` diff --git a/services/resourcemanager/model_partial_update_folder_payload.go b/services/resourcemanager/model_partial_update_folder_payload.go index 2762e190c..1cae08427 100644 --- a/services/resourcemanager/model_partial_update_folder_payload.go +++ b/services/resourcemanager/model_partial_update_folder_payload.go @@ -104,7 +104,7 @@ type PartialUpdateFolderPayloadGetNameRetType = string type PartialUpdateFolderPayload struct { // New parent identifier for the resource container - containerId as well as UUID identifier is supported. ContainerParentId PartialUpdateFolderPayloadGetContainerParentIdAttributeType `json:"containerParentId,omitempty"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels PartialUpdateFolderPayloadGetLabelsAttributeType `json:"labels,omitempty"` // New name for the resource container matching the regex `^[a-zA-ZäüöÄÜÖ0-9]( ?[a-zA-ZäüöÄÜÖß0-9_+&-]){0,39}$`. Name PartialUpdateFolderPayloadGetNameAttributeType `json:"name,omitempty"` diff --git a/services/resourcemanager/model_partial_update_organization_payload.go b/services/resourcemanager/model_partial_update_organization_payload.go index e5696fa22..af5858662 100644 --- a/services/resourcemanager/model_partial_update_organization_payload.go +++ b/services/resourcemanager/model_partial_update_organization_payload.go @@ -75,7 +75,7 @@ type PartialUpdateOrganizationPayloadGetNameRetType = string // PartialUpdateOrganizationPayload struct for PartialUpdateOrganizationPayload // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead type PartialUpdateOrganizationPayload struct { - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels PartialUpdateOrganizationPayloadGetLabelsAttributeType `json:"labels,omitempty"` // The new name of the organization matching the regex `^[a-zA-ZäüöÄÜÖ0-9]( ?[a-zA-ZäüöÄÜÖß0-9_+&-]){0,39}$`. Name PartialUpdateOrganizationPayloadGetNameAttributeType `json:"name,omitempty"` diff --git a/services/resourcemanager/model_partial_update_project_payload.go b/services/resourcemanager/model_partial_update_project_payload.go index dfe64d2d2..76d259d3d 100644 --- a/services/resourcemanager/model_partial_update_project_payload.go +++ b/services/resourcemanager/model_partial_update_project_payload.go @@ -104,7 +104,7 @@ type PartialUpdateProjectPayloadGetNameRetType = string type PartialUpdateProjectPayload struct { // New parent identifier for the resource container - containerId as well as UUID identifier is supported. ContainerParentId PartialUpdateProjectPayloadGetContainerParentIdAttributeType `json:"containerParentId,omitempty"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels PartialUpdateProjectPayloadGetLabelsAttributeType `json:"labels,omitempty"` // New name for the resource container matching the regex `^[a-zA-ZäüöÄÜÖ0-9]( ?[a-zA-ZäüöÄÜÖß0-9_+&-]){0,39}$`. Name PartialUpdateProjectPayloadGetNameAttributeType `json:"name,omitempty"` diff --git a/services/resourcemanager/model_project.go b/services/resourcemanager/model_project.go index 391b0f755..ad963a6ac 100644 --- a/services/resourcemanager/model_project.go +++ b/services/resourcemanager/model_project.go @@ -244,7 +244,7 @@ type Project struct { // Timestamp at which the project was created. // REQUIRED CreationTime ProjectGetCreationTimeAttributeType `json:"creationTime" required:"true"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels ProjectGetLabelsAttributeType `json:"labels,omitempty"` // REQUIRED LifecycleState ProjectGetLifecycleStateAttributeType `json:"lifecycleState" required:"true"` diff --git a/services/resourcemanager/oas_commit b/services/resourcemanager/oas_commit index e3713dde3..4baf501c2 100644 --- a/services/resourcemanager/oas_commit +++ b/services/resourcemanager/oas_commit @@ -1 +1 @@ -0e64886dd0847341800d7191ed193b75413be998 +1a1e006116e3d1246b63402b91590a65c62c3e33 diff --git a/services/resourcemanager/v0api/model_create_folder_payload.go b/services/resourcemanager/v0api/model_create_folder_payload.go index feb3d68d3..1487eec6c 100644 --- a/services/resourcemanager/v0api/model_create_folder_payload.go +++ b/services/resourcemanager/v0api/model_create_folder_payload.go @@ -22,7 +22,7 @@ var _ MappedNullable = &CreateFolderPayload{} type CreateFolderPayload struct { // Identifier of the parent resource container - containerId as well as UUID identifier is supported. ContainerParentId string `json:"containerParentId"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels *map[string]string `json:"labels,omitempty"` // The initial members assigned to the project. At least one subject needs to be a user, and not a client or service account. Members []Member `json:"members,omitempty"` diff --git a/services/resourcemanager/v0api/model_create_project_payload.go b/services/resourcemanager/v0api/model_create_project_payload.go index 3b5e5c5b6..ea3b20673 100644 --- a/services/resourcemanager/v0api/model_create_project_payload.go +++ b/services/resourcemanager/v0api/model_create_project_payload.go @@ -22,7 +22,7 @@ var _ MappedNullable = &CreateProjectPayload{} type CreateProjectPayload struct { // Identifier of the parent resource container - containerId as well as UUID identifier is supported. ContainerParentId string `json:"containerParentId"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels *map[string]string `json:"labels,omitempty"` // The initial members assigned to the project. At least one subject needs to be a user, and not a client or service account. Members []Member `json:"members"` diff --git a/services/resourcemanager/v0api/model_folder_response.go b/services/resourcemanager/v0api/model_folder_response.go index 3b0b5c14a..50bbee5eb 100644 --- a/services/resourcemanager/v0api/model_folder_response.go +++ b/services/resourcemanager/v0api/model_folder_response.go @@ -27,7 +27,7 @@ type FolderResponse struct { CreationTime time.Time `json:"creationTime"` // Globally unique folder identifier. FolderId string `json:"folderId"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels *map[string]string `json:"labels,omitempty"` // Folder name. Name string `json:"name"` diff --git a/services/resourcemanager/v0api/model_get_folder_details_response.go b/services/resourcemanager/v0api/model_get_folder_details_response.go index 3f58bedcd..160ba2c08 100644 --- a/services/resourcemanager/v0api/model_get_folder_details_response.go +++ b/services/resourcemanager/v0api/model_get_folder_details_response.go @@ -27,7 +27,7 @@ type GetFolderDetailsResponse struct { CreationTime time.Time `json:"creationTime"` // Globally unique folder identifier. FolderId string `json:"folderId"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels *map[string]string `json:"labels,omitempty"` // Folder name. Name string `json:"name"` diff --git a/services/resourcemanager/v0api/model_get_project_response.go b/services/resourcemanager/v0api/model_get_project_response.go index 24c79bf29..f622737fb 100644 --- a/services/resourcemanager/v0api/model_get_project_response.go +++ b/services/resourcemanager/v0api/model_get_project_response.go @@ -25,7 +25,7 @@ type GetProjectResponse struct { ContainerId string `json:"containerId"` // Timestamp at which the project was created. CreationTime time.Time `json:"creationTime"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels *map[string]string `json:"labels,omitempty"` LifecycleState LifecycleState `json:"lifecycleState"` // Project name. diff --git a/services/resourcemanager/v0api/model_list_folders_response_items_inner.go b/services/resourcemanager/v0api/model_list_folders_response_items_inner.go index 9a73d73b5..3f4950b04 100644 --- a/services/resourcemanager/v0api/model_list_folders_response_items_inner.go +++ b/services/resourcemanager/v0api/model_list_folders_response_items_inner.go @@ -27,7 +27,7 @@ type ListFoldersResponseItemsInner struct { CreationTime time.Time `json:"creationTime"` // Globally unique folder identifier. FolderId string `json:"folderId"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels *map[string]string `json:"labels,omitempty"` // Name of the folder. Name string `json:"name"` diff --git a/services/resourcemanager/v0api/model_list_organizations_response_items_inner.go b/services/resourcemanager/v0api/model_list_organizations_response_items_inner.go index ce5105beb..795ac10cf 100644 --- a/services/resourcemanager/v0api/model_list_organizations_response_items_inner.go +++ b/services/resourcemanager/v0api/model_list_organizations_response_items_inner.go @@ -25,7 +25,7 @@ type ListOrganizationsResponseItemsInner struct { ContainerId string `json:"containerId"` // Timestamp at which the organization was created. CreationTime time.Time `json:"creationTime"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels *map[string]string `json:"labels,omitempty"` LifecycleState LifecycleState `json:"lifecycleState"` // Name of the organization. diff --git a/services/resourcemanager/v0api/model_organization_response.go b/services/resourcemanager/v0api/model_organization_response.go index b41529188..597e17340 100644 --- a/services/resourcemanager/v0api/model_organization_response.go +++ b/services/resourcemanager/v0api/model_organization_response.go @@ -25,7 +25,7 @@ type OrganizationResponse struct { ContainerId string `json:"containerId"` // Timestamp at which the organization was created. CreationTime time.Time `json:"creationTime"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels *map[string]string `json:"labels,omitempty"` LifecycleState LifecycleState `json:"lifecycleState"` // Organization name. diff --git a/services/resourcemanager/v0api/model_partial_update_folder_payload.go b/services/resourcemanager/v0api/model_partial_update_folder_payload.go index 9ed4556c0..f4d62f686 100644 --- a/services/resourcemanager/v0api/model_partial_update_folder_payload.go +++ b/services/resourcemanager/v0api/model_partial_update_folder_payload.go @@ -21,7 +21,7 @@ var _ MappedNullable = &PartialUpdateFolderPayload{} type PartialUpdateFolderPayload struct { // New parent identifier for the resource container - containerId as well as UUID identifier is supported. ContainerParentId *string `json:"containerParentId,omitempty"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels *map[string]string `json:"labels,omitempty"` // New name for the resource container matching the regex `^[a-zA-ZäüöÄÜÖ0-9]( ?[a-zA-ZäüöÄÜÖß0-9_+&-]){0,39}$`. Name *string `json:"name,omitempty" validate:"regexp=^[a-zA-ZäüöÄÜÖ0-9]( ?[a-zA-ZäüöÄÜÖß0-9_+&-]){0,39}$"` diff --git a/services/resourcemanager/v0api/model_partial_update_organization_payload.go b/services/resourcemanager/v0api/model_partial_update_organization_payload.go index 5c8458be5..7d57c7c0e 100644 --- a/services/resourcemanager/v0api/model_partial_update_organization_payload.go +++ b/services/resourcemanager/v0api/model_partial_update_organization_payload.go @@ -19,7 +19,7 @@ var _ MappedNullable = &PartialUpdateOrganizationPayload{} // PartialUpdateOrganizationPayload struct for PartialUpdateOrganizationPayload type PartialUpdateOrganizationPayload struct { - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels *map[string]string `json:"labels,omitempty"` // The new name of the organization matching the regex `^[a-zA-ZäüöÄÜÖ0-9]( ?[a-zA-ZäüöÄÜÖß0-9_+&-]){0,39}$`. Name *string `json:"name,omitempty" validate:"regexp=^[a-zA-ZäüöÄÜÖ0-9]( ?[a-zA-ZäüöÄÜÖß0-9_+&-]){0,39}$"` diff --git a/services/resourcemanager/v0api/model_partial_update_project_payload.go b/services/resourcemanager/v0api/model_partial_update_project_payload.go index 22cf520ee..b732d862e 100644 --- a/services/resourcemanager/v0api/model_partial_update_project_payload.go +++ b/services/resourcemanager/v0api/model_partial_update_project_payload.go @@ -21,7 +21,7 @@ var _ MappedNullable = &PartialUpdateProjectPayload{} type PartialUpdateProjectPayload struct { // New parent identifier for the resource container - containerId as well as UUID identifier is supported. ContainerParentId *string `json:"containerParentId,omitempty"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels *map[string]string `json:"labels,omitempty"` // New name for the resource container matching the regex `^[a-zA-ZäüöÄÜÖ0-9]( ?[a-zA-ZäüöÄÜÖß0-9_+&-]){0,39}$`. Name *string `json:"name,omitempty" validate:"regexp=^[a-zA-ZäüöÄÜÖ0-9]( ?[a-zA-ZäüöÄÜÖß0-9_+&-]){0,39}$"` diff --git a/services/resourcemanager/v0api/model_project.go b/services/resourcemanager/v0api/model_project.go index d5aee75eb..718cd9a74 100644 --- a/services/resourcemanager/v0api/model_project.go +++ b/services/resourcemanager/v0api/model_project.go @@ -25,7 +25,7 @@ type Project struct { ContainerId string `json:"containerId"` // Timestamp at which the project was created. CreationTime time.Time `json:"creationTime"` - // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. + // Labels are key-value string pairs that can be attached to a resource container. Some labels may be enforced via policies. - A label key must match the regex `[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - A label value must match the regex `^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}`. - To create a project within a STACKIT Network Area, setting the label `\"networkArea\": \"\"` is required. This can not be changed after project creation. Labels *map[string]string `json:"labels,omitempty"` LifecycleState LifecycleState `json:"lifecycleState"` // Project name.