Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/resourcemanager/oas_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3fc1363ce4ead752c576a30ee9cf0e1b5836ae35
ad4b5e26c0ce59bd8c21d02bd12f1878a1cc650a
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,16 @@ public CreateFolderPayload putLabelsItem(String key, String labelsItem) {

/**
* 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.*
* enforced via organizational policies. * **Key:** Must be between 1 and 63 characters long
* (excluding an optional domain prefix). Must start and end with an alphanumeric character
* `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-), underscores (_), and dots
* (.). May include an optional domain prefix up to 250 characters (a lowercase DNS subdomain
* containing `[a-z0-9]`, `-`, and `.`) followed by a slash (/).
* Total maximum key length is 314 characters. * **Value:** Must be 63 characters or less. May
* be empty (\"\"). If non-empty, must start and end with an alphanumeric character
* `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-), underscores (_), and dots
* (.). > Note: Additional naming restrictions may apply depending on your specific
* organization.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,19 @@ public CreateProjectPayload putLabelsItem(String key, String labelsItem) {

/**
* 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.
* be enforced via organizational policies. * **Key:** Must be between 1 and 63 characters long
* (excluding an optional domain prefix). Must start and end with an alphanumeric character
* `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-), underscores (_), and dots
* (.). May include an optional domain prefix up to 250 characters (a lowercase DNS subdomain
* containing `[a-z0-9]`, `-`, and `.`) followed by a slash (/).
* Total maximum key length is 314 characters. * **Value:** Must be 63 characters or less. May
* be empty (\"\"). If non-empty, must start and end with an alphanumeric character
* `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-), underscores (_), and dots
* (.). * 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.
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,16 @@ public FolderResponse putLabelsItem(String key, String labelsItem) {

/**
* 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.*
* enforced via organizational policies. * **Key:** Must be between 1 and 63 characters long
* (excluding an optional domain prefix). Must start and end with an alphanumeric character
* `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-), underscores (_), and dots
* (.). May include an optional domain prefix up to 250 characters (a lowercase DNS subdomain
* containing `[a-z0-9]`, `-`, and `.`) followed by a slash (/).
* Total maximum key length is 314 characters. * **Value:** Must be 63 characters or less. May
* be empty (\"\"). If non-empty, must start and end with an alphanumeric character
* `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-), underscores (_), and dots
* (.). > Note: Additional naming restrictions may apply depending on your specific
* organization.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,16 @@ public GetFolderDetailsResponse putLabelsItem(String key, String labelsItem) {

/**
* 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.*
* enforced via organizational policies. * **Key:** Must be between 1 and 63 characters long
* (excluding an optional domain prefix). Must start and end with an alphanumeric character
* `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-), underscores (_), and dots
* (.). May include an optional domain prefix up to 250 characters (a lowercase DNS subdomain
* containing `[a-z0-9]`, `-`, and `.`) followed by a slash (/).
* Total maximum key length is 314 characters. * **Value:** Must be 63 characters or less. May
* be empty (\"\"). If non-empty, must start and end with an alphanumeric character
* `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-), underscores (_), and dots
* (.). > Note: Additional naming restrictions may apply depending on your specific
* organization.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,16 @@ public GetProjectResponse putLabelsItem(String key, String labelsItem) {

/**
* 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.*
* enforced via organizational policies. * **Key:** Must be between 1 and 63 characters long
* (excluding an optional domain prefix). Must start and end with an alphanumeric character
* `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-), underscores (_), and dots
* (.). May include an optional domain prefix up to 250 characters (a lowercase DNS subdomain
* containing `[a-z0-9]`, `-`, and `.`) followed by a slash (/).
* Total maximum key length is 314 characters. * **Value:** Must be 63 characters or less. May
* be empty (\"\"). If non-empty, must start and end with an alphanumeric character
* `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-), underscores (_), and dots
* (.). > Note: Additional naming restrictions may apply depending on your specific
* organization.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,16 @@ public ListFoldersResponseItemsInner putLabelsItem(String key, String labelsItem

/**
* 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.*
* enforced via organizational policies. * **Key:** Must be between 1 and 63 characters long
* (excluding an optional domain prefix). Must start and end with an alphanumeric character
* `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-), underscores (_), and dots
* (.). May include an optional domain prefix up to 250 characters (a lowercase DNS subdomain
* containing `[a-z0-9]`, `-`, and `.`) followed by a slash (/).
* Total maximum key length is 314 characters. * **Value:** Must be 63 characters or less. May
* be empty (\"\"). If non-empty, must start and end with an alphanumeric character
* `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-), underscores (_), and dots
* (.). > Note: Additional naming restrictions may apply depending on your specific
* organization.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,16 @@ public ListOrganizationsResponseItemsInner putLabelsItem(String key, String labe

/**
* 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.*
* enforced via organizational policies. * **Key:** Must be between 1 and 63 characters long
* (excluding an optional domain prefix). Must start and end with an alphanumeric character
* `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-), underscores (_), and dots
* (.). May include an optional domain prefix up to 250 characters (a lowercase DNS subdomain
* containing `[a-z0-9]`, `-`, and `.`) followed by a slash (/).
* Total maximum key length is 314 characters. * **Value:** Must be 63 characters or less. May
* be empty (\"\"). If non-empty, must start and end with an alphanumeric character
* `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-), underscores (_), and dots
* (.). > Note: Additional naming restrictions may apply depending on your specific
* organization.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,16 @@ public OrganizationResponse putLabelsItem(String key, String labelsItem) {

/**
* 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.*
* enforced via organizational policies. * **Key:** Must be between 1 and 63 characters long
* (excluding an optional domain prefix). Must start and end with an alphanumeric character
* `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-), underscores (_), and dots
* (.). May include an optional domain prefix up to 250 characters (a lowercase DNS subdomain
* containing `[a-z0-9]`, `-`, and `.`) followed by a slash (/).
* Total maximum key length is 314 characters. * **Value:** Must be 63 characters or less. May
* be empty (\"\"). If non-empty, must start and end with an alphanumeric character
* `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-), underscores (_), and dots
* (.). > Note: Additional naming restrictions may apply depending on your specific
* organization.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,16 @@ public PartialUpdateFolderPayload putLabelsItem(String key, String labelsItem) {
/**
* Key-value string pairs attached to an existing resource container. Certain labels may be
* enforced via organizational policies. Setting an individual label's value to
* `null` removes/deletes that label from the resource. * **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}`, or be `null` to delete the label >
* Note: Additional naming restrictions may apply depending on your specific organization.*
* `null` removes/deletes that label from the resource. * **Key:** Must be between 1
* and 63 characters long (excluding an optional domain prefix). Must start and end with an
* alphanumeric character `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-),
* underscores (_), and dots (.). May include an optional domain prefix up to 250 characters (a
* lowercase DNS subdomain containing `[a-z0-9]`, `-`, and `.`)
* followed by a slash (/). Total maximum key length is 314 characters. * **Value:** Must be 63
* characters or less. May be empty (\"\"). If non-empty, must start and end with an
* alphanumeric character `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-),
* underscores (_), and dots (.). > Note: Additional naming restrictions may apply depending
* on your specific organization.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,16 @@ public PartialUpdateOrganizationPayload putLabelsItem(String key, String labelsI
/**
* Key-value string pairs attached to an existing resource container. Certain labels may be
* enforced via organizational policies. Setting an individual label's value to
* `null` removes/deletes that label from the resource. * **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}`, or be `null` to delete the label >
* Note: Additional naming restrictions may apply depending on your specific organization.*
* `null` removes/deletes that label from the resource. * **Key:** Must be between 1
* and 63 characters long (excluding an optional domain prefix). Must start and end with an
* alphanumeric character `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-),
* underscores (_), and dots (.). May include an optional domain prefix up to 250 characters (a
* lowercase DNS subdomain containing `[a-z0-9]`, `-`, and `.`)
* followed by a slash (/). Total maximum key length is 314 characters. * **Value:** Must be 63
* characters or less. May be empty (\"\"). If non-empty, must start and end with an
* alphanumeric character `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-),
* underscores (_), and dots (.). > Note: Additional naming restrictions may apply depending
* on your specific organization.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,16 @@ public PartialUpdateProjectPayload putLabelsItem(String key, String labelsItem)
/**
* Key-value string pairs attached to an existing resource container. Certain labels may be
* enforced via organizational policies. Setting an individual label's value to
* `null` removes/deletes that label from the resource. * **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}`, or be `null` to delete the label >
* Note: Additional naming restrictions may apply depending on your specific organization.*
* `null` removes/deletes that label from the resource. * **Key:** Must be between 1
* and 63 characters long (excluding an optional domain prefix). Must start and end with an
* alphanumeric character `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-),
* underscores (_), and dots (.). May include an optional domain prefix up to 250 characters (a
* lowercase DNS subdomain containing `[a-z0-9]`, `-`, and `.`)
* followed by a slash (/). Total maximum key length is 314 characters. * **Value:** Must be 63
* characters or less. May be empty (\"\"). If non-empty, must start and end with an
* alphanumeric character `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-),
* underscores (_), and dots (.). > Note: Additional naming restrictions may apply depending
* on your specific organization.*
*
* @return labels
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,16 @@ public Project putLabelsItem(String key, String labelsItem) {

/**
* 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.*
* enforced via organizational policies. * **Key:** Must be between 1 and 63 characters long
* (excluding an optional domain prefix). Must start and end with an alphanumeric character
* `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-), underscores (_), and dots
* (.). May include an optional domain prefix up to 250 characters (a lowercase DNS subdomain
* containing `[a-z0-9]`, `-`, and `.`) followed by a slash (/).
* Total maximum key length is 314 characters. * **Value:** Must be 63 characters or less. May
* be empty (\"\"). If non-empty, must start and end with an alphanumeric character
* `[a-zA-Z0-9]` and can contain alphanumerics, dashes (-), underscores (_), and dots
* (.). > Note: Additional naming restrictions may apply depending on your specific
* organization.*
*
* @return labels
*/
Expand Down
Loading