ibm.OnboardingIamRegistration
Explore with Pulumi AI
Note - Intended for internal use only. This resource is strictly experimental and subject to change without notice.
Create, update, and delete onboarding_iam_registrations with this resource.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const onboardingIamRegistrationInstance = new ibm.OnboardingIamRegistration("onboardingIamRegistrationInstance", {
actions: [{
id: "id",
roles: ["roles"],
description: {
"default": "default",
en: "en",
de: "de",
es: "es",
fr: "fr",
it: "it",
ja: "ja",
ko: "ko",
ptBr: "pt_br",
zhTw: "zh_tw",
zhCn: "zh_cn",
},
displayName: {
"default": "default",
en: "en",
de: "de",
es: "es",
fr: "fr",
it: "it",
ja: "ja",
ko: "ko",
ptBr: "pt_br",
zhTw: "zh_tw",
zhCn: "zh_cn",
},
options: {
hidden: true,
},
}],
displayName: {
"default": "default",
en: "en",
de: "de",
es: "es",
fr: "fr",
it: "it",
ja: "ja",
ko: "ko",
ptBr: "pt_br",
zhTw: "zh_tw",
zhCn: "zh_cn",
},
enabled: true,
productId: ibm_onboarding_product.onboarding_product_instance.id,
resourceHierarchyAttribute: {
key: "key",
value: "value",
},
supportedAnonymousAccesses: [{
attributes: {
accountId: "account_id",
serviceName: "service_name",
additionalProperties: {
key: "inner",
},
},
roles: ["roles"],
}],
supportedAttributes: [{
key: "key",
options: {
operators: ["stringEquals"],
hidden: true,
supportedPatterns: ["supported_patterns"],
policyTypes: ["access"],
isEmptyValueSupported: true,
isStringExistsFalseValueSupported: true,
key: "key",
resourceHierarchy: {
key: {
key: "key",
value: "value",
},
value: {
key: "key",
},
},
},
displayName: {
"default": "default",
en: "en",
de: "de",
es: "es",
fr: "fr",
it: "it",
ja: "ja",
ko: "ko",
ptBr: "pt_br",
zhTw: "zh_tw",
zhCn: "zh_cn",
},
description: {
"default": "default",
en: "en",
de: "de",
es: "es",
fr: "fr",
it: "it",
ja: "ja",
ko: "ko",
ptBr: "pt_br",
zhTw: "zh_tw",
zhCn: "zh_cn",
},
ui: {
inputType: "input_type",
inputDetails: {
type: "type",
values: [{
value: "value",
displayName: {
"default": "default",
en: "en",
de: "de",
es: "es",
fr: "fr",
it: "it",
ja: "ja",
ko: "ko",
ptBr: "pt_br",
zhTw: "zh_tw",
zhCn: "zh_cn",
},
}],
gst: {
query: "query",
valuePropertyName: "value_property_name",
labelPropertyName: "label_property_name",
inputOptionLabel: "input_option_label",
},
url: {
urlEndpoint: "url_endpoint",
inputOptionLabel: "input_option_label",
},
},
},
}],
supportedAuthorizationSubjects: [{
attributes: {
serviceName: "service_name",
resourceType: "resource_type",
},
roles: ["roles"],
}],
supportedNetwork: {
environmentAttributes: [{
key: "key",
values: ["values"],
options: {
hidden: true,
},
}],
},
supportedRoles: [{
id: "id",
description: {
"default": "default",
en: "en",
de: "de",
es: "es",
fr: "fr",
it: "it",
ja: "ja",
ko: "ko",
ptBr: "pt_br",
zhTw: "zh_tw",
zhCn: "zh_cn",
},
displayName: {
"default": "default",
en: "en",
de: "de",
es: "es",
fr: "fr",
it: "it",
ja: "ja",
ko: "ko",
ptBr: "pt_br",
zhTw: "zh_tw",
zhCn: "zh_cn",
},
options: {
accessPolicy: true,
policyTypes: ["access"],
accountType: "enterprise",
},
}],
});
import pulumi
import pulumi_ibm as ibm
onboarding_iam_registration_instance = ibm.OnboardingIamRegistration("onboardingIamRegistrationInstance",
actions=[{
"id": "id",
"roles": ["roles"],
"description": {
"default": "default",
"en": "en",
"de": "de",
"es": "es",
"fr": "fr",
"it": "it",
"ja": "ja",
"ko": "ko",
"pt_br": "pt_br",
"zh_tw": "zh_tw",
"zh_cn": "zh_cn",
},
"display_name": {
"default": "default",
"en": "en",
"de": "de",
"es": "es",
"fr": "fr",
"it": "it",
"ja": "ja",
"ko": "ko",
"pt_br": "pt_br",
"zh_tw": "zh_tw",
"zh_cn": "zh_cn",
},
"options": {
"hidden": True,
},
}],
display_name={
"default": "default",
"en": "en",
"de": "de",
"es": "es",
"fr": "fr",
"it": "it",
"ja": "ja",
"ko": "ko",
"pt_br": "pt_br",
"zh_tw": "zh_tw",
"zh_cn": "zh_cn",
},
enabled=True,
product_id=ibm_onboarding_product["onboarding_product_instance"]["id"],
resource_hierarchy_attribute={
"key": "key",
"value": "value",
},
supported_anonymous_accesses=[{
"attributes": {
"account_id": "account_id",
"service_name": "service_name",
"additional_properties": {
"key": "inner",
},
},
"roles": ["roles"],
}],
supported_attributes=[{
"key": "key",
"options": {
"operators": ["stringEquals"],
"hidden": True,
"supported_patterns": ["supported_patterns"],
"policy_types": ["access"],
"is_empty_value_supported": True,
"is_string_exists_false_value_supported": True,
"key": "key",
"resource_hierarchy": {
"key": {
"key": "key",
"value": "value",
},
"value": {
"key": "key",
},
},
},
"display_name": {
"default": "default",
"en": "en",
"de": "de",
"es": "es",
"fr": "fr",
"it": "it",
"ja": "ja",
"ko": "ko",
"pt_br": "pt_br",
"zh_tw": "zh_tw",
"zh_cn": "zh_cn",
},
"description": {
"default": "default",
"en": "en",
"de": "de",
"es": "es",
"fr": "fr",
"it": "it",
"ja": "ja",
"ko": "ko",
"pt_br": "pt_br",
"zh_tw": "zh_tw",
"zh_cn": "zh_cn",
},
"ui": {
"input_type": "input_type",
"input_details": {
"type": "type",
"values": [{
"value": "value",
"display_name": {
"default": "default",
"en": "en",
"de": "de",
"es": "es",
"fr": "fr",
"it": "it",
"ja": "ja",
"ko": "ko",
"pt_br": "pt_br",
"zh_tw": "zh_tw",
"zh_cn": "zh_cn",
},
}],
"gst": {
"query": "query",
"value_property_name": "value_property_name",
"label_property_name": "label_property_name",
"input_option_label": "input_option_label",
},
"url": {
"url_endpoint": "url_endpoint",
"input_option_label": "input_option_label",
},
},
},
}],
supported_authorization_subjects=[{
"attributes": {
"service_name": "service_name",
"resource_type": "resource_type",
},
"roles": ["roles"],
}],
supported_network={
"environment_attributes": [{
"key": "key",
"values": ["values"],
"options": {
"hidden": True,
},
}],
},
supported_roles=[{
"id": "id",
"description": {
"default": "default",
"en": "en",
"de": "de",
"es": "es",
"fr": "fr",
"it": "it",
"ja": "ja",
"ko": "ko",
"pt_br": "pt_br",
"zh_tw": "zh_tw",
"zh_cn": "zh_cn",
},
"display_name": {
"default": "default",
"en": "en",
"de": "de",
"es": "es",
"fr": "fr",
"it": "it",
"ja": "ja",
"ko": "ko",
"pt_br": "pt_br",
"zh_tw": "zh_tw",
"zh_cn": "zh_cn",
},
"options": {
"access_policy": True,
"policy_types": ["access"],
"account_type": "enterprise",
},
}])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.NewOnboardingIamRegistration(ctx, "onboardingIamRegistrationInstance", &ibm.OnboardingIamRegistrationArgs{
Actions: ibm.OnboardingIamRegistrationActionArray{
&ibm.OnboardingIamRegistrationActionArgs{
Id: pulumi.String("id"),
Roles: pulumi.StringArray{
pulumi.String("roles"),
},
Description: &ibm.OnboardingIamRegistrationActionDescriptionArgs{
Default: pulumi.String("default"),
En: pulumi.String("en"),
De: pulumi.String("de"),
Es: pulumi.String("es"),
Fr: pulumi.String("fr"),
It: pulumi.String("it"),
Ja: pulumi.String("ja"),
Ko: pulumi.String("ko"),
PtBr: pulumi.String("pt_br"),
ZhTw: pulumi.String("zh_tw"),
ZhCn: pulumi.String("zh_cn"),
},
DisplayName: &ibm.OnboardingIamRegistrationActionDisplayNameArgs{
Default: pulumi.String("default"),
En: pulumi.String("en"),
De: pulumi.String("de"),
Es: pulumi.String("es"),
Fr: pulumi.String("fr"),
It: pulumi.String("it"),
Ja: pulumi.String("ja"),
Ko: pulumi.String("ko"),
PtBr: pulumi.String("pt_br"),
ZhTw: pulumi.String("zh_tw"),
ZhCn: pulumi.String("zh_cn"),
},
Options: &ibm.OnboardingIamRegistrationActionOptionsArgs{
Hidden: pulumi.Bool(true),
},
},
},
DisplayName: &ibm.OnboardingIamRegistrationDisplayNameArgs{
Default: pulumi.String("default"),
En: pulumi.String("en"),
De: pulumi.String("de"),
Es: pulumi.String("es"),
Fr: pulumi.String("fr"),
It: pulumi.String("it"),
Ja: pulumi.String("ja"),
Ko: pulumi.String("ko"),
PtBr: pulumi.String("pt_br"),
ZhTw: pulumi.String("zh_tw"),
ZhCn: pulumi.String("zh_cn"),
},
Enabled: pulumi.Bool(true),
ProductId: pulumi.Any(ibm_onboarding_product.Onboarding_product_instance.Id),
ResourceHierarchyAttribute: &ibm.OnboardingIamRegistrationResourceHierarchyAttributeArgs{
Key: pulumi.String("key"),
Value: pulumi.String("value"),
},
SupportedAnonymousAccesses: ibm.OnboardingIamRegistrationSupportedAnonymousAccessArray{
&ibm.OnboardingIamRegistrationSupportedAnonymousAccessArgs{
Attributes: &ibm.OnboardingIamRegistrationSupportedAnonymousAccessAttributesArgs{
AccountId: pulumi.String("account_id"),
ServiceName: pulumi.String("service_name"),
AdditionalProperties: pulumi.StringMap{
"key": pulumi.String("inner"),
},
},
Roles: pulumi.StringArray{
pulumi.String("roles"),
},
},
},
SupportedAttributes: ibm.OnboardingIamRegistrationSupportedAttributeArray{
&ibm.OnboardingIamRegistrationSupportedAttributeArgs{
Key: pulumi.String("key"),
Options: &ibm.OnboardingIamRegistrationSupportedAttributeOptionsArgs{
Operators: pulumi.StringArray{
pulumi.String("stringEquals"),
},
Hidden: pulumi.Bool(true),
SupportedPatterns: pulumi.StringArray{
pulumi.String("supported_patterns"),
},
PolicyTypes: pulumi.StringArray{
pulumi.String("access"),
},
IsEmptyValueSupported: pulumi.Bool(true),
IsStringExistsFalseValueSupported: pulumi.Bool(true),
Key: pulumi.String("key"),
ResourceHierarchy: &ibm.OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyArgs{
Key: &ibm.OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyKeyArgs{
Key: pulumi.String("key"),
Value: pulumi.String("value"),
},
Value: &ibm.OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyValueArgs{
Key: pulumi.String("key"),
},
},
},
DisplayName: &ibm.OnboardingIamRegistrationSupportedAttributeDisplayNameArgs{
Default: pulumi.String("default"),
En: pulumi.String("en"),
De: pulumi.String("de"),
Es: pulumi.String("es"),
Fr: pulumi.String("fr"),
It: pulumi.String("it"),
Ja: pulumi.String("ja"),
Ko: pulumi.String("ko"),
PtBr: pulumi.String("pt_br"),
ZhTw: pulumi.String("zh_tw"),
ZhCn: pulumi.String("zh_cn"),
},
Description: &ibm.OnboardingIamRegistrationSupportedAttributeDescriptionArgs{
Default: pulumi.String("default"),
En: pulumi.String("en"),
De: pulumi.String("de"),
Es: pulumi.String("es"),
Fr: pulumi.String("fr"),
It: pulumi.String("it"),
Ja: pulumi.String("ja"),
Ko: pulumi.String("ko"),
PtBr: pulumi.String("pt_br"),
ZhTw: pulumi.String("zh_tw"),
ZhCn: pulumi.String("zh_cn"),
},
Ui: &ibm.OnboardingIamRegistrationSupportedAttributeUiArgs{
InputType: pulumi.String("input_type"),
InputDetails: &ibm.OnboardingIamRegistrationSupportedAttributeUiInputDetailsArgs{
Type: pulumi.String("type"),
Values: ibm.OnboardingIamRegistrationSupportedAttributeUiInputDetailsValueArray{
&ibm.OnboardingIamRegistrationSupportedAttributeUiInputDetailsValueArgs{
Value: pulumi.String("value"),
DisplayName: &ibm.OnboardingIamRegistrationSupportedAttributeUiInputDetailsValueDisplayNameArgs{
Default: pulumi.String("default"),
En: pulumi.String("en"),
De: pulumi.String("de"),
Es: pulumi.String("es"),
Fr: pulumi.String("fr"),
It: pulumi.String("it"),
Ja: pulumi.String("ja"),
Ko: pulumi.String("ko"),
PtBr: pulumi.String("pt_br"),
ZhTw: pulumi.String("zh_tw"),
ZhCn: pulumi.String("zh_cn"),
},
},
},
Gst: &ibm.OnboardingIamRegistrationSupportedAttributeUiInputDetailsGstArgs{
Query: pulumi.String("query"),
ValuePropertyName: pulumi.String("value_property_name"),
LabelPropertyName: pulumi.String("label_property_name"),
InputOptionLabel: pulumi.String("input_option_label"),
},
Url: &ibm.OnboardingIamRegistrationSupportedAttributeUiInputDetailsUrlArgs{
UrlEndpoint: pulumi.String("url_endpoint"),
InputOptionLabel: pulumi.String("input_option_label"),
},
},
},
},
},
SupportedAuthorizationSubjects: ibm.OnboardingIamRegistrationSupportedAuthorizationSubjectArray{
&ibm.OnboardingIamRegistrationSupportedAuthorizationSubjectArgs{
Attributes: &ibm.OnboardingIamRegistrationSupportedAuthorizationSubjectAttributesArgs{
ServiceName: pulumi.String("service_name"),
ResourceType: pulumi.String("resource_type"),
},
Roles: pulumi.StringArray{
pulumi.String("roles"),
},
},
},
SupportedNetwork: &ibm.OnboardingIamRegistrationSupportedNetworkArgs{
EnvironmentAttributes: ibm.OnboardingIamRegistrationSupportedNetworkEnvironmentAttributeArray{
&ibm.OnboardingIamRegistrationSupportedNetworkEnvironmentAttributeArgs{
Key: pulumi.String("key"),
Values: pulumi.StringArray{
pulumi.String("values"),
},
Options: &ibm.OnboardingIamRegistrationSupportedNetworkEnvironmentAttributeOptionsArgs{
Hidden: pulumi.Bool(true),
},
},
},
},
SupportedRoles: ibm.OnboardingIamRegistrationSupportedRoleArray{
&ibm.OnboardingIamRegistrationSupportedRoleArgs{
Id: pulumi.String("id"),
Description: &ibm.OnboardingIamRegistrationSupportedRoleDescriptionArgs{
Default: pulumi.String("default"),
En: pulumi.String("en"),
De: pulumi.String("de"),
Es: pulumi.String("es"),
Fr: pulumi.String("fr"),
It: pulumi.String("it"),
Ja: pulumi.String("ja"),
Ko: pulumi.String("ko"),
PtBr: pulumi.String("pt_br"),
ZhTw: pulumi.String("zh_tw"),
ZhCn: pulumi.String("zh_cn"),
},
DisplayName: &ibm.OnboardingIamRegistrationSupportedRoleDisplayNameArgs{
Default: pulumi.String("default"),
En: pulumi.String("en"),
De: pulumi.String("de"),
Es: pulumi.String("es"),
Fr: pulumi.String("fr"),
It: pulumi.String("it"),
Ja: pulumi.String("ja"),
Ko: pulumi.String("ko"),
PtBr: pulumi.String("pt_br"),
ZhTw: pulumi.String("zh_tw"),
ZhCn: pulumi.String("zh_cn"),
},
Options: &ibm.OnboardingIamRegistrationSupportedRoleOptionsArgs{
AccessPolicy: pulumi.Bool(true),
PolicyTypes: pulumi.StringArray{
pulumi.String("access"),
},
AccountType: pulumi.String("enterprise"),
},
},
},
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var onboardingIamRegistrationInstance = new Ibm.OnboardingIamRegistration("onboardingIamRegistrationInstance", new()
{
Actions = new[]
{
new Ibm.Inputs.OnboardingIamRegistrationActionArgs
{
Id = "id",
Roles = new[]
{
"roles",
},
Description = new Ibm.Inputs.OnboardingIamRegistrationActionDescriptionArgs
{
Default = "default",
En = "en",
De = "de",
Es = "es",
Fr = "fr",
It = "it",
Ja = "ja",
Ko = "ko",
PtBr = "pt_br",
ZhTw = "zh_tw",
ZhCn = "zh_cn",
},
DisplayName = new Ibm.Inputs.OnboardingIamRegistrationActionDisplayNameArgs
{
Default = "default",
En = "en",
De = "de",
Es = "es",
Fr = "fr",
It = "it",
Ja = "ja",
Ko = "ko",
PtBr = "pt_br",
ZhTw = "zh_tw",
ZhCn = "zh_cn",
},
Options = new Ibm.Inputs.OnboardingIamRegistrationActionOptionsArgs
{
Hidden = true,
},
},
},
DisplayName = new Ibm.Inputs.OnboardingIamRegistrationDisplayNameArgs
{
Default = "default",
En = "en",
De = "de",
Es = "es",
Fr = "fr",
It = "it",
Ja = "ja",
Ko = "ko",
PtBr = "pt_br",
ZhTw = "zh_tw",
ZhCn = "zh_cn",
},
Enabled = true,
ProductId = ibm_onboarding_product.Onboarding_product_instance.Id,
ResourceHierarchyAttribute = new Ibm.Inputs.OnboardingIamRegistrationResourceHierarchyAttributeArgs
{
Key = "key",
Value = "value",
},
SupportedAnonymousAccesses = new[]
{
new Ibm.Inputs.OnboardingIamRegistrationSupportedAnonymousAccessArgs
{
Attributes = new Ibm.Inputs.OnboardingIamRegistrationSupportedAnonymousAccessAttributesArgs
{
AccountId = "account_id",
ServiceName = "service_name",
AdditionalProperties =
{
{ "key", "inner" },
},
},
Roles = new[]
{
"roles",
},
},
},
SupportedAttributes = new[]
{
new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeArgs
{
Key = "key",
Options = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeOptionsArgs
{
Operators = new[]
{
"stringEquals",
},
Hidden = true,
SupportedPatterns = new[]
{
"supported_patterns",
},
PolicyTypes = new[]
{
"access",
},
IsEmptyValueSupported = true,
IsStringExistsFalseValueSupported = true,
Key = "key",
ResourceHierarchy = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyArgs
{
Key = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyKeyArgs
{
Key = "key",
Value = "value",
},
Value = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyValueArgs
{
Key = "key",
},
},
},
DisplayName = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeDisplayNameArgs
{
Default = "default",
En = "en",
De = "de",
Es = "es",
Fr = "fr",
It = "it",
Ja = "ja",
Ko = "ko",
PtBr = "pt_br",
ZhTw = "zh_tw",
ZhCn = "zh_cn",
},
Description = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeDescriptionArgs
{
Default = "default",
En = "en",
De = "de",
Es = "es",
Fr = "fr",
It = "it",
Ja = "ja",
Ko = "ko",
PtBr = "pt_br",
ZhTw = "zh_tw",
ZhCn = "zh_cn",
},
Ui = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeUiArgs
{
InputType = "input_type",
InputDetails = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeUiInputDetailsArgs
{
Type = "type",
Values = new[]
{
new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeUiInputDetailsValueArgs
{
Value = "value",
DisplayName = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeUiInputDetailsValueDisplayNameArgs
{
Default = "default",
En = "en",
De = "de",
Es = "es",
Fr = "fr",
It = "it",
Ja = "ja",
Ko = "ko",
PtBr = "pt_br",
ZhTw = "zh_tw",
ZhCn = "zh_cn",
},
},
},
Gst = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeUiInputDetailsGstArgs
{
Query = "query",
ValuePropertyName = "value_property_name",
LabelPropertyName = "label_property_name",
InputOptionLabel = "input_option_label",
},
Url = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeUiInputDetailsUrlArgs
{
UrlEndpoint = "url_endpoint",
InputOptionLabel = "input_option_label",
},
},
},
},
},
SupportedAuthorizationSubjects = new[]
{
new Ibm.Inputs.OnboardingIamRegistrationSupportedAuthorizationSubjectArgs
{
Attributes = new Ibm.Inputs.OnboardingIamRegistrationSupportedAuthorizationSubjectAttributesArgs
{
ServiceName = "service_name",
ResourceType = "resource_type",
},
Roles = new[]
{
"roles",
},
},
},
SupportedNetwork = new Ibm.Inputs.OnboardingIamRegistrationSupportedNetworkArgs
{
EnvironmentAttributes = new[]
{
new Ibm.Inputs.OnboardingIamRegistrationSupportedNetworkEnvironmentAttributeArgs
{
Key = "key",
Values = new[]
{
"values",
},
Options = new Ibm.Inputs.OnboardingIamRegistrationSupportedNetworkEnvironmentAttributeOptionsArgs
{
Hidden = true,
},
},
},
},
SupportedRoles = new[]
{
new Ibm.Inputs.OnboardingIamRegistrationSupportedRoleArgs
{
Id = "id",
Description = new Ibm.Inputs.OnboardingIamRegistrationSupportedRoleDescriptionArgs
{
Default = "default",
En = "en",
De = "de",
Es = "es",
Fr = "fr",
It = "it",
Ja = "ja",
Ko = "ko",
PtBr = "pt_br",
ZhTw = "zh_tw",
ZhCn = "zh_cn",
},
DisplayName = new Ibm.Inputs.OnboardingIamRegistrationSupportedRoleDisplayNameArgs
{
Default = "default",
En = "en",
De = "de",
Es = "es",
Fr = "fr",
It = "it",
Ja = "ja",
Ko = "ko",
PtBr = "pt_br",
ZhTw = "zh_tw",
ZhCn = "zh_cn",
},
Options = new Ibm.Inputs.OnboardingIamRegistrationSupportedRoleOptionsArgs
{
AccessPolicy = true,
PolicyTypes = new[]
{
"access",
},
AccountType = "enterprise",
},
},
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.OnboardingIamRegistration;
import com.pulumi.ibm.OnboardingIamRegistrationArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationActionArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationActionDescriptionArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationActionDisplayNameArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationActionOptionsArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationDisplayNameArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationResourceHierarchyAttributeArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedAnonymousAccessArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedAnonymousAccessAttributesArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedAttributeArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedAttributeOptionsArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyKeyArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyValueArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedAttributeDisplayNameArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedAttributeDescriptionArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedAttributeUiArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedAttributeUiInputDetailsArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedAttributeUiInputDetailsGstArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedAttributeUiInputDetailsUrlArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedAuthorizationSubjectArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedAuthorizationSubjectAttributesArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedNetworkArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedRoleArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedRoleDescriptionArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedRoleDisplayNameArgs;
import com.pulumi.ibm.inputs.OnboardingIamRegistrationSupportedRoleOptionsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var onboardingIamRegistrationInstance = new OnboardingIamRegistration("onboardingIamRegistrationInstance", OnboardingIamRegistrationArgs.builder()
.actions(OnboardingIamRegistrationActionArgs.builder()
.id("id")
.roles("roles")
.description(OnboardingIamRegistrationActionDescriptionArgs.builder()
.default_("default")
.en("en")
.de("de")
.es("es")
.fr("fr")
.it("it")
.ja("ja")
.ko("ko")
.ptBr("pt_br")
.zhTw("zh_tw")
.zhCn("zh_cn")
.build())
.displayName(OnboardingIamRegistrationActionDisplayNameArgs.builder()
.default_("default")
.en("en")
.de("de")
.es("es")
.fr("fr")
.it("it")
.ja("ja")
.ko("ko")
.ptBr("pt_br")
.zhTw("zh_tw")
.zhCn("zh_cn")
.build())
.options(OnboardingIamRegistrationActionOptionsArgs.builder()
.hidden(true)
.build())
.build())
.displayName(OnboardingIamRegistrationDisplayNameArgs.builder()
.default_("default")
.en("en")
.de("de")
.es("es")
.fr("fr")
.it("it")
.ja("ja")
.ko("ko")
.ptBr("pt_br")
.zhTw("zh_tw")
.zhCn("zh_cn")
.build())
.enabled(true)
.productId(ibm_onboarding_product.onboarding_product_instance().id())
.resourceHierarchyAttribute(OnboardingIamRegistrationResourceHierarchyAttributeArgs.builder()
.key("key")
.value("value")
.build())
.supportedAnonymousAccesses(OnboardingIamRegistrationSupportedAnonymousAccessArgs.builder()
.attributes(OnboardingIamRegistrationSupportedAnonymousAccessAttributesArgs.builder()
.accountId("account_id")
.serviceName("service_name")
.additionalProperties(Map.of("key", "inner"))
.build())
.roles("roles")
.build())
.supportedAttributes(OnboardingIamRegistrationSupportedAttributeArgs.builder()
.key("key")
.options(OnboardingIamRegistrationSupportedAttributeOptionsArgs.builder()
.operators("stringEquals")
.hidden(true)
.supportedPatterns("supported_patterns")
.policyTypes("access")
.isEmptyValueSupported(true)
.isStringExistsFalseValueSupported(true)
.key("key")
.resourceHierarchy(OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyArgs.builder()
.key(OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyKeyArgs.builder()
.key("key")
.value("value")
.build())
.value(OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyValueArgs.builder()
.key("key")
.build())
.build())
.build())
.displayName(OnboardingIamRegistrationSupportedAttributeDisplayNameArgs.builder()
.default_("default")
.en("en")
.de("de")
.es("es")
.fr("fr")
.it("it")
.ja("ja")
.ko("ko")
.ptBr("pt_br")
.zhTw("zh_tw")
.zhCn("zh_cn")
.build())
.description(OnboardingIamRegistrationSupportedAttributeDescriptionArgs.builder()
.default_("default")
.en("en")
.de("de")
.es("es")
.fr("fr")
.it("it")
.ja("ja")
.ko("ko")
.ptBr("pt_br")
.zhTw("zh_tw")
.zhCn("zh_cn")
.build())
.ui(OnboardingIamRegistrationSupportedAttributeUiArgs.builder()
.inputType("input_type")
.inputDetails(OnboardingIamRegistrationSupportedAttributeUiInputDetailsArgs.builder()
.type("type")
.values(OnboardingIamRegistrationSupportedAttributeUiInputDetailsValueArgs.builder()
.value("value")
.displayName(OnboardingIamRegistrationSupportedAttributeUiInputDetailsValueDisplayNameArgs.builder()
.default_("default")
.en("en")
.de("de")
.es("es")
.fr("fr")
.it("it")
.ja("ja")
.ko("ko")
.ptBr("pt_br")
.zhTw("zh_tw")
.zhCn("zh_cn")
.build())
.build())
.gst(OnboardingIamRegistrationSupportedAttributeUiInputDetailsGstArgs.builder()
.query("query")
.valuePropertyName("value_property_name")
.labelPropertyName("label_property_name")
.inputOptionLabel("input_option_label")
.build())
.url(OnboardingIamRegistrationSupportedAttributeUiInputDetailsUrlArgs.builder()
.urlEndpoint("url_endpoint")
.inputOptionLabel("input_option_label")
.build())
.build())
.build())
.build())
.supportedAuthorizationSubjects(OnboardingIamRegistrationSupportedAuthorizationSubjectArgs.builder()
.attributes(OnboardingIamRegistrationSupportedAuthorizationSubjectAttributesArgs.builder()
.serviceName("service_name")
.resourceType("resource_type")
.build())
.roles("roles")
.build())
.supportedNetwork(OnboardingIamRegistrationSupportedNetworkArgs.builder()
.environmentAttributes(OnboardingIamRegistrationSupportedNetworkEnvironmentAttributeArgs.builder()
.key("key")
.values("values")
.options(OnboardingIamRegistrationSupportedNetworkEnvironmentAttributeOptionsArgs.builder()
.hidden(true)
.build())
.build())
.build())
.supportedRoles(OnboardingIamRegistrationSupportedRoleArgs.builder()
.id("id")
.description(OnboardingIamRegistrationSupportedRoleDescriptionArgs.builder()
.default_("default")
.en("en")
.de("de")
.es("es")
.fr("fr")
.it("it")
.ja("ja")
.ko("ko")
.ptBr("pt_br")
.zhTw("zh_tw")
.zhCn("zh_cn")
.build())
.displayName(OnboardingIamRegistrationSupportedRoleDisplayNameArgs.builder()
.default_("default")
.en("en")
.de("de")
.es("es")
.fr("fr")
.it("it")
.ja("ja")
.ko("ko")
.ptBr("pt_br")
.zhTw("zh_tw")
.zhCn("zh_cn")
.build())
.options(OnboardingIamRegistrationSupportedRoleOptionsArgs.builder()
.accessPolicy(true)
.policyTypes("access")
.accountType("enterprise")
.build())
.build())
.build());
}
}
resources:
onboardingIamRegistrationInstance:
type: ibm:OnboardingIamRegistration
properties:
actions:
- id: id
roles:
- roles
description:
default: default
en: en
de: de
es: es
fr: fr
it: it
ja: ja
ko: ko
ptBr: pt_br
zhTw: zh_tw
zhCn: zh_cn
displayName:
default: default
en: en
de: de
es: es
fr: fr
it: it
ja: ja
ko: ko
ptBr: pt_br
zhTw: zh_tw
zhCn: zh_cn
options:
hidden: true
displayName:
default: default
en: en
de: de
es: es
fr: fr
it: it
ja: ja
ko: ko
ptBr: pt_br
zhTw: zh_tw
zhCn: zh_cn
enabled: true
productId: ${ibm_onboarding_product.onboarding_product_instance.id}
resourceHierarchyAttribute:
key: key
value: value
supportedAnonymousAccesses:
- attributes:
accountId: account_id
serviceName: service_name
additionalProperties:
key: inner
roles:
- roles
supportedAttributes:
- key: key
options:
operators:
- stringEquals
hidden: true
supportedPatterns:
- supported_patterns
policyTypes:
- access
isEmptyValueSupported: true
isStringExistsFalseValueSupported: true
key: key
resourceHierarchy:
key:
key: key
value: value
value:
key: key
displayName:
default: default
en: en
de: de
es: es
fr: fr
it: it
ja: ja
ko: ko
ptBr: pt_br
zhTw: zh_tw
zhCn: zh_cn
description:
default: default
en: en
de: de
es: es
fr: fr
it: it
ja: ja
ko: ko
ptBr: pt_br
zhTw: zh_tw
zhCn: zh_cn
ui:
inputType: input_type
inputDetails:
type: type
values:
- value: value
displayName:
default: default
en: en
de: de
es: es
fr: fr
it: it
ja: ja
ko: ko
ptBr: pt_br
zhTw: zh_tw
zhCn: zh_cn
gst:
query: query
valuePropertyName: value_property_name
labelPropertyName: label_property_name
inputOptionLabel: input_option_label
url:
urlEndpoint: url_endpoint
inputOptionLabel: input_option_label
supportedAuthorizationSubjects:
- attributes:
serviceName: service_name
resourceType: resource_type
roles:
- roles
supportedNetwork:
environmentAttributes:
- key: key
values:
- values
options:
hidden: true
supportedRoles:
- id: id
description:
default: default
en: en
de: de
es: es
fr: fr
it: it
ja: ja
ko: ko
ptBr: pt_br
zhTw: zh_tw
zhCn: zh_cn
displayName:
default: default
en: en
de: de
es: es
fr: fr
it: it
ja: ja
ko: ko
ptBr: pt_br
zhTw: zh_tw
zhCn: zh_cn
options:
accessPolicy: true
policyTypes:
- access
accountType: enterprise
Create OnboardingIamRegistration Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OnboardingIamRegistration(name: string, args: OnboardingIamRegistrationArgs, opts?: CustomResourceOptions);
@overload
def OnboardingIamRegistration(resource_name: str,
args: OnboardingIamRegistrationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def OnboardingIamRegistration(resource_name: str,
opts: Optional[ResourceOptions] = None,
product_id: Optional[str] = None,
env: Optional[str] = None,
supported_anonymous_accesses: Optional[Sequence[OnboardingIamRegistrationSupportedAnonymousAccessArgs]] = None,
enabled: Optional[bool] = None,
actions: Optional[Sequence[OnboardingIamRegistrationActionArgs]] = None,
name: Optional[str] = None,
onboarding_iam_registration_id: Optional[str] = None,
display_name: Optional[OnboardingIamRegistrationDisplayNameArgs] = None,
resource_hierarchy_attribute: Optional[OnboardingIamRegistrationResourceHierarchyAttributeArgs] = None,
parent_ids: Optional[Sequence[str]] = None,
service_type: Optional[str] = None,
additional_policy_scopes: Optional[Sequence[str]] = None,
supported_attributes: Optional[Sequence[OnboardingIamRegistrationSupportedAttributeArgs]] = None,
supported_authorization_subjects: Optional[Sequence[OnboardingIamRegistrationSupportedAuthorizationSubjectArgs]] = None,
supported_network: Optional[OnboardingIamRegistrationSupportedNetworkArgs] = None,
supported_roles: Optional[Sequence[OnboardingIamRegistrationSupportedRoleArgs]] = None)
func NewOnboardingIamRegistration(ctx *Context, name string, args OnboardingIamRegistrationArgs, opts ...ResourceOption) (*OnboardingIamRegistration, error)
public OnboardingIamRegistration(string name, OnboardingIamRegistrationArgs args, CustomResourceOptions? opts = null)
public OnboardingIamRegistration(String name, OnboardingIamRegistrationArgs args)
public OnboardingIamRegistration(String name, OnboardingIamRegistrationArgs args, CustomResourceOptions options)
type: ibm:OnboardingIamRegistration
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args OnboardingIamRegistrationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args OnboardingIamRegistrationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args OnboardingIamRegistrationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OnboardingIamRegistrationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OnboardingIamRegistrationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var onboardingIamRegistrationResource = new Ibm.OnboardingIamRegistration("onboardingIamRegistrationResource", new()
{
ProductId = "string",
Env = "string",
SupportedAnonymousAccesses = new[]
{
new Ibm.Inputs.OnboardingIamRegistrationSupportedAnonymousAccessArgs
{
Attributes = new Ibm.Inputs.OnboardingIamRegistrationSupportedAnonymousAccessAttributesArgs
{
AccountId = "string",
AdditionalProperties =
{
{ "string", "string" },
},
ServiceName = "string",
},
Roles = new[]
{
"string",
},
},
},
Enabled = false,
Actions = new[]
{
new Ibm.Inputs.OnboardingIamRegistrationActionArgs
{
Description = new Ibm.Inputs.OnboardingIamRegistrationActionDescriptionArgs
{
De = "string",
Default = "string",
En = "string",
Es = "string",
Fr = "string",
It = "string",
Ja = "string",
Ko = "string",
PtBr = "string",
ZhCn = "string",
ZhTw = "string",
},
DisplayName = new Ibm.Inputs.OnboardingIamRegistrationActionDisplayNameArgs
{
De = "string",
Default = "string",
En = "string",
Es = "string",
Fr = "string",
It = "string",
Ja = "string",
Ko = "string",
PtBr = "string",
ZhCn = "string",
ZhTw = "string",
},
Id = "string",
Options = new Ibm.Inputs.OnboardingIamRegistrationActionOptionsArgs
{
Hidden = false,
},
Roles = new[]
{
"string",
},
},
},
Name = "string",
OnboardingIamRegistrationId = "string",
DisplayName = new Ibm.Inputs.OnboardingIamRegistrationDisplayNameArgs
{
De = "string",
Default = "string",
En = "string",
Es = "string",
Fr = "string",
It = "string",
Ja = "string",
Ko = "string",
PtBr = "string",
ZhCn = "string",
ZhTw = "string",
},
ResourceHierarchyAttribute = new Ibm.Inputs.OnboardingIamRegistrationResourceHierarchyAttributeArgs
{
Key = "string",
Value = "string",
},
ParentIds = new[]
{
"string",
},
ServiceType = "string",
AdditionalPolicyScopes = new[]
{
"string",
},
SupportedAttributes = new[]
{
new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeArgs
{
Description = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeDescriptionArgs
{
De = "string",
Default = "string",
En = "string",
Es = "string",
Fr = "string",
It = "string",
Ja = "string",
Ko = "string",
PtBr = "string",
ZhCn = "string",
ZhTw = "string",
},
DisplayName = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeDisplayNameArgs
{
De = "string",
Default = "string",
En = "string",
Es = "string",
Fr = "string",
It = "string",
Ja = "string",
Ko = "string",
PtBr = "string",
ZhCn = "string",
ZhTw = "string",
},
Key = "string",
Options = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeOptionsArgs
{
Hidden = false,
IsEmptyValueSupported = false,
IsStringExistsFalseValueSupported = false,
Key = "string",
Operators = new[]
{
"string",
},
PolicyTypes = new[]
{
"string",
},
ResourceHierarchy = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyArgs
{
Key = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyKeyArgs
{
Key = "string",
Value = "string",
},
Value = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyValueArgs
{
Key = "string",
},
},
SupportedPatterns = new[]
{
"string",
},
},
Ui = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeUiArgs
{
InputDetails = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeUiInputDetailsArgs
{
Gst = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeUiInputDetailsGstArgs
{
InputOptionLabel = "string",
LabelPropertyName = "string",
Query = "string",
ValuePropertyName = "string",
},
Type = "string",
Url = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeUiInputDetailsUrlArgs
{
InputOptionLabel = "string",
UrlEndpoint = "string",
},
Values = new[]
{
new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeUiInputDetailsValueArgs
{
DisplayName = new Ibm.Inputs.OnboardingIamRegistrationSupportedAttributeUiInputDetailsValueDisplayNameArgs
{
De = "string",
Default = "string",
En = "string",
Es = "string",
Fr = "string",
It = "string",
Ja = "string",
Ko = "string",
PtBr = "string",
ZhCn = "string",
ZhTw = "string",
},
Value = "string",
},
},
},
InputType = "string",
},
},
},
SupportedAuthorizationSubjects = new[]
{
new Ibm.Inputs.OnboardingIamRegistrationSupportedAuthorizationSubjectArgs
{
Attributes = new Ibm.Inputs.OnboardingIamRegistrationSupportedAuthorizationSubjectAttributesArgs
{
ResourceType = "string",
ServiceName = "string",
},
Roles = new[]
{
"string",
},
},
},
SupportedNetwork = new Ibm.Inputs.OnboardingIamRegistrationSupportedNetworkArgs
{
EnvironmentAttributes = new[]
{
new Ibm.Inputs.OnboardingIamRegistrationSupportedNetworkEnvironmentAttributeArgs
{
Key = "string",
Options = new Ibm.Inputs.OnboardingIamRegistrationSupportedNetworkEnvironmentAttributeOptionsArgs
{
Hidden = false,
},
Values = new[]
{
"string",
},
},
},
},
SupportedRoles = new[]
{
new Ibm.Inputs.OnboardingIamRegistrationSupportedRoleArgs
{
Description = new Ibm.Inputs.OnboardingIamRegistrationSupportedRoleDescriptionArgs
{
De = "string",
Default = "string",
En = "string",
Es = "string",
Fr = "string",
It = "string",
Ja = "string",
Ko = "string",
PtBr = "string",
ZhCn = "string",
ZhTw = "string",
},
DisplayName = new Ibm.Inputs.OnboardingIamRegistrationSupportedRoleDisplayNameArgs
{
De = "string",
Default = "string",
En = "string",
Es = "string",
Fr = "string",
It = "string",
Ja = "string",
Ko = "string",
PtBr = "string",
ZhCn = "string",
ZhTw = "string",
},
Id = "string",
Options = new Ibm.Inputs.OnboardingIamRegistrationSupportedRoleOptionsArgs
{
AccessPolicy = false,
AccountType = "string",
PolicyTypes = new[]
{
"string",
},
},
},
},
});
example, err := ibm.NewOnboardingIamRegistration(ctx, "onboardingIamRegistrationResource", &ibm.OnboardingIamRegistrationArgs{
ProductId: pulumi.String("string"),
Env: pulumi.String("string"),
SupportedAnonymousAccesses: ibm.OnboardingIamRegistrationSupportedAnonymousAccessArray{
&ibm.OnboardingIamRegistrationSupportedAnonymousAccessArgs{
Attributes: &ibm.OnboardingIamRegistrationSupportedAnonymousAccessAttributesArgs{
AccountId: pulumi.String("string"),
AdditionalProperties: pulumi.StringMap{
"string": pulumi.String("string"),
},
ServiceName: pulumi.String("string"),
},
Roles: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Enabled: pulumi.Bool(false),
Actions: ibm.OnboardingIamRegistrationActionArray{
&ibm.OnboardingIamRegistrationActionArgs{
Description: &ibm.OnboardingIamRegistrationActionDescriptionArgs{
De: pulumi.String("string"),
Default: pulumi.String("string"),
En: pulumi.String("string"),
Es: pulumi.String("string"),
Fr: pulumi.String("string"),
It: pulumi.String("string"),
Ja: pulumi.String("string"),
Ko: pulumi.String("string"),
PtBr: pulumi.String("string"),
ZhCn: pulumi.String("string"),
ZhTw: pulumi.String("string"),
},
DisplayName: &ibm.OnboardingIamRegistrationActionDisplayNameArgs{
De: pulumi.String("string"),
Default: pulumi.String("string"),
En: pulumi.String("string"),
Es: pulumi.String("string"),
Fr: pulumi.String("string"),
It: pulumi.String("string"),
Ja: pulumi.String("string"),
Ko: pulumi.String("string"),
PtBr: pulumi.String("string"),
ZhCn: pulumi.String("string"),
ZhTw: pulumi.String("string"),
},
Id: pulumi.String("string"),
Options: &ibm.OnboardingIamRegistrationActionOptionsArgs{
Hidden: pulumi.Bool(false),
},
Roles: pulumi.StringArray{
pulumi.String("string"),
},
},
},
Name: pulumi.String("string"),
OnboardingIamRegistrationId: pulumi.String("string"),
DisplayName: &ibm.OnboardingIamRegistrationDisplayNameArgs{
De: pulumi.String("string"),
Default: pulumi.String("string"),
En: pulumi.String("string"),
Es: pulumi.String("string"),
Fr: pulumi.String("string"),
It: pulumi.String("string"),
Ja: pulumi.String("string"),
Ko: pulumi.String("string"),
PtBr: pulumi.String("string"),
ZhCn: pulumi.String("string"),
ZhTw: pulumi.String("string"),
},
ResourceHierarchyAttribute: &ibm.OnboardingIamRegistrationResourceHierarchyAttributeArgs{
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
ParentIds: pulumi.StringArray{
pulumi.String("string"),
},
ServiceType: pulumi.String("string"),
AdditionalPolicyScopes: pulumi.StringArray{
pulumi.String("string"),
},
SupportedAttributes: ibm.OnboardingIamRegistrationSupportedAttributeArray{
&ibm.OnboardingIamRegistrationSupportedAttributeArgs{
Description: &ibm.OnboardingIamRegistrationSupportedAttributeDescriptionArgs{
De: pulumi.String("string"),
Default: pulumi.String("string"),
En: pulumi.String("string"),
Es: pulumi.String("string"),
Fr: pulumi.String("string"),
It: pulumi.String("string"),
Ja: pulumi.String("string"),
Ko: pulumi.String("string"),
PtBr: pulumi.String("string"),
ZhCn: pulumi.String("string"),
ZhTw: pulumi.String("string"),
},
DisplayName: &ibm.OnboardingIamRegistrationSupportedAttributeDisplayNameArgs{
De: pulumi.String("string"),
Default: pulumi.String("string"),
En: pulumi.String("string"),
Es: pulumi.String("string"),
Fr: pulumi.String("string"),
It: pulumi.String("string"),
Ja: pulumi.String("string"),
Ko: pulumi.String("string"),
PtBr: pulumi.String("string"),
ZhCn: pulumi.String("string"),
ZhTw: pulumi.String("string"),
},
Key: pulumi.String("string"),
Options: &ibm.OnboardingIamRegistrationSupportedAttributeOptionsArgs{
Hidden: pulumi.Bool(false),
IsEmptyValueSupported: pulumi.Bool(false),
IsStringExistsFalseValueSupported: pulumi.Bool(false),
Key: pulumi.String("string"),
Operators: pulumi.StringArray{
pulumi.String("string"),
},
PolicyTypes: pulumi.StringArray{
pulumi.String("string"),
},
ResourceHierarchy: &ibm.OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyArgs{
Key: &ibm.OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyKeyArgs{
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
Value: &ibm.OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyValueArgs{
Key: pulumi.String("string"),
},
},
SupportedPatterns: pulumi.StringArray{
pulumi.String("string"),
},
},
Ui: &ibm.OnboardingIamRegistrationSupportedAttributeUiArgs{
InputDetails: &ibm.OnboardingIamRegistrationSupportedAttributeUiInputDetailsArgs{
Gst: &ibm.OnboardingIamRegistrationSupportedAttributeUiInputDetailsGstArgs{
InputOptionLabel: pulumi.String("string"),
LabelPropertyName: pulumi.String("string"),
Query: pulumi.String("string"),
ValuePropertyName: pulumi.String("string"),
},
Type: pulumi.String("string"),
Url: &ibm.OnboardingIamRegistrationSupportedAttributeUiInputDetailsUrlArgs{
InputOptionLabel: pulumi.String("string"),
UrlEndpoint: pulumi.String("string"),
},
Values: ibm.OnboardingIamRegistrationSupportedAttributeUiInputDetailsValueArray{
&ibm.OnboardingIamRegistrationSupportedAttributeUiInputDetailsValueArgs{
DisplayName: &ibm.OnboardingIamRegistrationSupportedAttributeUiInputDetailsValueDisplayNameArgs{
De: pulumi.String("string"),
Default: pulumi.String("string"),
En: pulumi.String("string"),
Es: pulumi.String("string"),
Fr: pulumi.String("string"),
It: pulumi.String("string"),
Ja: pulumi.String("string"),
Ko: pulumi.String("string"),
PtBr: pulumi.String("string"),
ZhCn: pulumi.String("string"),
ZhTw: pulumi.String("string"),
},
Value: pulumi.String("string"),
},
},
},
InputType: pulumi.String("string"),
},
},
},
SupportedAuthorizationSubjects: ibm.OnboardingIamRegistrationSupportedAuthorizationSubjectArray{
&ibm.OnboardingIamRegistrationSupportedAuthorizationSubjectArgs{
Attributes: &ibm.OnboardingIamRegistrationSupportedAuthorizationSubjectAttributesArgs{
ResourceType: pulumi.String("string"),
ServiceName: pulumi.String("string"),
},
Roles: pulumi.StringArray{
pulumi.String("string"),
},
},
},
SupportedNetwork: &ibm.OnboardingIamRegistrationSupportedNetworkArgs{
EnvironmentAttributes: ibm.OnboardingIamRegistrationSupportedNetworkEnvironmentAttributeArray{
&ibm.OnboardingIamRegistrationSupportedNetworkEnvironmentAttributeArgs{
Key: pulumi.String("string"),
Options: &ibm.OnboardingIamRegistrationSupportedNetworkEnvironmentAttributeOptionsArgs{
Hidden: pulumi.Bool(false),
},
Values: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
SupportedRoles: ibm.OnboardingIamRegistrationSupportedRoleArray{
&ibm.OnboardingIamRegistrationSupportedRoleArgs{
Description: &ibm.OnboardingIamRegistrationSupportedRoleDescriptionArgs{
De: pulumi.String("string"),
Default: pulumi.String("string"),
En: pulumi.String("string"),
Es: pulumi.String("string"),
Fr: pulumi.String("string"),
It: pulumi.String("string"),
Ja: pulumi.String("string"),
Ko: pulumi.String("string"),
PtBr: pulumi.String("string"),
ZhCn: pulumi.String("string"),
ZhTw: pulumi.String("string"),
},
DisplayName: &ibm.OnboardingIamRegistrationSupportedRoleDisplayNameArgs{
De: pulumi.String("string"),
Default: pulumi.String("string"),
En: pulumi.String("string"),
Es: pulumi.String("string"),
Fr: pulumi.String("string"),
It: pulumi.String("string"),
Ja: pulumi.String("string"),
Ko: pulumi.String("string"),
PtBr: pulumi.String("string"),
ZhCn: pulumi.String("string"),
ZhTw: pulumi.String("string"),
},
Id: pulumi.String("string"),
Options: &ibm.OnboardingIamRegistrationSupportedRoleOptionsArgs{
AccessPolicy: pulumi.Bool(false),
AccountType: pulumi.String("string"),
PolicyTypes: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
})
var onboardingIamRegistrationResource = new OnboardingIamRegistration("onboardingIamRegistrationResource", OnboardingIamRegistrationArgs.builder()
.productId("string")
.env("string")
.supportedAnonymousAccesses(OnboardingIamRegistrationSupportedAnonymousAccessArgs.builder()
.attributes(OnboardingIamRegistrationSupportedAnonymousAccessAttributesArgs.builder()
.accountId("string")
.additionalProperties(Map.of("string", "string"))
.serviceName("string")
.build())
.roles("string")
.build())
.enabled(false)
.actions(OnboardingIamRegistrationActionArgs.builder()
.description(OnboardingIamRegistrationActionDescriptionArgs.builder()
.de("string")
.default_("string")
.en("string")
.es("string")
.fr("string")
.it("string")
.ja("string")
.ko("string")
.ptBr("string")
.zhCn("string")
.zhTw("string")
.build())
.displayName(OnboardingIamRegistrationActionDisplayNameArgs.builder()
.de("string")
.default_("string")
.en("string")
.es("string")
.fr("string")
.it("string")
.ja("string")
.ko("string")
.ptBr("string")
.zhCn("string")
.zhTw("string")
.build())
.id("string")
.options(OnboardingIamRegistrationActionOptionsArgs.builder()
.hidden(false)
.build())
.roles("string")
.build())
.name("string")
.onboardingIamRegistrationId("string")
.displayName(OnboardingIamRegistrationDisplayNameArgs.builder()
.de("string")
.default_("string")
.en("string")
.es("string")
.fr("string")
.it("string")
.ja("string")
.ko("string")
.ptBr("string")
.zhCn("string")
.zhTw("string")
.build())
.resourceHierarchyAttribute(OnboardingIamRegistrationResourceHierarchyAttributeArgs.builder()
.key("string")
.value("string")
.build())
.parentIds("string")
.serviceType("string")
.additionalPolicyScopes("string")
.supportedAttributes(OnboardingIamRegistrationSupportedAttributeArgs.builder()
.description(OnboardingIamRegistrationSupportedAttributeDescriptionArgs.builder()
.de("string")
.default_("string")
.en("string")
.es("string")
.fr("string")
.it("string")
.ja("string")
.ko("string")
.ptBr("string")
.zhCn("string")
.zhTw("string")
.build())
.displayName(OnboardingIamRegistrationSupportedAttributeDisplayNameArgs.builder()
.de("string")
.default_("string")
.en("string")
.es("string")
.fr("string")
.it("string")
.ja("string")
.ko("string")
.ptBr("string")
.zhCn("string")
.zhTw("string")
.build())
.key("string")
.options(OnboardingIamRegistrationSupportedAttributeOptionsArgs.builder()
.hidden(false)
.isEmptyValueSupported(false)
.isStringExistsFalseValueSupported(false)
.key("string")
.operators("string")
.policyTypes("string")
.resourceHierarchy(OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyArgs.builder()
.key(OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyKeyArgs.builder()
.key("string")
.value("string")
.build())
.value(OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyValueArgs.builder()
.key("string")
.build())
.build())
.supportedPatterns("string")
.build())
.ui(OnboardingIamRegistrationSupportedAttributeUiArgs.builder()
.inputDetails(OnboardingIamRegistrationSupportedAttributeUiInputDetailsArgs.builder()
.gst(OnboardingIamRegistrationSupportedAttributeUiInputDetailsGstArgs.builder()
.inputOptionLabel("string")
.labelPropertyName("string")
.query("string")
.valuePropertyName("string")
.build())
.type("string")
.url(OnboardingIamRegistrationSupportedAttributeUiInputDetailsUrlArgs.builder()
.inputOptionLabel("string")
.urlEndpoint("string")
.build())
.values(OnboardingIamRegistrationSupportedAttributeUiInputDetailsValueArgs.builder()
.displayName(OnboardingIamRegistrationSupportedAttributeUiInputDetailsValueDisplayNameArgs.builder()
.de("string")
.default_("string")
.en("string")
.es("string")
.fr("string")
.it("string")
.ja("string")
.ko("string")
.ptBr("string")
.zhCn("string")
.zhTw("string")
.build())
.value("string")
.build())
.build())
.inputType("string")
.build())
.build())
.supportedAuthorizationSubjects(OnboardingIamRegistrationSupportedAuthorizationSubjectArgs.builder()
.attributes(OnboardingIamRegistrationSupportedAuthorizationSubjectAttributesArgs.builder()
.resourceType("string")
.serviceName("string")
.build())
.roles("string")
.build())
.supportedNetwork(OnboardingIamRegistrationSupportedNetworkArgs.builder()
.environmentAttributes(OnboardingIamRegistrationSupportedNetworkEnvironmentAttributeArgs.builder()
.key("string")
.options(OnboardingIamRegistrationSupportedNetworkEnvironmentAttributeOptionsArgs.builder()
.hidden(false)
.build())
.values("string")
.build())
.build())
.supportedRoles(OnboardingIamRegistrationSupportedRoleArgs.builder()
.description(OnboardingIamRegistrationSupportedRoleDescriptionArgs.builder()
.de("string")
.default_("string")
.en("string")
.es("string")
.fr("string")
.it("string")
.ja("string")
.ko("string")
.ptBr("string")
.zhCn("string")
.zhTw("string")
.build())
.displayName(OnboardingIamRegistrationSupportedRoleDisplayNameArgs.builder()
.de("string")
.default_("string")
.en("string")
.es("string")
.fr("string")
.it("string")
.ja("string")
.ko("string")
.ptBr("string")
.zhCn("string")
.zhTw("string")
.build())
.id("string")
.options(OnboardingIamRegistrationSupportedRoleOptionsArgs.builder()
.accessPolicy(false)
.accountType("string")
.policyTypes("string")
.build())
.build())
.build());
onboarding_iam_registration_resource = ibm.OnboardingIamRegistration("onboardingIamRegistrationResource",
product_id="string",
env="string",
supported_anonymous_accesses=[{
"attributes": {
"account_id": "string",
"additional_properties": {
"string": "string",
},
"service_name": "string",
},
"roles": ["string"],
}],
enabled=False,
actions=[{
"description": {
"de": "string",
"default": "string",
"en": "string",
"es": "string",
"fr": "string",
"it": "string",
"ja": "string",
"ko": "string",
"pt_br": "string",
"zh_cn": "string",
"zh_tw": "string",
},
"display_name": {
"de": "string",
"default": "string",
"en": "string",
"es": "string",
"fr": "string",
"it": "string",
"ja": "string",
"ko": "string",
"pt_br": "string",
"zh_cn": "string",
"zh_tw": "string",
},
"id": "string",
"options": {
"hidden": False,
},
"roles": ["string"],
}],
name="string",
onboarding_iam_registration_id="string",
display_name={
"de": "string",
"default": "string",
"en": "string",
"es": "string",
"fr": "string",
"it": "string",
"ja": "string",
"ko": "string",
"pt_br": "string",
"zh_cn": "string",
"zh_tw": "string",
},
resource_hierarchy_attribute={
"key": "string",
"value": "string",
},
parent_ids=["string"],
service_type="string",
additional_policy_scopes=["string"],
supported_attributes=[{
"description": {
"de": "string",
"default": "string",
"en": "string",
"es": "string",
"fr": "string",
"it": "string",
"ja": "string",
"ko": "string",
"pt_br": "string",
"zh_cn": "string",
"zh_tw": "string",
},
"display_name": {
"de": "string",
"default": "string",
"en": "string",
"es": "string",
"fr": "string",
"it": "string",
"ja": "string",
"ko": "string",
"pt_br": "string",
"zh_cn": "string",
"zh_tw": "string",
},
"key": "string",
"options": {
"hidden": False,
"is_empty_value_supported": False,
"is_string_exists_false_value_supported": False,
"key": "string",
"operators": ["string"],
"policy_types": ["string"],
"resource_hierarchy": {
"key": {
"key": "string",
"value": "string",
},
"value": {
"key": "string",
},
},
"supported_patterns": ["string"],
},
"ui": {
"input_details": {
"gst": {
"input_option_label": "string",
"label_property_name": "string",
"query": "string",
"value_property_name": "string",
},
"type": "string",
"url": {
"input_option_label": "string",
"url_endpoint": "string",
},
"values": [{
"display_name": {
"de": "string",
"default": "string",
"en": "string",
"es": "string",
"fr": "string",
"it": "string",
"ja": "string",
"ko": "string",
"pt_br": "string",
"zh_cn": "string",
"zh_tw": "string",
},
"value": "string",
}],
},
"input_type": "string",
},
}],
supported_authorization_subjects=[{
"attributes": {
"resource_type": "string",
"service_name": "string",
},
"roles": ["string"],
}],
supported_network={
"environment_attributes": [{
"key": "string",
"options": {
"hidden": False,
},
"values": ["string"],
}],
},
supported_roles=[{
"description": {
"de": "string",
"default": "string",
"en": "string",
"es": "string",
"fr": "string",
"it": "string",
"ja": "string",
"ko": "string",
"pt_br": "string",
"zh_cn": "string",
"zh_tw": "string",
},
"display_name": {
"de": "string",
"default": "string",
"en": "string",
"es": "string",
"fr": "string",
"it": "string",
"ja": "string",
"ko": "string",
"pt_br": "string",
"zh_cn": "string",
"zh_tw": "string",
},
"id": "string",
"options": {
"access_policy": False,
"account_type": "string",
"policy_types": ["string"],
},
}])
const onboardingIamRegistrationResource = new ibm.OnboardingIamRegistration("onboardingIamRegistrationResource", {
productId: "string",
env: "string",
supportedAnonymousAccesses: [{
attributes: {
accountId: "string",
additionalProperties: {
string: "string",
},
serviceName: "string",
},
roles: ["string"],
}],
enabled: false,
actions: [{
description: {
de: "string",
"default": "string",
en: "string",
es: "string",
fr: "string",
it: "string",
ja: "string",
ko: "string",
ptBr: "string",
zhCn: "string",
zhTw: "string",
},
displayName: {
de: "string",
"default": "string",
en: "string",
es: "string",
fr: "string",
it: "string",
ja: "string",
ko: "string",
ptBr: "string",
zhCn: "string",
zhTw: "string",
},
id: "string",
options: {
hidden: false,
},
roles: ["string"],
}],
name: "string",
onboardingIamRegistrationId: "string",
displayName: {
de: "string",
"default": "string",
en: "string",
es: "string",
fr: "string",
it: "string",
ja: "string",
ko: "string",
ptBr: "string",
zhCn: "string",
zhTw: "string",
},
resourceHierarchyAttribute: {
key: "string",
value: "string",
},
parentIds: ["string"],
serviceType: "string",
additionalPolicyScopes: ["string"],
supportedAttributes: [{
description: {
de: "string",
"default": "string",
en: "string",
es: "string",
fr: "string",
it: "string",
ja: "string",
ko: "string",
ptBr: "string",
zhCn: "string",
zhTw: "string",
},
displayName: {
de: "string",
"default": "string",
en: "string",
es: "string",
fr: "string",
it: "string",
ja: "string",
ko: "string",
ptBr: "string",
zhCn: "string",
zhTw: "string",
},
key: "string",
options: {
hidden: false,
isEmptyValueSupported: false,
isStringExistsFalseValueSupported: false,
key: "string",
operators: ["string"],
policyTypes: ["string"],
resourceHierarchy: {
key: {
key: "string",
value: "string",
},
value: {
key: "string",
},
},
supportedPatterns: ["string"],
},
ui: {
inputDetails: {
gst: {
inputOptionLabel: "string",
labelPropertyName: "string",
query: "string",
valuePropertyName: "string",
},
type: "string",
url: {
inputOptionLabel: "string",
urlEndpoint: "string",
},
values: [{
displayName: {
de: "string",
"default": "string",
en: "string",
es: "string",
fr: "string",
it: "string",
ja: "string",
ko: "string",
ptBr: "string",
zhCn: "string",
zhTw: "string",
},
value: "string",
}],
},
inputType: "string",
},
}],
supportedAuthorizationSubjects: [{
attributes: {
resourceType: "string",
serviceName: "string",
},
roles: ["string"],
}],
supportedNetwork: {
environmentAttributes: [{
key: "string",
options: {
hidden: false,
},
values: ["string"],
}],
},
supportedRoles: [{
description: {
de: "string",
"default": "string",
en: "string",
es: "string",
fr: "string",
it: "string",
ja: "string",
ko: "string",
ptBr: "string",
zhCn: "string",
zhTw: "string",
},
displayName: {
de: "string",
"default": "string",
en: "string",
es: "string",
fr: "string",
it: "string",
ja: "string",
ko: "string",
ptBr: "string",
zhCn: "string",
zhTw: "string",
},
id: "string",
options: {
accessPolicy: false,
accountType: "string",
policyTypes: ["string"],
},
}],
});
type: ibm:OnboardingIamRegistration
properties:
actions:
- description:
de: string
default: string
en: string
es: string
fr: string
it: string
ja: string
ko: string
ptBr: string
zhCn: string
zhTw: string
displayName:
de: string
default: string
en: string
es: string
fr: string
it: string
ja: string
ko: string
ptBr: string
zhCn: string
zhTw: string
id: string
options:
hidden: false
roles:
- string
additionalPolicyScopes:
- string
displayName:
de: string
default: string
en: string
es: string
fr: string
it: string
ja: string
ko: string
ptBr: string
zhCn: string
zhTw: string
enabled: false
env: string
name: string
onboardingIamRegistrationId: string
parentIds:
- string
productId: string
resourceHierarchyAttribute:
key: string
value: string
serviceType: string
supportedAnonymousAccesses:
- attributes:
accountId: string
additionalProperties:
string: string
serviceName: string
roles:
- string
supportedAttributes:
- description:
de: string
default: string
en: string
es: string
fr: string
it: string
ja: string
ko: string
ptBr: string
zhCn: string
zhTw: string
displayName:
de: string
default: string
en: string
es: string
fr: string
it: string
ja: string
ko: string
ptBr: string
zhCn: string
zhTw: string
key: string
options:
hidden: false
isEmptyValueSupported: false
isStringExistsFalseValueSupported: false
key: string
operators:
- string
policyTypes:
- string
resourceHierarchy:
key:
key: string
value: string
value:
key: string
supportedPatterns:
- string
ui:
inputDetails:
gst:
inputOptionLabel: string
labelPropertyName: string
query: string
valuePropertyName: string
type: string
url:
inputOptionLabel: string
urlEndpoint: string
values:
- displayName:
de: string
default: string
en: string
es: string
fr: string
it: string
ja: string
ko: string
ptBr: string
zhCn: string
zhTw: string
value: string
inputType: string
supportedAuthorizationSubjects:
- attributes:
resourceType: string
serviceName: string
roles:
- string
supportedNetwork:
environmentAttributes:
- key: string
options:
hidden: false
values:
- string
supportedRoles:
- description:
de: string
default: string
en: string
es: string
fr: string
it: string
ja: string
ko: string
ptBr: string
zhCn: string
zhTw: string
displayName:
de: string
default: string
en: string
es: string
fr: string
it: string
ja: string
ko: string
ptBr: string
zhCn: string
zhTw: string
id: string
options:
accessPolicy: false
accountType: string
policyTypes:
- string
OnboardingIamRegistration Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The OnboardingIamRegistration resource accepts the following input properties:
- Product
Id string - The unique ID of the product.
- Constraints: The maximum length is
71
characters. The minimum length is71
characters. The value must match regular expression/^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Actions
List<Onboarding
Iam Registration Action> - The product access management action.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for actions:
- Constraints: The maximum length is
- Additional
Policy List<string>Scopes - List of additional policy scopes.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Display
Name OnboardingIam Registration Display Name - The display name of the object. Nested schema for display_name:
- Enabled bool
- Whether the service is enabled or disabled for IAM.
- Env string
- The environment to fetch this object from.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-z_.-]+$/
.
- Constraints: The maximum length is
- Name string
- The IAM registration name, which must be the programmatic name of the product.
- Constraints: The value must match regular expression
/^\\S*$/
.
- Constraints: The value must match regular expression
- Onboarding
Iam stringRegistration Id - The unique identifier of the onboarding_iam_registration.
- Parent
Ids List<string> - The list of parent IDs for product access management.
- Constraints: The list items must match regular expression
/^\\S*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Resource
Hierarchy OnboardingAttribute Iam Registration Resource Hierarchy Attribute - The resource hierarchy key-value pair for composite services. Nested schema for resource_hierarchy_attribute:
- Service
Type string - The type of the service.
- Constraints: Allowable values are:
service
,platform_service
.
- Constraints: Allowable values are:
- Supported
Anonymous List<OnboardingAccesses Iam Registration Supported Anonymous Access> - The list of supported anonymous accesses.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_anonymous_accesses:
- Constraints: The maximum length is
- Supported
Attributes List<OnboardingIam Registration Supported Attribute> - The list of supported attributes.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_attributes:
- Constraints: The maximum length is
- List<Onboarding
Iam Registration Supported Authorization Subject> - The list of supported authorization subjects.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_authorization_subjects:
- Constraints: The maximum length is
- Supported
Network OnboardingIam Registration Supported Network - The registration of set of endpoint types that are supported by your service in the
networkType
environment attribute. This constrains the context-based restriction rules specific to the service such that they describe access restrictions on only this set of endpoints. Nested schema for supported_network: - Supported
Roles List<OnboardingIam Registration Supported Role> - The list of roles that you can use to assign access.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_roles:
- Constraints: The maximum length is
- Product
Id string - The unique ID of the product.
- Constraints: The maximum length is
71
characters. The minimum length is71
characters. The value must match regular expression/^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Actions
[]Onboarding
Iam Registration Action Args - The product access management action.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for actions:
- Constraints: The maximum length is
- Additional
Policy []stringScopes - List of additional policy scopes.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Display
Name OnboardingIam Registration Display Name Args - The display name of the object. Nested schema for display_name:
- Enabled bool
- Whether the service is enabled or disabled for IAM.
- Env string
- The environment to fetch this object from.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-z_.-]+$/
.
- Constraints: The maximum length is
- Name string
- The IAM registration name, which must be the programmatic name of the product.
- Constraints: The value must match regular expression
/^\\S*$/
.
- Constraints: The value must match regular expression
- Onboarding
Iam stringRegistration Id - The unique identifier of the onboarding_iam_registration.
- Parent
Ids []string - The list of parent IDs for product access management.
- Constraints: The list items must match regular expression
/^\\S*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Resource
Hierarchy OnboardingAttribute Iam Registration Resource Hierarchy Attribute Args - The resource hierarchy key-value pair for composite services. Nested schema for resource_hierarchy_attribute:
- Service
Type string - The type of the service.
- Constraints: Allowable values are:
service
,platform_service
.
- Constraints: Allowable values are:
- Supported
Anonymous []OnboardingAccesses Iam Registration Supported Anonymous Access Args - The list of supported anonymous accesses.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_anonymous_accesses:
- Constraints: The maximum length is
- Supported
Attributes []OnboardingIam Registration Supported Attribute Args - The list of supported attributes.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_attributes:
- Constraints: The maximum length is
- []Onboarding
Iam Registration Supported Authorization Subject Args - The list of supported authorization subjects.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_authorization_subjects:
- Constraints: The maximum length is
- Supported
Network OnboardingIam Registration Supported Network Args - The registration of set of endpoint types that are supported by your service in the
networkType
environment attribute. This constrains the context-based restriction rules specific to the service such that they describe access restrictions on only this set of endpoints. Nested schema for supported_network: - Supported
Roles []OnboardingIam Registration Supported Role Args - The list of roles that you can use to assign access.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_roles:
- Constraints: The maximum length is
- product
Id String - The unique ID of the product.
- Constraints: The maximum length is
71
characters. The minimum length is71
characters. The value must match regular expression/^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- actions
List<Onboarding
Iam Registration Action> - The product access management action.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for actions:
- Constraints: The maximum length is
- additional
Policy List<String>Scopes - List of additional policy scopes.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- display
Name OnboardingIam Registration Display Name - The display name of the object. Nested schema for display_name:
- enabled Boolean
- Whether the service is enabled or disabled for IAM.
- env String
- The environment to fetch this object from.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-z_.-]+$/
.
- Constraints: The maximum length is
- name String
- The IAM registration name, which must be the programmatic name of the product.
- Constraints: The value must match regular expression
/^\\S*$/
.
- Constraints: The value must match regular expression
- onboarding
Iam StringRegistration Id - The unique identifier of the onboarding_iam_registration.
- parent
Ids List<String> - The list of parent IDs for product access management.
- Constraints: The list items must match regular expression
/^\\S*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- resource
Hierarchy OnboardingAttribute Iam Registration Resource Hierarchy Attribute - The resource hierarchy key-value pair for composite services. Nested schema for resource_hierarchy_attribute:
- service
Type String - The type of the service.
- Constraints: Allowable values are:
service
,platform_service
.
- Constraints: Allowable values are:
- supported
Anonymous List<OnboardingAccesses Iam Registration Supported Anonymous Access> - The list of supported anonymous accesses.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_anonymous_accesses:
- Constraints: The maximum length is
- supported
Attributes List<OnboardingIam Registration Supported Attribute> - The list of supported attributes.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_attributes:
- Constraints: The maximum length is
- List<Onboarding
Iam Registration Supported Authorization Subject> - The list of supported authorization subjects.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_authorization_subjects:
- Constraints: The maximum length is
- supported
Network OnboardingIam Registration Supported Network - The registration of set of endpoint types that are supported by your service in the
networkType
environment attribute. This constrains the context-based restriction rules specific to the service such that they describe access restrictions on only this set of endpoints. Nested schema for supported_network: - supported
Roles List<OnboardingIam Registration Supported Role> - The list of roles that you can use to assign access.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_roles:
- Constraints: The maximum length is
- product
Id string - The unique ID of the product.
- Constraints: The maximum length is
71
characters. The minimum length is71
characters. The value must match regular expression/^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- actions
Onboarding
Iam Registration Action[] - The product access management action.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for actions:
- Constraints: The maximum length is
- additional
Policy string[]Scopes - List of additional policy scopes.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- display
Name OnboardingIam Registration Display Name - The display name of the object. Nested schema for display_name:
- enabled boolean
- Whether the service is enabled or disabled for IAM.
- env string
- The environment to fetch this object from.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-z_.-]+$/
.
- Constraints: The maximum length is
- name string
- The IAM registration name, which must be the programmatic name of the product.
- Constraints: The value must match regular expression
/^\\S*$/
.
- Constraints: The value must match regular expression
- onboarding
Iam stringRegistration Id - The unique identifier of the onboarding_iam_registration.
- parent
Ids string[] - The list of parent IDs for product access management.
- Constraints: The list items must match regular expression
/^\\S*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- resource
Hierarchy OnboardingAttribute Iam Registration Resource Hierarchy Attribute - The resource hierarchy key-value pair for composite services. Nested schema for resource_hierarchy_attribute:
- service
Type string - The type of the service.
- Constraints: Allowable values are:
service
,platform_service
.
- Constraints: Allowable values are:
- supported
Anonymous OnboardingAccesses Iam Registration Supported Anonymous Access[] - The list of supported anonymous accesses.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_anonymous_accesses:
- Constraints: The maximum length is
- supported
Attributes OnboardingIam Registration Supported Attribute[] - The list of supported attributes.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_attributes:
- Constraints: The maximum length is
- Onboarding
Iam Registration Supported Authorization Subject[] - The list of supported authorization subjects.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_authorization_subjects:
- Constraints: The maximum length is
- supported
Network OnboardingIam Registration Supported Network - The registration of set of endpoint types that are supported by your service in the
networkType
environment attribute. This constrains the context-based restriction rules specific to the service such that they describe access restrictions on only this set of endpoints. Nested schema for supported_network: - supported
Roles OnboardingIam Registration Supported Role[] - The list of roles that you can use to assign access.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_roles:
- Constraints: The maximum length is
- product_
id str - The unique ID of the product.
- Constraints: The maximum length is
71
characters. The minimum length is71
characters. The value must match regular expression/^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- actions
Sequence[Onboarding
Iam Registration Action Args] - The product access management action.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for actions:
- Constraints: The maximum length is
- additional_
policy_ Sequence[str]scopes - List of additional policy scopes.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- display_
name OnboardingIam Registration Display Name Args - The display name of the object. Nested schema for display_name:
- enabled bool
- Whether the service is enabled or disabled for IAM.
- env str
- The environment to fetch this object from.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-z_.-]+$/
.
- Constraints: The maximum length is
- name str
- The IAM registration name, which must be the programmatic name of the product.
- Constraints: The value must match regular expression
/^\\S*$/
.
- Constraints: The value must match regular expression
- onboarding_
iam_ strregistration_ id - The unique identifier of the onboarding_iam_registration.
- parent_
ids Sequence[str] - The list of parent IDs for product access management.
- Constraints: The list items must match regular expression
/^\\S*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- resource_
hierarchy_ Onboardingattribute Iam Registration Resource Hierarchy Attribute Args - The resource hierarchy key-value pair for composite services. Nested schema for resource_hierarchy_attribute:
- service_
type str - The type of the service.
- Constraints: Allowable values are:
service
,platform_service
.
- Constraints: Allowable values are:
- supported_
anonymous_ Sequence[Onboardingaccesses Iam Registration Supported Anonymous Access Args] - The list of supported anonymous accesses.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_anonymous_accesses:
- Constraints: The maximum length is
- supported_
attributes Sequence[OnboardingIam Registration Supported Attribute Args] - The list of supported attributes.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_attributes:
- Constraints: The maximum length is
- Sequence[Onboarding
Iam Registration Supported Authorization Subject Args] - The list of supported authorization subjects.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_authorization_subjects:
- Constraints: The maximum length is
- supported_
network OnboardingIam Registration Supported Network Args - The registration of set of endpoint types that are supported by your service in the
networkType
environment attribute. This constrains the context-based restriction rules specific to the service such that they describe access restrictions on only this set of endpoints. Nested schema for supported_network: - supported_
roles Sequence[OnboardingIam Registration Supported Role Args] - The list of roles that you can use to assign access.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_roles:
- Constraints: The maximum length is
- product
Id String - The unique ID of the product.
- Constraints: The maximum length is
71
characters. The minimum length is71
characters. The value must match regular expression/^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- actions List<Property Map>
- The product access management action.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for actions:
- Constraints: The maximum length is
- additional
Policy List<String>Scopes - List of additional policy scopes.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- display
Name Property Map - The display name of the object. Nested schema for display_name:
- enabled Boolean
- Whether the service is enabled or disabled for IAM.
- env String
- The environment to fetch this object from.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-z_.-]+$/
.
- Constraints: The maximum length is
- name String
- The IAM registration name, which must be the programmatic name of the product.
- Constraints: The value must match regular expression
/^\\S*$/
.
- Constraints: The value must match regular expression
- onboarding
Iam StringRegistration Id - The unique identifier of the onboarding_iam_registration.
- parent
Ids List<String> - The list of parent IDs for product access management.
- Constraints: The list items must match regular expression
/^\\S*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- resource
Hierarchy Property MapAttribute - The resource hierarchy key-value pair for composite services. Nested schema for resource_hierarchy_attribute:
- service
Type String - The type of the service.
- Constraints: Allowable values are:
service
,platform_service
.
- Constraints: Allowable values are:
- supported
Anonymous List<Property Map>Accesses - The list of supported anonymous accesses.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_anonymous_accesses:
- Constraints: The maximum length is
- supported
Attributes List<Property Map> - The list of supported attributes.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_attributes:
- Constraints: The maximum length is
- List<Property Map>
- The list of supported authorization subjects.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_authorization_subjects:
- Constraints: The maximum length is
- supported
Network Property Map - The registration of set of endpoint types that are supported by your service in the
networkType
environment attribute. This constrains the context-based restriction rules specific to the service such that they describe access restrictions on only this set of endpoints. Nested schema for supported_network: - supported
Roles List<Property Map> - The list of roles that you can use to assign access.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_roles:
- Constraints: The maximum length is
Outputs
All input properties are implicitly available as output properties. Additionally, the OnboardingIamRegistration resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing OnboardingIamRegistration Resource
Get an existing OnboardingIamRegistration resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: OnboardingIamRegistrationState, opts?: CustomResourceOptions): OnboardingIamRegistration
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
actions: Optional[Sequence[OnboardingIamRegistrationActionArgs]] = None,
additional_policy_scopes: Optional[Sequence[str]] = None,
display_name: Optional[OnboardingIamRegistrationDisplayNameArgs] = None,
enabled: Optional[bool] = None,
env: Optional[str] = None,
name: Optional[str] = None,
onboarding_iam_registration_id: Optional[str] = None,
parent_ids: Optional[Sequence[str]] = None,
product_id: Optional[str] = None,
resource_hierarchy_attribute: Optional[OnboardingIamRegistrationResourceHierarchyAttributeArgs] = None,
service_type: Optional[str] = None,
supported_anonymous_accesses: Optional[Sequence[OnboardingIamRegistrationSupportedAnonymousAccessArgs]] = None,
supported_attributes: Optional[Sequence[OnboardingIamRegistrationSupportedAttributeArgs]] = None,
supported_authorization_subjects: Optional[Sequence[OnboardingIamRegistrationSupportedAuthorizationSubjectArgs]] = None,
supported_network: Optional[OnboardingIamRegistrationSupportedNetworkArgs] = None,
supported_roles: Optional[Sequence[OnboardingIamRegistrationSupportedRoleArgs]] = None) -> OnboardingIamRegistration
func GetOnboardingIamRegistration(ctx *Context, name string, id IDInput, state *OnboardingIamRegistrationState, opts ...ResourceOption) (*OnboardingIamRegistration, error)
public static OnboardingIamRegistration Get(string name, Input<string> id, OnboardingIamRegistrationState? state, CustomResourceOptions? opts = null)
public static OnboardingIamRegistration get(String name, Output<String> id, OnboardingIamRegistrationState state, CustomResourceOptions options)
resources: _: type: ibm:OnboardingIamRegistration get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Actions
List<Onboarding
Iam Registration Action> - The product access management action.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for actions:
- Constraints: The maximum length is
- Additional
Policy List<string>Scopes - List of additional policy scopes.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Display
Name OnboardingIam Registration Display Name - The display name of the object. Nested schema for display_name:
- Enabled bool
- Whether the service is enabled or disabled for IAM.
- Env string
- The environment to fetch this object from.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-z_.-]+$/
.
- Constraints: The maximum length is
- Name string
- The IAM registration name, which must be the programmatic name of the product.
- Constraints: The value must match regular expression
/^\\S*$/
.
- Constraints: The value must match regular expression
- Onboarding
Iam stringRegistration Id - The unique identifier of the onboarding_iam_registration.
- Parent
Ids List<string> - The list of parent IDs for product access management.
- Constraints: The list items must match regular expression
/^\\S*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Product
Id string - The unique ID of the product.
- Constraints: The maximum length is
71
characters. The minimum length is71
characters. The value must match regular expression/^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Resource
Hierarchy OnboardingAttribute Iam Registration Resource Hierarchy Attribute - The resource hierarchy key-value pair for composite services. Nested schema for resource_hierarchy_attribute:
- Service
Type string - The type of the service.
- Constraints: Allowable values are:
service
,platform_service
.
- Constraints: Allowable values are:
- Supported
Anonymous List<OnboardingAccesses Iam Registration Supported Anonymous Access> - The list of supported anonymous accesses.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_anonymous_accesses:
- Constraints: The maximum length is
- Supported
Attributes List<OnboardingIam Registration Supported Attribute> - The list of supported attributes.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_attributes:
- Constraints: The maximum length is
- List<Onboarding
Iam Registration Supported Authorization Subject> - The list of supported authorization subjects.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_authorization_subjects:
- Constraints: The maximum length is
- Supported
Network OnboardingIam Registration Supported Network - The registration of set of endpoint types that are supported by your service in the
networkType
environment attribute. This constrains the context-based restriction rules specific to the service such that they describe access restrictions on only this set of endpoints. Nested schema for supported_network: - Supported
Roles List<OnboardingIam Registration Supported Role> - The list of roles that you can use to assign access.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_roles:
- Constraints: The maximum length is
- Actions
[]Onboarding
Iam Registration Action Args - The product access management action.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for actions:
- Constraints: The maximum length is
- Additional
Policy []stringScopes - List of additional policy scopes.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Display
Name OnboardingIam Registration Display Name Args - The display name of the object. Nested schema for display_name:
- Enabled bool
- Whether the service is enabled or disabled for IAM.
- Env string
- The environment to fetch this object from.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-z_.-]+$/
.
- Constraints: The maximum length is
- Name string
- The IAM registration name, which must be the programmatic name of the product.
- Constraints: The value must match regular expression
/^\\S*$/
.
- Constraints: The value must match regular expression
- Onboarding
Iam stringRegistration Id - The unique identifier of the onboarding_iam_registration.
- Parent
Ids []string - The list of parent IDs for product access management.
- Constraints: The list items must match regular expression
/^\\S*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Product
Id string - The unique ID of the product.
- Constraints: The maximum length is
71
characters. The minimum length is71
characters. The value must match regular expression/^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Resource
Hierarchy OnboardingAttribute Iam Registration Resource Hierarchy Attribute Args - The resource hierarchy key-value pair for composite services. Nested schema for resource_hierarchy_attribute:
- Service
Type string - The type of the service.
- Constraints: Allowable values are:
service
,platform_service
.
- Constraints: Allowable values are:
- Supported
Anonymous []OnboardingAccesses Iam Registration Supported Anonymous Access Args - The list of supported anonymous accesses.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_anonymous_accesses:
- Constraints: The maximum length is
- Supported
Attributes []OnboardingIam Registration Supported Attribute Args - The list of supported attributes.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_attributes:
- Constraints: The maximum length is
- []Onboarding
Iam Registration Supported Authorization Subject Args - The list of supported authorization subjects.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_authorization_subjects:
- Constraints: The maximum length is
- Supported
Network OnboardingIam Registration Supported Network Args - The registration of set of endpoint types that are supported by your service in the
networkType
environment attribute. This constrains the context-based restriction rules specific to the service such that they describe access restrictions on only this set of endpoints. Nested schema for supported_network: - Supported
Roles []OnboardingIam Registration Supported Role Args - The list of roles that you can use to assign access.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_roles:
- Constraints: The maximum length is
- actions
List<Onboarding
Iam Registration Action> - The product access management action.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for actions:
- Constraints: The maximum length is
- additional
Policy List<String>Scopes - List of additional policy scopes.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- display
Name OnboardingIam Registration Display Name - The display name of the object. Nested schema for display_name:
- enabled Boolean
- Whether the service is enabled or disabled for IAM.
- env String
- The environment to fetch this object from.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-z_.-]+$/
.
- Constraints: The maximum length is
- name String
- The IAM registration name, which must be the programmatic name of the product.
- Constraints: The value must match regular expression
/^\\S*$/
.
- Constraints: The value must match regular expression
- onboarding
Iam StringRegistration Id - The unique identifier of the onboarding_iam_registration.
- parent
Ids List<String> - The list of parent IDs for product access management.
- Constraints: The list items must match regular expression
/^\\S*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- product
Id String - The unique ID of the product.
- Constraints: The maximum length is
71
characters. The minimum length is71
characters. The value must match regular expression/^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- resource
Hierarchy OnboardingAttribute Iam Registration Resource Hierarchy Attribute - The resource hierarchy key-value pair for composite services. Nested schema for resource_hierarchy_attribute:
- service
Type String - The type of the service.
- Constraints: Allowable values are:
service
,platform_service
.
- Constraints: Allowable values are:
- supported
Anonymous List<OnboardingAccesses Iam Registration Supported Anonymous Access> - The list of supported anonymous accesses.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_anonymous_accesses:
- Constraints: The maximum length is
- supported
Attributes List<OnboardingIam Registration Supported Attribute> - The list of supported attributes.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_attributes:
- Constraints: The maximum length is
- List<Onboarding
Iam Registration Supported Authorization Subject> - The list of supported authorization subjects.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_authorization_subjects:
- Constraints: The maximum length is
- supported
Network OnboardingIam Registration Supported Network - The registration of set of endpoint types that are supported by your service in the
networkType
environment attribute. This constrains the context-based restriction rules specific to the service such that they describe access restrictions on only this set of endpoints. Nested schema for supported_network: - supported
Roles List<OnboardingIam Registration Supported Role> - The list of roles that you can use to assign access.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_roles:
- Constraints: The maximum length is
- actions
Onboarding
Iam Registration Action[] - The product access management action.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for actions:
- Constraints: The maximum length is
- additional
Policy string[]Scopes - List of additional policy scopes.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- display
Name OnboardingIam Registration Display Name - The display name of the object. Nested schema for display_name:
- enabled boolean
- Whether the service is enabled or disabled for IAM.
- env string
- The environment to fetch this object from.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-z_.-]+$/
.
- Constraints: The maximum length is
- name string
- The IAM registration name, which must be the programmatic name of the product.
- Constraints: The value must match regular expression
/^\\S*$/
.
- Constraints: The value must match regular expression
- onboarding
Iam stringRegistration Id - The unique identifier of the onboarding_iam_registration.
- parent
Ids string[] - The list of parent IDs for product access management.
- Constraints: The list items must match regular expression
/^\\S*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- product
Id string - The unique ID of the product.
- Constraints: The maximum length is
71
characters. The minimum length is71
characters. The value must match regular expression/^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- resource
Hierarchy OnboardingAttribute Iam Registration Resource Hierarchy Attribute - The resource hierarchy key-value pair for composite services. Nested schema for resource_hierarchy_attribute:
- service
Type string - The type of the service.
- Constraints: Allowable values are:
service
,platform_service
.
- Constraints: Allowable values are:
- supported
Anonymous OnboardingAccesses Iam Registration Supported Anonymous Access[] - The list of supported anonymous accesses.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_anonymous_accesses:
- Constraints: The maximum length is
- supported
Attributes OnboardingIam Registration Supported Attribute[] - The list of supported attributes.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_attributes:
- Constraints: The maximum length is
- Onboarding
Iam Registration Supported Authorization Subject[] - The list of supported authorization subjects.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_authorization_subjects:
- Constraints: The maximum length is
- supported
Network OnboardingIam Registration Supported Network - The registration of set of endpoint types that are supported by your service in the
networkType
environment attribute. This constrains the context-based restriction rules specific to the service such that they describe access restrictions on only this set of endpoints. Nested schema for supported_network: - supported
Roles OnboardingIam Registration Supported Role[] - The list of roles that you can use to assign access.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_roles:
- Constraints: The maximum length is
- actions
Sequence[Onboarding
Iam Registration Action Args] - The product access management action.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for actions:
- Constraints: The maximum length is
- additional_
policy_ Sequence[str]scopes - List of additional policy scopes.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- display_
name OnboardingIam Registration Display Name Args - The display name of the object. Nested schema for display_name:
- enabled bool
- Whether the service is enabled or disabled for IAM.
- env str
- The environment to fetch this object from.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-z_.-]+$/
.
- Constraints: The maximum length is
- name str
- The IAM registration name, which must be the programmatic name of the product.
- Constraints: The value must match regular expression
/^\\S*$/
.
- Constraints: The value must match regular expression
- onboarding_
iam_ strregistration_ id - The unique identifier of the onboarding_iam_registration.
- parent_
ids Sequence[str] - The list of parent IDs for product access management.
- Constraints: The list items must match regular expression
/^\\S*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- product_
id str - The unique ID of the product.
- Constraints: The maximum length is
71
characters. The minimum length is71
characters. The value must match regular expression/^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- resource_
hierarchy_ Onboardingattribute Iam Registration Resource Hierarchy Attribute Args - The resource hierarchy key-value pair for composite services. Nested schema for resource_hierarchy_attribute:
- service_
type str - The type of the service.
- Constraints: Allowable values are:
service
,platform_service
.
- Constraints: Allowable values are:
- supported_
anonymous_ Sequence[Onboardingaccesses Iam Registration Supported Anonymous Access Args] - The list of supported anonymous accesses.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_anonymous_accesses:
- Constraints: The maximum length is
- supported_
attributes Sequence[OnboardingIam Registration Supported Attribute Args] - The list of supported attributes.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_attributes:
- Constraints: The maximum length is
- Sequence[Onboarding
Iam Registration Supported Authorization Subject Args] - The list of supported authorization subjects.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_authorization_subjects:
- Constraints: The maximum length is
- supported_
network OnboardingIam Registration Supported Network Args - The registration of set of endpoint types that are supported by your service in the
networkType
environment attribute. This constrains the context-based restriction rules specific to the service such that they describe access restrictions on only this set of endpoints. Nested schema for supported_network: - supported_
roles Sequence[OnboardingIam Registration Supported Role Args] - The list of roles that you can use to assign access.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_roles:
- Constraints: The maximum length is
- actions List<Property Map>
- The product access management action.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for actions:
- Constraints: The maximum length is
- additional
Policy List<String>Scopes - List of additional policy scopes.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- display
Name Property Map - The display name of the object. Nested schema for display_name:
- enabled Boolean
- Whether the service is enabled or disabled for IAM.
- env String
- The environment to fetch this object from.
- Constraints: The maximum length is
64
characters. The minimum length is1
character. The value must match regular expression/^[a-z_.-]+$/
.
- Constraints: The maximum length is
- name String
- The IAM registration name, which must be the programmatic name of the product.
- Constraints: The value must match regular expression
/^\\S*$/
.
- Constraints: The value must match regular expression
- onboarding
Iam StringRegistration Id - The unique identifier of the onboarding_iam_registration.
- parent
Ids List<String> - The list of parent IDs for product access management.
- Constraints: The list items must match regular expression
/^\\S*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- product
Id String - The unique ID of the product.
- Constraints: The maximum length is
71
characters. The minimum length is71
characters. The value must match regular expression/^[a-zA-Z0-9]{32}:o:[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- resource
Hierarchy Property MapAttribute - The resource hierarchy key-value pair for composite services. Nested schema for resource_hierarchy_attribute:
- service
Type String - The type of the service.
- Constraints: Allowable values are:
service
,platform_service
.
- Constraints: Allowable values are:
- supported
Anonymous List<Property Map>Accesses - The list of supported anonymous accesses.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_anonymous_accesses:
- Constraints: The maximum length is
- supported
Attributes List<Property Map> - The list of supported attributes.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_attributes:
- Constraints: The maximum length is
- List<Property Map>
- The list of supported authorization subjects.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_authorization_subjects:
- Constraints: The maximum length is
- supported
Network Property Map - The registration of set of endpoint types that are supported by your service in the
networkType
environment attribute. This constrains the context-based restriction rules specific to the service such that they describe access restrictions on only this set of endpoints. Nested schema for supported_network: - supported
Roles List<Property Map> - The list of roles that you can use to assign access.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for supported_roles:
- Constraints: The maximum length is
Supporting Types
OnboardingIamRegistrationAction, OnboardingIamRegistrationActionArgs
- Description
Onboarding
Iam Registration Action Description - The description for the object. Nested schema for description:
- Display
Name OnboardingIam Registration Action Display Name - The display name of the object. Nested schema for display_name:
- Id string
- The unique identifier for the action.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Options
Onboarding
Iam Registration Action Options - Extra options. Nested schema for options:
- Roles List<string>
- The list of roles for the action.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Description
Onboarding
Iam Registration Action Description - The description for the object. Nested schema for description:
- Display
Name OnboardingIam Registration Action Display Name - The display name of the object. Nested schema for display_name:
- Id string
- The unique identifier for the action.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Options
Onboarding
Iam Registration Action Options - Extra options. Nested schema for options:
- Roles []string
- The list of roles for the action.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- description
Onboarding
Iam Registration Action Description - The description for the object. Nested schema for description:
- display
Name OnboardingIam Registration Action Display Name - The display name of the object. Nested schema for display_name:
- id String
- The unique identifier for the action.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- options
Onboarding
Iam Registration Action Options - Extra options. Nested schema for options:
- roles List<String>
- The list of roles for the action.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- description
Onboarding
Iam Registration Action Description - The description for the object. Nested schema for description:
- display
Name OnboardingIam Registration Action Display Name - The display name of the object. Nested schema for display_name:
- id string
- The unique identifier for the action.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- options
Onboarding
Iam Registration Action Options - Extra options. Nested schema for options:
- roles string[]
- The list of roles for the action.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- description
Onboarding
Iam Registration Action Description - The description for the object. Nested schema for description:
- display_
name OnboardingIam Registration Action Display Name - The display name of the object. Nested schema for display_name:
- id str
- The unique identifier for the action.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- options
Onboarding
Iam Registration Action Options - Extra options. Nested schema for options:
- roles Sequence[str]
- The list of roles for the action.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- description Property Map
- The description for the object. Nested schema for description:
- display
Name Property Map - The display name of the object. Nested schema for display_name:
- id String
- The unique identifier for the action.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- options Property Map
- Extra options. Nested schema for options:
- roles List<String>
- The list of roles for the action.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
OnboardingIamRegistrationActionDescription, OnboardingIamRegistrationActionDescriptionArgs
- De string
- German.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- Default string
- The fallback string for the description object.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- En string
- English.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Es string
- Spanish.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- Fr string
- French.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- It string
- Italian.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Ja string
- Japanese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- Ko string
- Korean.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- De string
- German.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- Default string
- The fallback string for the description object.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- En string
- English.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Es string
- Spanish.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- Fr string
- French.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- It string
- Italian.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Ja string
- Japanese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- Ko string
- Korean.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de String
- German.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default_ String
- The fallback string for the description object.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en String
- English.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es String
- Spanish.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr String
- French.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it String
- Italian.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja String
- Japanese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko String
- Korean.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br String - Portuguese (Brazil).
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn String - Simplified Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw String - Traditional Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de string
- German.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default string
- The fallback string for the description object.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en string
- English.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es string
- Spanish.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr string
- French.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it string
- Italian.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja string
- Japanese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko string
- Korean.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de str
- German.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default str
- The fallback string for the description object.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en str
- English.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es str
- Spanish.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr str
- French.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it str
- Italian.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja str
- Japanese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko str
- Korean.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt_
br str - Portuguese (Brazil).
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh_
cn str - Simplified Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh_
tw str - Traditional Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de String
- German.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default String
- The fallback string for the description object.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en String
- English.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es String
- Spanish.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr String
- French.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it String
- Italian.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja String
- Japanese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko String
- Korean.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br String - Portuguese (Brazil).
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn String - Simplified Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw String - Traditional Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
OnboardingIamRegistrationActionDisplayName, OnboardingIamRegistrationActionDisplayNameArgs
- De string
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- Default string
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- En string
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Es string
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- Fr string
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- It string
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Ja string
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- Ko string
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- De string
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- Default string
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- En string
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Es string
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- Fr string
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- It string
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Ja string
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- Ko string
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de String
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default_ String
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en String
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es String
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr String
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it String
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja String
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko String
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br String - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn String - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw String - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de string
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default string
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en string
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es string
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr string
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it string
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja string
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko string
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de str
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default str
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en str
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es str
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr str
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it str
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja str
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko str
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt_
br str - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh_
cn str - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh_
tw str - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de String
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default String
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en String
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es String
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr String
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it String
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja String
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko String
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br String - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn String - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw String - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
OnboardingIamRegistrationActionOptions, OnboardingIamRegistrationActionOptionsArgs
- bool
- Optional opt-in if action is hidden from customers.
- bool
- Optional opt-in if action is hidden from customers.
- Boolean
- Optional opt-in if action is hidden from customers.
- boolean
- Optional opt-in if action is hidden from customers.
- bool
- Optional opt-in if action is hidden from customers.
- Boolean
- Optional opt-in if action is hidden from customers.
OnboardingIamRegistrationDisplayName, OnboardingIamRegistrationDisplayNameArgs
- De string
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- Default string
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- En string
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Es string
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- Fr string
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- It string
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Ja string
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- Ko string
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- De string
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- Default string
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- En string
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Es string
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- Fr string
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- It string
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Ja string
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- Ko string
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de String
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default_ String
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en String
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es String
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr String
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it String
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja String
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko String
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br String - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn String - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw String - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de string
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default string
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en string
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es string
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr string
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it string
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja string
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko string
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de str
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default str
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en str
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es str
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr str
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it str
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja str
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko str
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt_
br str - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh_
cn str - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh_
tw str - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de String
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default String
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en String
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es String
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr String
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it String
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja String
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko String
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br String - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn String - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw String - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
OnboardingIamRegistrationResourceHierarchyAttribute, OnboardingIamRegistrationResourceHierarchyAttributeArgs
OnboardingIamRegistrationSupportedAnonymousAccess, OnboardingIamRegistrationSupportedAnonymousAccessArgs
- Attributes
Onboarding
Iam Registration Supported Anonymous Access Attributes - The attributes for anonymous accesses. Nested schema for attributes:
- Roles List<string>
- The roles of supported anonymous accesses.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Attributes
Onboarding
Iam Registration Supported Anonymous Access Attributes - The attributes for anonymous accesses. Nested schema for attributes:
- Roles []string
- The roles of supported anonymous accesses.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- attributes
Onboarding
Iam Registration Supported Anonymous Access Attributes - The attributes for anonymous accesses. Nested schema for attributes:
- roles List<String>
- The roles of supported anonymous accesses.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- attributes
Onboarding
Iam Registration Supported Anonymous Access Attributes - The attributes for anonymous accesses. Nested schema for attributes:
- roles string[]
- The roles of supported anonymous accesses.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- attributes
Onboarding
Iam Registration Supported Anonymous Access Attributes - The attributes for anonymous accesses. Nested schema for attributes:
- roles Sequence[str]
- The roles of supported anonymous accesses.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- attributes Property Map
- The attributes for anonymous accesses. Nested schema for attributes:
- roles List<String>
- The roles of supported anonymous accesses.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
OnboardingIamRegistrationSupportedAnonymousAccessAttributes, OnboardingIamRegistrationSupportedAnonymousAccessAttributesArgs
- Account
Id string - An account id.
- Additional
Properties Dictionary<string, string> - Additional properties the key must come from supported attributes.
- Service
Name string - The name of the service.
- Account
Id string - An account id.
- Additional
Properties map[string]string - Additional properties the key must come from supported attributes.
- Service
Name string - The name of the service.
- account
Id String - An account id.
- additional
Properties Map<String,String> - Additional properties the key must come from supported attributes.
- service
Name String - The name of the service.
- account
Id string - An account id.
- additional
Properties {[key: string]: string} - Additional properties the key must come from supported attributes.
- service
Name string - The name of the service.
- account_
id str - An account id.
- additional_
properties Mapping[str, str] - Additional properties the key must come from supported attributes.
- service_
name str - The name of the service.
- account
Id String - An account id.
- additional
Properties Map<String> - Additional properties the key must come from supported attributes.
- service
Name String - The name of the service.
OnboardingIamRegistrationSupportedAttribute, OnboardingIamRegistrationSupportedAttributeArgs
- Description
Onboarding
Iam Registration Supported Attribute Description - The description for the object. Nested schema for description:
- Display
Name OnboardingIam Registration Supported Attribute Display Name - The display name of the object. Nested schema for display_name:
- Key string
- The supported attribute key.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Options
Onboarding
Iam Registration Supported Attribute Options - The list of support attribute options. Nested schema for options:
- Ui
Onboarding
Iam Registration Supported Attribute Ui - The user interface. Nested schema for ui:
- Description
Onboarding
Iam Registration Supported Attribute Description - The description for the object. Nested schema for description:
- Display
Name OnboardingIam Registration Supported Attribute Display Name - The display name of the object. Nested schema for display_name:
- Key string
- The supported attribute key.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Options
Onboarding
Iam Registration Supported Attribute Options - The list of support attribute options. Nested schema for options:
- Ui
Onboarding
Iam Registration Supported Attribute Ui - The user interface. Nested schema for ui:
- description
Onboarding
Iam Registration Supported Attribute Description - The description for the object. Nested schema for description:
- display
Name OnboardingIam Registration Supported Attribute Display Name - The display name of the object. Nested schema for display_name:
- key String
- The supported attribute key.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- options
Onboarding
Iam Registration Supported Attribute Options - The list of support attribute options. Nested schema for options:
- ui
Onboarding
Iam Registration Supported Attribute Ui - The user interface. Nested schema for ui:
- description
Onboarding
Iam Registration Supported Attribute Description - The description for the object. Nested schema for description:
- display
Name OnboardingIam Registration Supported Attribute Display Name - The display name of the object. Nested schema for display_name:
- key string
- The supported attribute key.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- options
Onboarding
Iam Registration Supported Attribute Options - The list of support attribute options. Nested schema for options:
- ui
Onboarding
Iam Registration Supported Attribute Ui - The user interface. Nested schema for ui:
- description
Onboarding
Iam Registration Supported Attribute Description - The description for the object. Nested schema for description:
- display_
name OnboardingIam Registration Supported Attribute Display Name - The display name of the object. Nested schema for display_name:
- key str
- The supported attribute key.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- options
Onboarding
Iam Registration Supported Attribute Options - The list of support attribute options. Nested schema for options:
- ui
Onboarding
Iam Registration Supported Attribute Ui - The user interface. Nested schema for ui:
- description Property Map
- The description for the object. Nested schema for description:
- display
Name Property Map - The display name of the object. Nested schema for display_name:
- key String
- The supported attribute key.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- options Property Map
- The list of support attribute options. Nested schema for options:
- ui Property Map
- The user interface. Nested schema for ui:
OnboardingIamRegistrationSupportedAttributeDescription, OnboardingIamRegistrationSupportedAttributeDescriptionArgs
- De string
- German.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- Default string
- The fallback string for the description object.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- En string
- English.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Es string
- Spanish.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- Fr string
- French.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- It string
- Italian.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Ja string
- Japanese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- Ko string
- Korean.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- De string
- German.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- Default string
- The fallback string for the description object.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- En string
- English.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Es string
- Spanish.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- Fr string
- French.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- It string
- Italian.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Ja string
- Japanese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- Ko string
- Korean.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de String
- German.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default_ String
- The fallback string for the description object.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en String
- English.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es String
- Spanish.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr String
- French.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it String
- Italian.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja String
- Japanese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko String
- Korean.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br String - Portuguese (Brazil).
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn String - Simplified Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw String - Traditional Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de string
- German.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default string
- The fallback string for the description object.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en string
- English.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es string
- Spanish.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr string
- French.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it string
- Italian.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja string
- Japanese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko string
- Korean.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de str
- German.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default str
- The fallback string for the description object.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en str
- English.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es str
- Spanish.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr str
- French.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it str
- Italian.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja str
- Japanese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko str
- Korean.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt_
br str - Portuguese (Brazil).
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh_
cn str - Simplified Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh_
tw str - Traditional Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de String
- German.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default String
- The fallback string for the description object.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en String
- English.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es String
- Spanish.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr String
- French.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it String
- Italian.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja String
- Japanese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko String
- Korean.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br String - Portuguese (Brazil).
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn String - Simplified Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw String - Traditional Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
OnboardingIamRegistrationSupportedAttributeDisplayName, OnboardingIamRegistrationSupportedAttributeDisplayNameArgs
- De string
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- Default string
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- En string
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Es string
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- Fr string
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- It string
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Ja string
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- Ko string
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- De string
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- Default string
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- En string
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Es string
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- Fr string
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- It string
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Ja string
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- Ko string
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de String
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default_ String
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en String
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es String
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr String
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it String
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja String
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko String
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br String - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn String - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw String - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de string
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default string
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en string
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es string
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr string
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it string
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja string
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko string
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de str
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default str
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en str
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es str
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr str
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it str
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja str
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko str
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt_
br str - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh_
cn str - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh_
tw str - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de String
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default String
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en String
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es String
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr String
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it String
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja String
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko String
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br String - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn String - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw String - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
OnboardingIamRegistrationSupportedAttributeOptions, OnboardingIamRegistrationSupportedAttributeOptionsArgs
- bool
- Optional opt-in if attribute is hidden from customers (customer can still use it if they found out themselves).
- Is
Empty boolValue Supported - Indicate whether the empty value is supported.
- Is
String boolExists False Value Supported - Indicate whether the false value is supported for stringExists operator.
- Key string
- The name of attribute.
- Operators List<string>
- The supported attribute operator.
- Constraints: Allowable list items are:
stringEquals
,stringMatch
,stringEqualsAnyOf
,stringMatchAnyOf
. The maximum length is100
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- Policy
Types List<string> - The list of policy types.
- Constraints: Allowable list items are:
access
,authorization
. The maximum length is2
items. The minimum length is1
item.
- Constraints: Allowable list items are:
- Resource
Hierarchy OnboardingIam Registration Supported Attribute Options Resource Hierarchy - Resource hierarchy options for composite services. Nested schema for resource_hierarchy:
- Supported
Patterns List<string> - The list of supported patterns.
- Constraints: The maximum length is
100
items. The minimum length is0
items.
- Constraints: The maximum length is
- bool
- Optional opt-in if attribute is hidden from customers (customer can still use it if they found out themselves).
- Is
Empty boolValue Supported - Indicate whether the empty value is supported.
- Is
String boolExists False Value Supported - Indicate whether the false value is supported for stringExists operator.
- Key string
- The name of attribute.
- Operators []string
- The supported attribute operator.
- Constraints: Allowable list items are:
stringEquals
,stringMatch
,stringEqualsAnyOf
,stringMatchAnyOf
. The maximum length is100
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- Policy
Types []string - The list of policy types.
- Constraints: Allowable list items are:
access
,authorization
. The maximum length is2
items. The minimum length is1
item.
- Constraints: Allowable list items are:
- Resource
Hierarchy OnboardingIam Registration Supported Attribute Options Resource Hierarchy - Resource hierarchy options for composite services. Nested schema for resource_hierarchy:
- Supported
Patterns []string - The list of supported patterns.
- Constraints: The maximum length is
100
items. The minimum length is0
items.
- Constraints: The maximum length is
- Boolean
- Optional opt-in if attribute is hidden from customers (customer can still use it if they found out themselves).
- is
Empty BooleanValue Supported - Indicate whether the empty value is supported.
- is
String BooleanExists False Value Supported - Indicate whether the false value is supported for stringExists operator.
- key String
- The name of attribute.
- operators List<String>
- The supported attribute operator.
- Constraints: Allowable list items are:
stringEquals
,stringMatch
,stringEqualsAnyOf
,stringMatchAnyOf
. The maximum length is100
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- policy
Types List<String> - The list of policy types.
- Constraints: Allowable list items are:
access
,authorization
. The maximum length is2
items. The minimum length is1
item.
- Constraints: Allowable list items are:
- resource
Hierarchy OnboardingIam Registration Supported Attribute Options Resource Hierarchy - Resource hierarchy options for composite services. Nested schema for resource_hierarchy:
- supported
Patterns List<String> - The list of supported patterns.
- Constraints: The maximum length is
100
items. The minimum length is0
items.
- Constraints: The maximum length is
- boolean
- Optional opt-in if attribute is hidden from customers (customer can still use it if they found out themselves).
- is
Empty booleanValue Supported - Indicate whether the empty value is supported.
- is
String booleanExists False Value Supported - Indicate whether the false value is supported for stringExists operator.
- key string
- The name of attribute.
- operators string[]
- The supported attribute operator.
- Constraints: Allowable list items are:
stringEquals
,stringMatch
,stringEqualsAnyOf
,stringMatchAnyOf
. The maximum length is100
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- policy
Types string[] - The list of policy types.
- Constraints: Allowable list items are:
access
,authorization
. The maximum length is2
items. The minimum length is1
item.
- Constraints: Allowable list items are:
- resource
Hierarchy OnboardingIam Registration Supported Attribute Options Resource Hierarchy - Resource hierarchy options for composite services. Nested schema for resource_hierarchy:
- supported
Patterns string[] - The list of supported patterns.
- Constraints: The maximum length is
100
items. The minimum length is0
items.
- Constraints: The maximum length is
- bool
- Optional opt-in if attribute is hidden from customers (customer can still use it if they found out themselves).
- is_
empty_ boolvalue_ supported - Indicate whether the empty value is supported.
- is_
string_ boolexists_ false_ value_ supported - Indicate whether the false value is supported for stringExists operator.
- key str
- The name of attribute.
- operators Sequence[str]
- The supported attribute operator.
- Constraints: Allowable list items are:
stringEquals
,stringMatch
,stringEqualsAnyOf
,stringMatchAnyOf
. The maximum length is100
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- policy_
types Sequence[str] - The list of policy types.
- Constraints: Allowable list items are:
access
,authorization
. The maximum length is2
items. The minimum length is1
item.
- Constraints: Allowable list items are:
- resource_
hierarchy OnboardingIam Registration Supported Attribute Options Resource Hierarchy - Resource hierarchy options for composite services. Nested schema for resource_hierarchy:
- supported_
patterns Sequence[str] - The list of supported patterns.
- Constraints: The maximum length is
100
items. The minimum length is0
items.
- Constraints: The maximum length is
- Boolean
- Optional opt-in if attribute is hidden from customers (customer can still use it if they found out themselves).
- is
Empty BooleanValue Supported - Indicate whether the empty value is supported.
- is
String BooleanExists False Value Supported - Indicate whether the false value is supported for stringExists operator.
- key String
- The name of attribute.
- operators List<String>
- The supported attribute operator.
- Constraints: Allowable list items are:
stringEquals
,stringMatch
,stringEqualsAnyOf
,stringMatchAnyOf
. The maximum length is100
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- policy
Types List<String> - The list of policy types.
- Constraints: Allowable list items are:
access
,authorization
. The maximum length is2
items. The minimum length is1
item.
- Constraints: Allowable list items are:
- resource
Hierarchy Property Map - Resource hierarchy options for composite services. Nested schema for resource_hierarchy:
- supported
Patterns List<String> - The list of supported patterns.
- Constraints: The maximum length is
100
items. The minimum length is0
items.
- Constraints: The maximum length is
OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchy, OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyArgs
- Key
Onboarding
Iam Registration Supported Attribute Options Resource Hierarchy Key - Hierarchy description key. Nested schema for key:
- Value
Onboarding
Iam Registration Supported Attribute Options Resource Hierarchy Value - Hierarchy description value. Nested schema for value:
- Key
Onboarding
Iam Registration Supported Attribute Options Resource Hierarchy Key - Hierarchy description key. Nested schema for key:
- Value
Onboarding
Iam Registration Supported Attribute Options Resource Hierarchy Value - Hierarchy description value. Nested schema for value:
- key
Onboarding
Iam Registration Supported Attribute Options Resource Hierarchy Key - Hierarchy description key. Nested schema for key:
- value
Onboarding
Iam Registration Supported Attribute Options Resource Hierarchy Value - Hierarchy description value. Nested schema for value:
- key
Onboarding
Iam Registration Supported Attribute Options Resource Hierarchy Key - Hierarchy description key. Nested schema for key:
- value
Onboarding
Iam Registration Supported Attribute Options Resource Hierarchy Value - Hierarchy description value. Nested schema for value:
- key
Onboarding
Iam Registration Supported Attribute Options Resource Hierarchy Key - Hierarchy description key. Nested schema for key:
- value
Onboarding
Iam Registration Supported Attribute Options Resource Hierarchy Value - Hierarchy description value. Nested schema for value:
- key Property Map
- Hierarchy description key. Nested schema for key:
- value Property Map
- Hierarchy description value. Nested schema for value:
OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyKey, OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyKeyArgs
OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyValue, OnboardingIamRegistrationSupportedAttributeOptionsResourceHierarchyValueArgs
- Key string
- Key.
- Key string
- Key.
- key String
- Key.
- key string
- Key.
- key str
- Key.
- key String
- Key.
OnboardingIamRegistrationSupportedAttributeUi, OnboardingIamRegistrationSupportedAttributeUiArgs
- Input
Details OnboardingIam Registration Supported Attribute Ui Input Details - The details of the input. Nested schema for input_details:
- Input
Type string - The type of the input.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Input
Details OnboardingIam Registration Supported Attribute Ui Input Details - The details of the input. Nested schema for input_details:
- Input
Type string - The type of the input.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- input
Details OnboardingIam Registration Supported Attribute Ui Input Details - The details of the input. Nested schema for input_details:
- input
Type String - The type of the input.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- input
Details OnboardingIam Registration Supported Attribute Ui Input Details - The details of the input. Nested schema for input_details:
- input
Type string - The type of the input.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- input_
details OnboardingIam Registration Supported Attribute Ui Input Details - The details of the input. Nested schema for input_details:
- input_
type str - The type of the input.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- input
Details Property Map - The details of the input. Nested schema for input_details:
- input
Type String - The type of the input.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
OnboardingIamRegistrationSupportedAttributeUiInputDetails, OnboardingIamRegistrationSupportedAttributeUiInputDetailsArgs
- Gst
Onboarding
Iam Registration Supported Attribute Ui Input Details Gst - Required if type is gst. Nested schema for gst:
- Type string
- They type of the input details.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Url
Onboarding
Iam Registration Supported Attribute Ui Input Details Url - The URL data for user interface. Nested schema for url:
- Values
List<Onboarding
Iam Registration Supported Attribute Ui Input Details Value> - The provided values of input details.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for values:
- Constraints: The maximum length is
- Gst
Onboarding
Iam Registration Supported Attribute Ui Input Details Gst - Required if type is gst. Nested schema for gst:
- Type string
- They type of the input details.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Url
Onboarding
Iam Registration Supported Attribute Ui Input Details Url - The URL data for user interface. Nested schema for url:
- Values
[]Onboarding
Iam Registration Supported Attribute Ui Input Details Value - The provided values of input details.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for values:
- Constraints: The maximum length is
- gst
Onboarding
Iam Registration Supported Attribute Ui Input Details Gst - Required if type is gst. Nested schema for gst:
- type String
- They type of the input details.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- url
Onboarding
Iam Registration Supported Attribute Ui Input Details Url - The URL data for user interface. Nested schema for url:
- values
List<Onboarding
Iam Registration Supported Attribute Ui Input Details Value> - The provided values of input details.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for values:
- Constraints: The maximum length is
- gst
Onboarding
Iam Registration Supported Attribute Ui Input Details Gst - Required if type is gst. Nested schema for gst:
- type string
- They type of the input details.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- url
Onboarding
Iam Registration Supported Attribute Ui Input Details Url - The URL data for user interface. Nested schema for url:
- values
Onboarding
Iam Registration Supported Attribute Ui Input Details Value[] - The provided values of input details.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for values:
- Constraints: The maximum length is
- gst
Onboarding
Iam Registration Supported Attribute Ui Input Details Gst - Required if type is gst. Nested schema for gst:
- type str
- They type of the input details.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- url
Onboarding
Iam Registration Supported Attribute Ui Input Details Url - The URL data for user interface. Nested schema for url:
- values
Sequence[Onboarding
Iam Registration Supported Attribute Ui Input Details Value] - The provided values of input details.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for values:
- Constraints: The maximum length is
- gst Property Map
- Required if type is gst. Nested schema for gst:
- type String
- They type of the input details.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- url Property Map
- The URL data for user interface. Nested schema for url:
- values List<Property Map>
- The provided values of input details.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for values:
- Constraints: The maximum length is
OnboardingIamRegistrationSupportedAttributeUiInputDetailsGst, OnboardingIamRegistrationSupportedAttributeUiInputDetailsGstArgs
- Input
Option stringLabel - The label for option input.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Label
Property stringName - One of labelPropertyName or inputOptionLabel is required.
- Query string
- The query to use.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Value
Property stringName - The value of the property name.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Input
Option stringLabel - The label for option input.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Label
Property stringName - One of labelPropertyName or inputOptionLabel is required.
- Query string
- The query to use.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Value
Property stringName - The value of the property name.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- input
Option StringLabel - The label for option input.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- label
Property StringName - One of labelPropertyName or inputOptionLabel is required.
- query String
- The query to use.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- value
Property StringName - The value of the property name.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- input
Option stringLabel - The label for option input.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- label
Property stringName - One of labelPropertyName or inputOptionLabel is required.
- query string
- The query to use.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- value
Property stringName - The value of the property name.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- input_
option_ strlabel - The label for option input.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- label_
property_ strname - One of labelPropertyName or inputOptionLabel is required.
- query str
- The query to use.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- value_
property_ strname - The value of the property name.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- input
Option StringLabel - The label for option input.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- label
Property StringName - One of labelPropertyName or inputOptionLabel is required.
- query String
- The query to use.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- value
Property StringName - The value of the property name.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
OnboardingIamRegistrationSupportedAttributeUiInputDetailsUrl, OnboardingIamRegistrationSupportedAttributeUiInputDetailsUrlArgs
- Input
Option stringLabel - The label options for the user interface URL.
- Constraints: The maximum length is
2083
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Url
Endpoint string - The URL of the user interface interface.
- Constraints: The maximum length is
2083
characters. The minimum length is0
characters.
- Constraints: The maximum length is
- Input
Option stringLabel - The label options for the user interface URL.
- Constraints: The maximum length is
2083
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Url
Endpoint string - The URL of the user interface interface.
- Constraints: The maximum length is
2083
characters. The minimum length is0
characters.
- Constraints: The maximum length is
- input
Option StringLabel - The label options for the user interface URL.
- Constraints: The maximum length is
2083
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- url
Endpoint String - The URL of the user interface interface.
- Constraints: The maximum length is
2083
characters. The minimum length is0
characters.
- Constraints: The maximum length is
- input
Option stringLabel - The label options for the user interface URL.
- Constraints: The maximum length is
2083
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- url
Endpoint string - The URL of the user interface interface.
- Constraints: The maximum length is
2083
characters. The minimum length is0
characters.
- Constraints: The maximum length is
- input_
option_ strlabel - The label options for the user interface URL.
- Constraints: The maximum length is
2083
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- url_
endpoint str - The URL of the user interface interface.
- Constraints: The maximum length is
2083
characters. The minimum length is0
characters.
- Constraints: The maximum length is
- input
Option StringLabel - The label options for the user interface URL.
- Constraints: The maximum length is
2083
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- url
Endpoint String - The URL of the user interface interface.
- Constraints: The maximum length is
2083
characters. The minimum length is0
characters.
- Constraints: The maximum length is
OnboardingIamRegistrationSupportedAttributeUiInputDetailsValue, OnboardingIamRegistrationSupportedAttributeUiInputDetailsValueArgs
- Display
Name OnboardingIam Registration Supported Attribute Ui Input Details Value Display Name - The display name of the object. Nested schema for display_name:
- Value string
- The values of input details.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Display
Name OnboardingIam Registration Supported Attribute Ui Input Details Value Display Name - The display name of the object. Nested schema for display_name:
- Value string
- The values of input details.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- display
Name OnboardingIam Registration Supported Attribute Ui Input Details Value Display Name - The display name of the object. Nested schema for display_name:
- value String
- The values of input details.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- display
Name OnboardingIam Registration Supported Attribute Ui Input Details Value Display Name - The display name of the object. Nested schema for display_name:
- value string
- The values of input details.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- display_
name OnboardingIam Registration Supported Attribute Ui Input Details Value Display Name - The display name of the object. Nested schema for display_name:
- value str
- The values of input details.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- display
Name Property Map - The display name of the object. Nested schema for display_name:
- value String
- The values of input details.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
OnboardingIamRegistrationSupportedAttributeUiInputDetailsValueDisplayName, OnboardingIamRegistrationSupportedAttributeUiInputDetailsValueDisplayNameArgs
- De string
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- Default string
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- En string
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Es string
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- Fr string
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- It string
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Ja string
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- Ko string
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- De string
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- Default string
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- En string
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Es string
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- Fr string
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- It string
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Ja string
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- Ko string
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de String
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default_ String
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en String
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es String
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr String
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it String
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja String
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko String
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br String - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn String - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw String - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de string
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default string
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en string
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es string
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr string
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it string
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja string
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko string
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de str
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default str
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en str
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es str
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr str
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it str
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja str
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko str
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt_
br str - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh_
cn str - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh_
tw str - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de String
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default String
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en String
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es String
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr String
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it String
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja String
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko String
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br String - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn String - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw String - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
OnboardingIamRegistrationSupportedAuthorizationSubject, OnboardingIamRegistrationSupportedAuthorizationSubjectArgs
- Attributes
Onboarding
Iam Registration Supported Authorization Subject Attributes - The list of supported authorization subject properties. Nested schema for attributes:
- Roles List<string>
- The list of roles for authorization.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Attributes
Onboarding
Iam Registration Supported Authorization Subject Attributes - The list of supported authorization subject properties. Nested schema for attributes:
- Roles []string
- The list of roles for authorization.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- attributes
Onboarding
Iam Registration Supported Authorization Subject Attributes - The list of supported authorization subject properties. Nested schema for attributes:
- roles List<String>
- The list of roles for authorization.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- attributes
Onboarding
Iam Registration Supported Authorization Subject Attributes - The list of supported authorization subject properties. Nested schema for attributes:
- roles string[]
- The list of roles for authorization.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- attributes
Onboarding
Iam Registration Supported Authorization Subject Attributes - The list of supported authorization subject properties. Nested schema for attributes:
- roles Sequence[str]
- The list of roles for authorization.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- attributes Property Map
- The list of supported authorization subject properties. Nested schema for attributes:
- roles List<String>
- The list of roles for authorization.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
OnboardingIamRegistrationSupportedAuthorizationSubjectAttributes, OnboardingIamRegistrationSupportedAuthorizationSubjectAttributesArgs
- Resource
Type string - The type of the service.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Service
Name string - The name of the service.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Resource
Type string - The type of the service.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Service
Name string - The name of the service.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- resource
Type String - The type of the service.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- service
Name String - The name of the service.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- resource
Type string - The type of the service.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- service
Name string - The name of the service.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- resource_
type str - The type of the service.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- service_
name str - The name of the service.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- resource
Type String - The type of the service.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- service
Name String - The name of the service.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
OnboardingIamRegistrationSupportedNetwork, OnboardingIamRegistrationSupportedNetworkArgs
- Environment
Attributes List<OnboardingIam Registration Supported Network Environment Attribute> - The environment attribute for support.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for environment_attributes:
- Constraints: The maximum length is
- Environment
Attributes []OnboardingIam Registration Supported Network Environment Attribute - The environment attribute for support.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for environment_attributes:
- Constraints: The maximum length is
- environment
Attributes List<OnboardingIam Registration Supported Network Environment Attribute> - The environment attribute for support.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for environment_attributes:
- Constraints: The maximum length is
- environment
Attributes OnboardingIam Registration Supported Network Environment Attribute[] - The environment attribute for support.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for environment_attributes:
- Constraints: The maximum length is
- environment_
attributes Sequence[OnboardingIam Registration Supported Network Environment Attribute] - The environment attribute for support.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for environment_attributes:
- Constraints: The maximum length is
- environment
Attributes List<Property Map> - The environment attribute for support.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for environment_attributes:
- Constraints: The maximum length is
OnboardingIamRegistrationSupportedNetworkEnvironmentAttribute, OnboardingIamRegistrationSupportedNetworkEnvironmentAttributeArgs
- Key string
- The name of the key.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Options
Onboarding
Iam Registration Supported Network Environment Attribute Options - The list of options for supported networks. Nested schema for options:
- Values List<string>
- The list of values that belong to the key.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- Key string
- The name of the key.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Options
Onboarding
Iam Registration Supported Network Environment Attribute Options - The list of options for supported networks. Nested schema for options:
- Values []string
- The list of values that belong to the key.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- key String
- The name of the key.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- options
Onboarding
Iam Registration Supported Network Environment Attribute Options - The list of options for supported networks. Nested schema for options:
- values List<String>
- The list of values that belong to the key.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- key string
- The name of the key.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- options
Onboarding
Iam Registration Supported Network Environment Attribute Options - The list of options for supported networks. Nested schema for options:
- values string[]
- The list of values that belong to the key.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- key str
- The name of the key.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- options
Onboarding
Iam Registration Supported Network Environment Attribute Options - The list of options for supported networks. Nested schema for options:
- values Sequence[str]
- The list of values that belong to the key.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
- key String
- The name of the key.
- Constraints: The maximum length is
100
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- options Property Map
- The list of options for supported networks. Nested schema for options:
- values List<String>
- The list of values that belong to the key.
- Constraints: The list items must match regular expression
/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: The list items must match regular expression
OnboardingIamRegistrationSupportedNetworkEnvironmentAttributeOptions, OnboardingIamRegistrationSupportedNetworkEnvironmentAttributeOptionsArgs
- bool
- Whether the attribute is hidden or not.
- bool
- Whether the attribute is hidden or not.
- Boolean
- Whether the attribute is hidden or not.
- boolean
- Whether the attribute is hidden or not.
- bool
- Whether the attribute is hidden or not.
- Boolean
- Whether the attribute is hidden or not.
OnboardingIamRegistrationSupportedRole, OnboardingIamRegistrationSupportedRoleArgs
- Description
Onboarding
Iam Registration Supported Role Description - The description for the object. Nested schema for description:
- Display
Name OnboardingIam Registration Supported Role Display Name - The display name of the object. Nested schema for display_name:
- Id string
- The value belonging to the key.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Options
Onboarding
Iam Registration Supported Role Options - The supported role options. Nested schema for options:
- Description
Onboarding
Iam Registration Supported Role Description - The description for the object. Nested schema for description:
- Display
Name OnboardingIam Registration Supported Role Display Name - The display name of the object. Nested schema for display_name:
- Id string
- The value belonging to the key.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Options
Onboarding
Iam Registration Supported Role Options - The supported role options. Nested schema for options:
- description
Onboarding
Iam Registration Supported Role Description - The description for the object. Nested schema for description:
- display
Name OnboardingIam Registration Supported Role Display Name - The display name of the object. Nested schema for display_name:
- id String
- The value belonging to the key.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- options
Onboarding
Iam Registration Supported Role Options - The supported role options. Nested schema for options:
- description
Onboarding
Iam Registration Supported Role Description - The description for the object. Nested schema for description:
- display
Name OnboardingIam Registration Supported Role Display Name - The display name of the object. Nested schema for display_name:
- id string
- The value belonging to the key.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- options
Onboarding
Iam Registration Supported Role Options - The supported role options. Nested schema for options:
- description
Onboarding
Iam Registration Supported Role Description - The description for the object. Nested schema for description:
- display_
name OnboardingIam Registration Supported Role Display Name - The display name of the object. Nested schema for display_name:
- id str
- The value belonging to the key.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- options
Onboarding
Iam Registration Supported Role Options - The supported role options. Nested schema for options:
- description Property Map
- The description for the object. Nested schema for description:
- display
Name Property Map - The display name of the object. Nested schema for display_name:
- id String
- The value belonging to the key.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- options Property Map
- The supported role options. Nested schema for options:
OnboardingIamRegistrationSupportedRoleDescription, OnboardingIamRegistrationSupportedRoleDescriptionArgs
- De string
- German.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- Default string
- The fallback string for the description object.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- En string
- English.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Es string
- Spanish.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- Fr string
- French.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- It string
- Italian.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Ja string
- Japanese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- Ko string
- Korean.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- De string
- German.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- Default string
- The fallback string for the description object.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- En string
- English.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Es string
- Spanish.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- Fr string
- French.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- It string
- Italian.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Ja string
- Japanese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- Ko string
- Korean.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de String
- German.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default_ String
- The fallback string for the description object.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en String
- English.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es String
- Spanish.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr String
- French.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it String
- Italian.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja String
- Japanese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko String
- Korean.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br String - Portuguese (Brazil).
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn String - Simplified Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw String - Traditional Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de string
- German.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default string
- The fallback string for the description object.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en string
- English.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es string
- Spanish.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr string
- French.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it string
- Italian.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja string
- Japanese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko string
- Korean.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de str
- German.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default str
- The fallback string for the description object.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en str
- English.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es str
- Spanish.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr str
- French.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it str
- Italian.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja str
- Japanese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko str
- Korean.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt_
br str - Portuguese (Brazil).
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh_
cn str - Simplified Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh_
tw str - Traditional Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de String
- German.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default String
- The fallback string for the description object.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en String
- English.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es String
- Spanish.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr String
- French.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it String
- Italian.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja String
- Japanese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko String
- Korean.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br String - Portuguese (Brazil).
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn String - Simplified Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw String - Traditional Chinese.
- Constraints: The maximum length is
20000
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
OnboardingIamRegistrationSupportedRoleDisplayName, OnboardingIamRegistrationSupportedRoleDisplayNameArgs
- De string
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- Default string
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- En string
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Es string
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- Fr string
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- It string
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Ja string
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- Ko string
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- De string
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- Default string
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- En string
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- Es string
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- Fr string
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- It string
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Ja string
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- Ko string
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- Zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- Zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de String
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default_ String
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en String
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es String
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr String
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it String
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja String
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko String
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br String - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn String - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw String - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de string
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default string
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en string
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es string
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr string
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it string
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja string
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko string
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br string - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn string - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw string - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de str
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default str
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en str
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es str
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr str
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it str
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja str
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko str
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt_
br str - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh_
cn str - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh_
tw str - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- de String
- German.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wäöüß\\d]+\\b/
.
- Constraints: The maximum length is
- default String
- The fallback string for the description object.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- en String
- English.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[ -~\\s]*$/
.
- Constraints: The maximum length is
- es String
- Spanish.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wáéíóúñ]+\\b/
.
- Constraints: The maximum length is
- fr String
- French.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàâçéèêëîïôûùüÿñœæ]+\\b/
.
- Constraints: The maximum length is
- it String
- Italian.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- ja String
- Japanese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/^[A-Za-z0-9\\s,.!?;:'"-]+|[ぁ-んァ-ン一-龯、。「」!?\\d\\s]*$/
.
- Constraints: The maximum length is
- ko String
- Korean.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- pt
Br String - Portuguese (Brazil).
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/\\b[\\wàèéìîòóù]+\\b/
.
- Constraints: The maximum length is
- zh
Cn String - Simplified Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
- zh
Tw String - Traditional Chinese.
- Constraints: The maximum length is
256
characters. The minimum length is0
characters. The value must match regular expression/./
.
- Constraints: The maximum length is
OnboardingIamRegistrationSupportedRoleOptions, OnboardingIamRegistrationSupportedRoleOptionsArgs
- Access
Policy bool - Optional opt-in to require access control on the role.
- Account
Type string - Optional opt-in to require checking account type when applying the role.
- Constraints: Allowable values are:
enterprise
.
- Constraints: Allowable values are:
- Policy
Types List<string> - Optional opt-in to require checking policy type when applying the role.
- Constraints: Allowable list items are:
access
,authorization
,authorization-delegated
. The list items must match regular expression/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- Access
Policy bool - Optional opt-in to require access control on the role.
- Account
Type string - Optional opt-in to require checking account type when applying the role.
- Constraints: Allowable values are:
enterprise
.
- Constraints: Allowable values are:
- Policy
Types []string - Optional opt-in to require checking policy type when applying the role.
- Constraints: Allowable list items are:
access
,authorization
,authorization-delegated
. The list items must match regular expression/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- access
Policy Boolean - Optional opt-in to require access control on the role.
- account
Type String - Optional opt-in to require checking account type when applying the role.
- Constraints: Allowable values are:
enterprise
.
- Constraints: Allowable values are:
- policy
Types List<String> - Optional opt-in to require checking policy type when applying the role.
- Constraints: Allowable list items are:
access
,authorization
,authorization-delegated
. The list items must match regular expression/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- access
Policy boolean - Optional opt-in to require access control on the role.
- account
Type string - Optional opt-in to require checking account type when applying the role.
- Constraints: Allowable values are:
enterprise
.
- Constraints: Allowable values are:
- policy
Types string[] - Optional opt-in to require checking policy type when applying the role.
- Constraints: Allowable list items are:
access
,authorization
,authorization-delegated
. The list items must match regular expression/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- access_
policy bool - Optional opt-in to require access control on the role.
- account_
type str - Optional opt-in to require checking account type when applying the role.
- Constraints: Allowable values are:
enterprise
.
- Constraints: Allowable values are:
- policy_
types Sequence[str] - Optional opt-in to require checking policy type when applying the role.
- Constraints: Allowable list items are:
access
,authorization
,authorization-delegated
. The list items must match regular expression/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: Allowable list items are:
- access
Policy Boolean - Optional opt-in to require access control on the role.
- account
Type String - Optional opt-in to require checking account type when applying the role.
- Constraints: Allowable values are:
enterprise
.
- Constraints: Allowable values are:
- policy
Types List<String> - Optional opt-in to require checking policy type when applying the role.
- Constraints: Allowable list items are:
access
,authorization
,authorization-delegated
. The list items must match regular expression/^[ -~\\s]*$/
. The maximum length is100
items. The minimum length is0
items.
- Constraints: Allowable list items are:
Import
You can import the ibm_onboarding_iam_registration
resource by using name
.
The name
property can be formed from product_id
, and name
in the following format:
<product_id/name
product_id
: A string. The unique ID of the product.name
: A string in the formatpet-store
. The IAM registration name, which must be the programmatic name of the product.
Syntax
```sh $ pulumi import ibm:index/onboardingIamRegistration:OnboardingIamRegistration onboarding_iam_registration product_id/name; ```
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.