diff --git a/README.md b/README.md index 3dd467b97..ae9d5f55c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# CDKTF prebuilt bindings for okta/okta provider version 4.10.0 +# CDKTF prebuilt bindings for okta/okta provider version 4.11.0 -This repo builds and publishes the [Terraform okta provider](https://registry.terraform.io/providers/okta/okta/4.10.0/docs) bindings for [CDK for Terraform](https://cdk.tf). +This repo builds and publishes the [Terraform okta provider](https://registry.terraform.io/providers/okta/okta/4.11.0/docs) bindings for [CDK for Terraform](https://cdk.tf). ## Available Packages @@ -63,7 +63,7 @@ This project is explicitly not tracking the Terraform okta provider version 1:1. These are the upstream dependencies: - [CDK for Terraform](https://cdk.tf) -- [Terraform okta provider](https://registry.terraform.io/providers/okta/okta/4.10.0) +- [Terraform okta provider](https://registry.terraform.io/providers/okta/okta/4.11.0) - [Terraform Engine](https://terraform.io) If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped. diff --git a/docs/API.csharp.md b/docs/API.csharp.md index 54ad72107..13384e992 100644 --- a/docs/API.csharp.md +++ b/docs/API.csharp.md @@ -101,6 +101,7 @@ The following submodules are available: - [factorTotp](./factorTotp.csharp.md) - [group](./group.csharp.md) - [groupMemberships](./groupMemberships.csharp.md) +- [groupOwner](./groupOwner.csharp.md) - [groupRole](./groupRole.csharp.md) - [groupRule](./groupRule.csharp.md) - [groupSchemaProperty](./groupSchemaProperty.csharp.md) diff --git a/docs/API.go.md b/docs/API.go.md index a8a25b7d9..cda4d5a44 100644 --- a/docs/API.go.md +++ b/docs/API.go.md @@ -101,6 +101,7 @@ The following submodules are available: - [factorTotp](./factorTotp.go.md) - [group](./group.go.md) - [groupMemberships](./groupMemberships.go.md) +- [groupOwner](./groupOwner.go.md) - [groupRole](./groupRole.go.md) - [groupRule](./groupRule.go.md) - [groupSchemaProperty](./groupSchemaProperty.go.md) diff --git a/docs/API.java.md b/docs/API.java.md index 58742371b..e94be7654 100644 --- a/docs/API.java.md +++ b/docs/API.java.md @@ -101,6 +101,7 @@ The following submodules are available: - [factorTotp](./factorTotp.java.md) - [group](./group.java.md) - [groupMemberships](./groupMemberships.java.md) +- [groupOwner](./groupOwner.java.md) - [groupRole](./groupRole.java.md) - [groupRule](./groupRule.java.md) - [groupSchemaProperty](./groupSchemaProperty.java.md) diff --git a/docs/API.python.md b/docs/API.python.md index 067be0ca6..fbaab40e4 100644 --- a/docs/API.python.md +++ b/docs/API.python.md @@ -101,6 +101,7 @@ The following submodules are available: - [factorTotp](./factorTotp.python.md) - [group](./group.python.md) - [groupMemberships](./groupMemberships.python.md) +- [groupOwner](./groupOwner.python.md) - [groupRole](./groupRole.python.md) - [groupRule](./groupRule.python.md) - [groupSchemaProperty](./groupSchemaProperty.python.md) diff --git a/docs/API.typescript.md b/docs/API.typescript.md index 0ce3b8bb2..8ad81002e 100644 --- a/docs/API.typescript.md +++ b/docs/API.typescript.md @@ -101,6 +101,7 @@ The following submodules are available: - [factorTotp](./factorTotp.typescript.md) - [group](./group.typescript.md) - [groupMemberships](./groupMemberships.typescript.md) +- [groupOwner](./groupOwner.typescript.md) - [groupRole](./groupRole.typescript.md) - [groupRule](./groupRule.typescript.md) - [groupSchemaProperty](./groupSchemaProperty.typescript.md) diff --git a/docs/adminRoleCustom.csharp.md b/docs/adminRoleCustom.csharp.md index 40153b6b6..c06eb988a 100644 --- a/docs/adminRoleCustom.csharp.md +++ b/docs/adminRoleCustom.csharp.md @@ -4,7 +4,7 @@ ### AdminRoleCustom -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom okta_admin_role_custom}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom okta_admin_role_custom}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the AdminRoleCustom to import. The id of the existing AdminRoleCustom that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#import import section} in the documentation of this resource for the id to use --- @@ -799,7 +799,7 @@ new AdminRoleCustomConfig { | Provisioners | object[] | *No description.* | | Description | string | A human-readable description of the new Role. | | Label | string | The name given to the new Role. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. | | Permissions | string[] | The permissions that the new Role grants. | --- @@ -884,7 +884,7 @@ public string Description { get; set; } A human-readable description of the new Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#description AdminRoleCustom#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#description AdminRoleCustom#description} --- @@ -898,7 +898,7 @@ public string Label { get; set; } The name given to the new Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#label AdminRoleCustom#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#label AdminRoleCustom#label} --- @@ -910,7 +910,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -961,7 +961,7 @@ permission must be specified when creating custom role. Valid values: "okta.auth "okta.users.userprofile.manage", "okta.workflows.invoke"., -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#permissions AdminRoleCustom#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#permissions AdminRoleCustom#permissions} --- diff --git a/docs/adminRoleCustom.go.md b/docs/adminRoleCustom.go.md index 43df1ab8e..d15d369ae 100644 --- a/docs/adminRoleCustom.go.md +++ b/docs/adminRoleCustom.go.md @@ -4,7 +4,7 @@ ### AdminRoleCustom -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom okta_admin_role_custom}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom okta_admin_role_custom}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the AdminRoleCustom to import. The id of the existing AdminRoleCustom that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#import import section} in the documentation of this resource for the id to use --- @@ -799,7 +799,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/adminrolecustom" | Provisioners | *[]interface{} | *No description.* | | Description | *string | A human-readable description of the new Role. | | Label | *string | The name given to the new Role. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. | | Permissions | *[]*string | The permissions that the new Role grants. | --- @@ -884,7 +884,7 @@ Description *string A human-readable description of the new Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#description AdminRoleCustom#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#description AdminRoleCustom#description} --- @@ -898,7 +898,7 @@ Label *string The name given to the new Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#label AdminRoleCustom#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#label AdminRoleCustom#label} --- @@ -910,7 +910,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -961,7 +961,7 @@ permission must be specified when creating custom role. Valid values: "okta.auth "okta.users.userprofile.manage", "okta.workflows.invoke"., -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#permissions AdminRoleCustom#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#permissions AdminRoleCustom#permissions} --- diff --git a/docs/adminRoleCustom.java.md b/docs/adminRoleCustom.java.md index 07dd8d44e..f9290dc87 100644 --- a/docs/adminRoleCustom.java.md +++ b/docs/adminRoleCustom.java.md @@ -4,7 +4,7 @@ ### AdminRoleCustom -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom okta_admin_role_custom}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom okta_admin_role_custom}. #### Initializers @@ -43,7 +43,7 @@ AdminRoleCustom.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | description | java.lang.String | A human-readable description of the new Role. | | label | java.lang.String | The name given to the new Role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. | | permissions | java.util.List | The permissions that the new Role grants. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope A human-readable description of the new Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#description AdminRoleCustom#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#description AdminRoleCustom#description} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The name given to the new Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#label AdminRoleCustom#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#label AdminRoleCustom#label} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -179,7 +179,7 @@ permission must be specified when creating custom role. Valid values: "okta.auth "okta.users.userprofile.manage", "okta.workflows.invoke"., -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#permissions AdminRoleCustom#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#permissions AdminRoleCustom#permissions} --- @@ -620,7 +620,7 @@ The construct id used in the generated config for the AdminRoleCustom to import. The id of the existing AdminRoleCustom that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#import import section} in the documentation of this resource for the id to use --- @@ -942,7 +942,7 @@ AdminRoleCustomConfig.builder() | provisioners | java.util.List | *No description.* | | description | java.lang.String | A human-readable description of the new Role. | | label | java.lang.String | The name given to the new Role. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. | | permissions | java.util.List | The permissions that the new Role grants. | --- @@ -1027,7 +1027,7 @@ public java.lang.String getDescription(); A human-readable description of the new Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#description AdminRoleCustom#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#description AdminRoleCustom#description} --- @@ -1041,7 +1041,7 @@ public java.lang.String getLabel(); The name given to the new Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#label AdminRoleCustom#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#label AdminRoleCustom#label} --- @@ -1053,7 +1053,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1104,7 +1104,7 @@ permission must be specified when creating custom role. Valid values: "okta.auth "okta.users.userprofile.manage", "okta.workflows.invoke"., -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#permissions AdminRoleCustom#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#permissions AdminRoleCustom#permissions} --- diff --git a/docs/adminRoleCustom.python.md b/docs/adminRoleCustom.python.md index 6ca5dbff6..72ce16fb5 100644 --- a/docs/adminRoleCustom.python.md +++ b/docs/adminRoleCustom.python.md @@ -4,7 +4,7 @@ ### AdminRoleCustom -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom okta_admin_role_custom}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom okta_admin_role_custom}. #### Initializers @@ -41,7 +41,7 @@ adminRoleCustom.AdminRoleCustom( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | description | str | A human-readable description of the new Role. | | label | str | The name given to the new Role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. | | permissions | typing.List[str] | The permissions that the new Role grants. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope A human-readable description of the new Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#description AdminRoleCustom#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#description AdminRoleCustom#description} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The name given to the new Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#label AdminRoleCustom#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#label AdminRoleCustom#label} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -177,7 +177,7 @@ permission must be specified when creating custom role. Valid values: "okta.auth "okta.users.userprofile.manage", "okta.workflows.invoke"., -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#permissions AdminRoleCustom#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#permissions AdminRoleCustom#permissions} --- @@ -664,7 +664,7 @@ The construct id used in the generated config for the AdminRoleCustom to import. The id of the existing AdminRoleCustom that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#import import section} in the documentation of this resource for the id to use --- @@ -982,7 +982,7 @@ adminRoleCustom.AdminRoleCustomConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | description | str | A human-readable description of the new Role. | | label | str | The name given to the new Role. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. | | permissions | typing.List[str] | The permissions that the new Role grants. | --- @@ -1067,7 +1067,7 @@ description: str A human-readable description of the new Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#description AdminRoleCustom#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#description AdminRoleCustom#description} --- @@ -1081,7 +1081,7 @@ label: str The name given to the new Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#label AdminRoleCustom#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#label AdminRoleCustom#label} --- @@ -1093,7 +1093,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1144,7 +1144,7 @@ permission must be specified when creating custom role. Valid values: "okta.auth "okta.users.userprofile.manage", "okta.workflows.invoke"., -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#permissions AdminRoleCustom#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#permissions AdminRoleCustom#permissions} --- diff --git a/docs/adminRoleCustom.typescript.md b/docs/adminRoleCustom.typescript.md index ade99d7a4..cec5871a4 100644 --- a/docs/adminRoleCustom.typescript.md +++ b/docs/adminRoleCustom.typescript.md @@ -4,7 +4,7 @@ ### AdminRoleCustom -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom okta_admin_role_custom}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom okta_admin_role_custom}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the AdminRoleCustom to import. The id of the existing AdminRoleCustom that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#import import section} in the documentation of this resource for the id to use --- @@ -787,7 +787,7 @@ const adminRoleCustomConfig: adminRoleCustom.AdminRoleCustomConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | description | string | A human-readable description of the new Role. | | label | string | The name given to the new Role. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. | | permissions | string[] | The permissions that the new Role grants. | --- @@ -872,7 +872,7 @@ public readonly description: string; A human-readable description of the new Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#description AdminRoleCustom#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#description AdminRoleCustom#description} --- @@ -886,7 +886,7 @@ public readonly label: string; The name given to the new Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#label AdminRoleCustom#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#label AdminRoleCustom#label} --- @@ -898,7 +898,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#id AdminRoleCustom#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -949,7 +949,7 @@ At least one "okta.users.userprofile.manage", "okta.workflows.invoke"., -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom#permissions AdminRoleCustom#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom#permissions AdminRoleCustom#permissions} --- diff --git a/docs/adminRoleCustomAssignments.csharp.md b/docs/adminRoleCustomAssignments.csharp.md index 59d8caa3a..8bde39319 100644 --- a/docs/adminRoleCustomAssignments.csharp.md +++ b/docs/adminRoleCustomAssignments.csharp.md @@ -4,7 +4,7 @@ ### AdminRoleCustomAssignments -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments okta_admin_role_custom_assignments}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments okta_admin_role_custom_assignments}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the AdminRoleCustomAssignments The id of the existing AdminRoleCustomAssignments that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#import import section} in the documentation of this resource for the id to use --- @@ -799,7 +799,7 @@ new AdminRoleCustomAssignmentsConfig { | Provisioners | object[] | *No description.* | | CustomRoleId | string | ID of the Custom Role. | | ResourceSetId | string | ID of the target Resource Set. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. | | Members | string[] | The hrefs that point to User(s) and/or Group(s) that receive the Role. | --- @@ -884,7 +884,7 @@ public string CustomRoleId { get; set; } ID of the Custom Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#custom_role_id AdminRoleCustomAssignments#custom_role_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#custom_role_id AdminRoleCustomAssignments#custom_role_id} --- @@ -898,7 +898,7 @@ public string ResourceSetId { get; set; } ID of the target Resource Set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#resource_set_id AdminRoleCustomAssignments#resource_set_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#resource_set_id AdminRoleCustomAssignments#resource_set_id} --- @@ -910,7 +910,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -927,7 +927,7 @@ public string[] Members { get; set; } The hrefs that point to User(s) and/or Group(s) that receive the Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#members AdminRoleCustomAssignments#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#members AdminRoleCustomAssignments#members} --- diff --git a/docs/adminRoleCustomAssignments.go.md b/docs/adminRoleCustomAssignments.go.md index 12bdc5749..6d17d636a 100644 --- a/docs/adminRoleCustomAssignments.go.md +++ b/docs/adminRoleCustomAssignments.go.md @@ -4,7 +4,7 @@ ### AdminRoleCustomAssignments -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments okta_admin_role_custom_assignments}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments okta_admin_role_custom_assignments}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the AdminRoleCustomAssignments The id of the existing AdminRoleCustomAssignments that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#import import section} in the documentation of this resource for the id to use --- @@ -799,7 +799,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/adminrolecustomassignme | Provisioners | *[]interface{} | *No description.* | | CustomRoleId | *string | ID of the Custom Role. | | ResourceSetId | *string | ID of the target Resource Set. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. | | Members | *[]*string | The hrefs that point to User(s) and/or Group(s) that receive the Role. | --- @@ -884,7 +884,7 @@ CustomRoleId *string ID of the Custom Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#custom_role_id AdminRoleCustomAssignments#custom_role_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#custom_role_id AdminRoleCustomAssignments#custom_role_id} --- @@ -898,7 +898,7 @@ ResourceSetId *string ID of the target Resource Set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#resource_set_id AdminRoleCustomAssignments#resource_set_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#resource_set_id AdminRoleCustomAssignments#resource_set_id} --- @@ -910,7 +910,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -927,7 +927,7 @@ Members *[]*string The hrefs that point to User(s) and/or Group(s) that receive the Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#members AdminRoleCustomAssignments#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#members AdminRoleCustomAssignments#members} --- diff --git a/docs/adminRoleCustomAssignments.java.md b/docs/adminRoleCustomAssignments.java.md index 366f28df3..7fa5382f2 100644 --- a/docs/adminRoleCustomAssignments.java.md +++ b/docs/adminRoleCustomAssignments.java.md @@ -4,7 +4,7 @@ ### AdminRoleCustomAssignments -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments okta_admin_role_custom_assignments}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments okta_admin_role_custom_assignments}. #### Initializers @@ -43,7 +43,7 @@ AdminRoleCustomAssignments.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | customRoleId | java.lang.String | ID of the Custom Role. | | resourceSetId | java.lang.String | ID of the target Resource Set. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. | | members | java.util.List | The hrefs that point to User(s) and/or Group(s) that receive the Role. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope ID of the Custom Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#custom_role_id AdminRoleCustomAssignments#custom_role_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#custom_role_id AdminRoleCustomAssignments#custom_role_id} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ ID of the target Resource Set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#resource_set_id AdminRoleCustomAssignments#resource_set_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#resource_set_id AdminRoleCustomAssignments#resource_set_id} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -145,7 +145,7 @@ If you experience problems setting this value it might not be settable. Please t The hrefs that point to User(s) and/or Group(s) that receive the Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#members AdminRoleCustomAssignments#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#members AdminRoleCustomAssignments#members} --- @@ -586,7 +586,7 @@ The construct id used in the generated config for the AdminRoleCustomAssignments The id of the existing AdminRoleCustomAssignments that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#import import section} in the documentation of this resource for the id to use --- @@ -908,7 +908,7 @@ AdminRoleCustomAssignmentsConfig.builder() | provisioners | java.util.List | *No description.* | | customRoleId | java.lang.String | ID of the Custom Role. | | resourceSetId | java.lang.String | ID of the target Resource Set. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. | | members | java.util.List | The hrefs that point to User(s) and/or Group(s) that receive the Role. | --- @@ -993,7 +993,7 @@ public java.lang.String getCustomRoleId(); ID of the Custom Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#custom_role_id AdminRoleCustomAssignments#custom_role_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#custom_role_id AdminRoleCustomAssignments#custom_role_id} --- @@ -1007,7 +1007,7 @@ public java.lang.String getResourceSetId(); ID of the target Resource Set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#resource_set_id AdminRoleCustomAssignments#resource_set_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#resource_set_id AdminRoleCustomAssignments#resource_set_id} --- @@ -1019,7 +1019,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1036,7 +1036,7 @@ public java.util.List getMembers(); The hrefs that point to User(s) and/or Group(s) that receive the Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#members AdminRoleCustomAssignments#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#members AdminRoleCustomAssignments#members} --- diff --git a/docs/adminRoleCustomAssignments.python.md b/docs/adminRoleCustomAssignments.python.md index 0847a2913..73500f141 100644 --- a/docs/adminRoleCustomAssignments.python.md +++ b/docs/adminRoleCustomAssignments.python.md @@ -4,7 +4,7 @@ ### AdminRoleCustomAssignments -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments okta_admin_role_custom_assignments}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments okta_admin_role_custom_assignments}. #### Initializers @@ -41,7 +41,7 @@ adminRoleCustomAssignments.AdminRoleCustomAssignments( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | custom_role_id | str | ID of the Custom Role. | | resource_set_id | str | ID of the target Resource Set. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. | | members | typing.List[str] | The hrefs that point to User(s) and/or Group(s) that receive the Role. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope ID of the Custom Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#custom_role_id AdminRoleCustomAssignments#custom_role_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#custom_role_id AdminRoleCustomAssignments#custom_role_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ ID of the target Resource Set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#resource_set_id AdminRoleCustomAssignments#resource_set_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#resource_set_id AdminRoleCustomAssignments#resource_set_id} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -143,7 +143,7 @@ If you experience problems setting this value it might not be settable. Please t The hrefs that point to User(s) and/or Group(s) that receive the Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#members AdminRoleCustomAssignments#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#members AdminRoleCustomAssignments#members} --- @@ -630,7 +630,7 @@ The construct id used in the generated config for the AdminRoleCustomAssignments The id of the existing AdminRoleCustomAssignments that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#import import section} in the documentation of this resource for the id to use --- @@ -948,7 +948,7 @@ adminRoleCustomAssignments.AdminRoleCustomAssignmentsConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | custom_role_id | str | ID of the Custom Role. | | resource_set_id | str | ID of the target Resource Set. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. | | members | typing.List[str] | The hrefs that point to User(s) and/or Group(s) that receive the Role. | --- @@ -1033,7 +1033,7 @@ custom_role_id: str ID of the Custom Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#custom_role_id AdminRoleCustomAssignments#custom_role_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#custom_role_id AdminRoleCustomAssignments#custom_role_id} --- @@ -1047,7 +1047,7 @@ resource_set_id: str ID of the target Resource Set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#resource_set_id AdminRoleCustomAssignments#resource_set_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#resource_set_id AdminRoleCustomAssignments#resource_set_id} --- @@ -1059,7 +1059,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1076,7 +1076,7 @@ members: typing.List[str] The hrefs that point to User(s) and/or Group(s) that receive the Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#members AdminRoleCustomAssignments#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#members AdminRoleCustomAssignments#members} --- diff --git a/docs/adminRoleCustomAssignments.typescript.md b/docs/adminRoleCustomAssignments.typescript.md index aecdea6a3..a8b20a37c 100644 --- a/docs/adminRoleCustomAssignments.typescript.md +++ b/docs/adminRoleCustomAssignments.typescript.md @@ -4,7 +4,7 @@ ### AdminRoleCustomAssignments -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments okta_admin_role_custom_assignments}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments okta_admin_role_custom_assignments}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the AdminRoleCustomAssignments The id of the existing AdminRoleCustomAssignments that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#import import section} in the documentation of this resource for the id to use --- @@ -787,7 +787,7 @@ const adminRoleCustomAssignmentsConfig: adminRoleCustomAssignments.AdminRoleCust | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | customRoleId | string | ID of the Custom Role. | | resourceSetId | string | ID of the target Resource Set. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. | | members | string[] | The hrefs that point to User(s) and/or Group(s) that receive the Role. | --- @@ -872,7 +872,7 @@ public readonly customRoleId: string; ID of the Custom Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#custom_role_id AdminRoleCustomAssignments#custom_role_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#custom_role_id AdminRoleCustomAssignments#custom_role_id} --- @@ -886,7 +886,7 @@ public readonly resourceSetId: string; ID of the target Resource Set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#resource_set_id AdminRoleCustomAssignments#resource_set_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#resource_set_id AdminRoleCustomAssignments#resource_set_id} --- @@ -898,7 +898,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#id AdminRoleCustomAssignments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -915,7 +915,7 @@ public readonly members: string[]; The hrefs that point to User(s) and/or Group(s) that receive the Role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_custom_assignments#members AdminRoleCustomAssignments#members} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_custom_assignments#members AdminRoleCustomAssignments#members} --- diff --git a/docs/adminRoleTargets.csharp.md b/docs/adminRoleTargets.csharp.md index e7fb6cec3..01f4ee697 100644 --- a/docs/adminRoleTargets.csharp.md +++ b/docs/adminRoleTargets.csharp.md @@ -4,7 +4,7 @@ ### AdminRoleTargets -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets okta_admin_role_targets}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets okta_admin_role_targets}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the AdminRoleTargets to import The id of the existing AdminRoleTargets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#import import section} in the documentation of this resource for the id to use --- @@ -842,7 +842,7 @@ new AdminRoleTargetsConfig { | UserId | string | User associated with the role. | | Apps | string[] | List of app names (name represents set of app instances) or a combination of app name and app instance ID (like 'salesforce' or 'facebook.0oapsqQ6dv19pqyEo0g3'). | | Groups | string[] | List of group IDs. Conflicts with apps. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. | --- @@ -926,7 +926,7 @@ public string RoleType { get; set; } Type of the role that is assigned to the user and supports optional targets. See [API Docs](https://developer.okta.com/docs/reference/api/roles/#role-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#role_type AdminRoleTargets#role_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#role_type AdminRoleTargets#role_type} --- @@ -940,7 +940,7 @@ public string UserId { get; set; } User associated with the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#user_id AdminRoleTargets#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#user_id AdminRoleTargets#user_id} --- @@ -954,7 +954,7 @@ public string[] Apps { get; set; } List of app names (name represents set of app instances) or a combination of app name and app instance ID (like 'salesforce' or 'facebook.0oapsqQ6dv19pqyEo0g3'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#apps AdminRoleTargets#apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#apps AdminRoleTargets#apps} --- @@ -968,7 +968,7 @@ public string[] Groups { get; set; } List of group IDs. Conflicts with apps. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#groups AdminRoleTargets#groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#groups AdminRoleTargets#groups} --- @@ -980,7 +980,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/adminRoleTargets.go.md b/docs/adminRoleTargets.go.md index d8ad8d058..8110b1cc9 100644 --- a/docs/adminRoleTargets.go.md +++ b/docs/adminRoleTargets.go.md @@ -4,7 +4,7 @@ ### AdminRoleTargets -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets okta_admin_role_targets}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets okta_admin_role_targets}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the AdminRoleTargets to import The id of the existing AdminRoleTargets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#import import section} in the documentation of this resource for the id to use --- @@ -842,7 +842,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/adminroletargets" | UserId | *string | User associated with the role. | | Apps | *[]*string | List of app names (name represents set of app instances) or a combination of app name and app instance ID (like 'salesforce' or 'facebook.0oapsqQ6dv19pqyEo0g3'). | | Groups | *[]*string | List of group IDs. Conflicts with apps. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. | --- @@ -926,7 +926,7 @@ RoleType *string Type of the role that is assigned to the user and supports optional targets. See [API Docs](https://developer.okta.com/docs/reference/api/roles/#role-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#role_type AdminRoleTargets#role_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#role_type AdminRoleTargets#role_type} --- @@ -940,7 +940,7 @@ UserId *string User associated with the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#user_id AdminRoleTargets#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#user_id AdminRoleTargets#user_id} --- @@ -954,7 +954,7 @@ Apps *[]*string List of app names (name represents set of app instances) or a combination of app name and app instance ID (like 'salesforce' or 'facebook.0oapsqQ6dv19pqyEo0g3'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#apps AdminRoleTargets#apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#apps AdminRoleTargets#apps} --- @@ -968,7 +968,7 @@ Groups *[]*string List of group IDs. Conflicts with apps. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#groups AdminRoleTargets#groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#groups AdminRoleTargets#groups} --- @@ -980,7 +980,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/adminRoleTargets.java.md b/docs/adminRoleTargets.java.md index 7794f703f..f761eb42d 100644 --- a/docs/adminRoleTargets.java.md +++ b/docs/adminRoleTargets.java.md @@ -4,7 +4,7 @@ ### AdminRoleTargets -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets okta_admin_role_targets}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets okta_admin_role_targets}. #### Initializers @@ -46,7 +46,7 @@ AdminRoleTargets.Builder.create(Construct scope, java.lang.String id) | userId | java.lang.String | User associated with the role. | | apps | java.util.List | List of app names (name represents set of app instances) or a combination of app name and app instance ID (like 'salesforce' or 'facebook.0oapsqQ6dv19pqyEo0g3'). | | groups | java.util.List | List of group IDs. Conflicts with apps. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope Type of the role that is assigned to the user and supports optional targets. See [API Docs](https://developer.okta.com/docs/reference/api/roles/#role-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#role_type AdminRoleTargets#role_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#role_type AdminRoleTargets#role_type} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ User associated with the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#user_id AdminRoleTargets#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#user_id AdminRoleTargets#user_id} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ List of app names (name represents set of app instances) or a combination of app name and app instance ID (like 'salesforce' or 'facebook.0oapsqQ6dv19pqyEo0g3'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#apps AdminRoleTargets#apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#apps AdminRoleTargets#apps} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ List of group IDs. Conflicts with apps. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#groups AdminRoleTargets#groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#groups AdminRoleTargets#groups} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -605,7 +605,7 @@ The construct id used in the generated config for the AdminRoleTargets to import The id of the existing AdminRoleTargets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#import import section} in the documentation of this resource for the id to use --- @@ -963,7 +963,7 @@ AdminRoleTargetsConfig.builder() | userId | java.lang.String | User associated with the role. | | apps | java.util.List | List of app names (name represents set of app instances) or a combination of app name and app instance ID (like 'salesforce' or 'facebook.0oapsqQ6dv19pqyEo0g3'). | | groups | java.util.List | List of group IDs. Conflicts with apps. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. | --- @@ -1047,7 +1047,7 @@ public java.lang.String getRoleType(); Type of the role that is assigned to the user and supports optional targets. See [API Docs](https://developer.okta.com/docs/reference/api/roles/#role-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#role_type AdminRoleTargets#role_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#role_type AdminRoleTargets#role_type} --- @@ -1061,7 +1061,7 @@ public java.lang.String getUserId(); User associated with the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#user_id AdminRoleTargets#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#user_id AdminRoleTargets#user_id} --- @@ -1075,7 +1075,7 @@ public java.util.List getApps(); List of app names (name represents set of app instances) or a combination of app name and app instance ID (like 'salesforce' or 'facebook.0oapsqQ6dv19pqyEo0g3'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#apps AdminRoleTargets#apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#apps AdminRoleTargets#apps} --- @@ -1089,7 +1089,7 @@ public java.util.List getGroups(); List of group IDs. Conflicts with apps. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#groups AdminRoleTargets#groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#groups AdminRoleTargets#groups} --- @@ -1101,7 +1101,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/adminRoleTargets.python.md b/docs/adminRoleTargets.python.md index e67ebdcf9..96f55eaf1 100644 --- a/docs/adminRoleTargets.python.md +++ b/docs/adminRoleTargets.python.md @@ -4,7 +4,7 @@ ### AdminRoleTargets -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets okta_admin_role_targets}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets okta_admin_role_targets}. #### Initializers @@ -44,7 +44,7 @@ adminRoleTargets.AdminRoleTargets( | user_id | str | User associated with the role. | | apps | typing.List[str] | List of app names (name represents set of app instances) or a combination of app name and app instance ID (like 'salesforce' or 'facebook.0oapsqQ6dv19pqyEo0g3'). | | groups | typing.List[str] | List of group IDs. Conflicts with apps. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Type of the role that is assigned to the user and supports optional targets. See [API Docs](https://developer.okta.com/docs/reference/api/roles/#role-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#role_type AdminRoleTargets#role_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#role_type AdminRoleTargets#role_type} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ User associated with the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#user_id AdminRoleTargets#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#user_id AdminRoleTargets#user_id} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ List of app names (name represents set of app instances) or a combination of app name and app instance ID (like 'salesforce' or 'facebook.0oapsqQ6dv19pqyEo0g3'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#apps AdminRoleTargets#apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#apps AdminRoleTargets#apps} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ List of group IDs. Conflicts with apps. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#groups AdminRoleTargets#groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#groups AdminRoleTargets#groups} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -649,7 +649,7 @@ The construct id used in the generated config for the AdminRoleTargets to import The id of the existing AdminRoleTargets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#import import section} in the documentation of this resource for the id to use --- @@ -1003,7 +1003,7 @@ adminRoleTargets.AdminRoleTargetsConfig( | user_id | str | User associated with the role. | | apps | typing.List[str] | List of app names (name represents set of app instances) or a combination of app name and app instance ID (like 'salesforce' or 'facebook.0oapsqQ6dv19pqyEo0g3'). | | groups | typing.List[str] | List of group IDs. Conflicts with apps. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. | --- @@ -1087,7 +1087,7 @@ role_type: str Type of the role that is assigned to the user and supports optional targets. See [API Docs](https://developer.okta.com/docs/reference/api/roles/#role-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#role_type AdminRoleTargets#role_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#role_type AdminRoleTargets#role_type} --- @@ -1101,7 +1101,7 @@ user_id: str User associated with the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#user_id AdminRoleTargets#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#user_id AdminRoleTargets#user_id} --- @@ -1115,7 +1115,7 @@ apps: typing.List[str] List of app names (name represents set of app instances) or a combination of app name and app instance ID (like 'salesforce' or 'facebook.0oapsqQ6dv19pqyEo0g3'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#apps AdminRoleTargets#apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#apps AdminRoleTargets#apps} --- @@ -1129,7 +1129,7 @@ groups: typing.List[str] List of group IDs. Conflicts with apps. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#groups AdminRoleTargets#groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#groups AdminRoleTargets#groups} --- @@ -1141,7 +1141,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/adminRoleTargets.typescript.md b/docs/adminRoleTargets.typescript.md index 0ee2c665d..e3cc4e49e 100644 --- a/docs/adminRoleTargets.typescript.md +++ b/docs/adminRoleTargets.typescript.md @@ -4,7 +4,7 @@ ### AdminRoleTargets -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets okta_admin_role_targets}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets okta_admin_role_targets}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the AdminRoleTargets to import The id of the existing AdminRoleTargets that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#import import section} in the documentation of this resource for the id to use --- @@ -829,7 +829,7 @@ const adminRoleTargetsConfig: adminRoleTargets.AdminRoleTargetsConfig = { ... } | userId | string | User associated with the role. | | apps | string[] | List of app names (name represents set of app instances) or a combination of app name and app instance ID (like 'salesforce' or 'facebook.0oapsqQ6dv19pqyEo0g3'). | | groups | string[] | List of group IDs. Conflicts with apps. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. | --- @@ -913,7 +913,7 @@ public readonly roleType: string; Type of the role that is assigned to the user and supports optional targets. See [API Docs](https://developer.okta.com/docs/reference/api/roles/#role-types). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#role_type AdminRoleTargets#role_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#role_type AdminRoleTargets#role_type} --- @@ -927,7 +927,7 @@ public readonly userId: string; User associated with the role. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#user_id AdminRoleTargets#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#user_id AdminRoleTargets#user_id} --- @@ -941,7 +941,7 @@ public readonly apps: string[]; List of app names (name represents set of app instances) or a combination of app name and app instance ID (like 'salesforce' or 'facebook.0oapsqQ6dv19pqyEo0g3'). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#apps AdminRoleTargets#apps} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#apps AdminRoleTargets#apps} --- @@ -955,7 +955,7 @@ public readonly groups: string[]; List of group IDs. Conflicts with apps. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#groups AdminRoleTargets#groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#groups AdminRoleTargets#groups} --- @@ -967,7 +967,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/admin_role_targets#id AdminRoleTargets#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appAccessPolicyAssignment.csharp.md b/docs/appAccessPolicyAssignment.csharp.md index 7a7afdf9f..88610f466 100644 --- a/docs/appAccessPolicyAssignment.csharp.md +++ b/docs/appAccessPolicyAssignment.csharp.md @@ -4,7 +4,7 @@ ### AppAccessPolicyAssignment -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment okta_app_access_policy_assignment}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment okta_app_access_policy_assignment}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the AppAccessPolicyAssignment The id of the existing AppAccessPolicyAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment#import import section} in the documentation of this resource for the id to use --- @@ -833,7 +833,7 @@ public string AppId { get; set; } The application ID; this value is immutable and can not be updated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment#app_id AppAccessPolicyAssignment#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment#app_id AppAccessPolicyAssignment#app_id} --- @@ -847,7 +847,7 @@ public string PolicyId { get; set; } The access policy ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment#policy_id AppAccessPolicyAssignment#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment#policy_id AppAccessPolicyAssignment#policy_id} --- diff --git a/docs/appAccessPolicyAssignment.go.md b/docs/appAccessPolicyAssignment.go.md index 6317061c3..8d3543cec 100644 --- a/docs/appAccessPolicyAssignment.go.md +++ b/docs/appAccessPolicyAssignment.go.md @@ -4,7 +4,7 @@ ### AppAccessPolicyAssignment -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment okta_app_access_policy_assignment}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment okta_app_access_policy_assignment}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the AppAccessPolicyAssignment The id of the existing AppAccessPolicyAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment#import import section} in the documentation of this resource for the id to use --- @@ -833,7 +833,7 @@ AppId *string The application ID; this value is immutable and can not be updated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment#app_id AppAccessPolicyAssignment#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment#app_id AppAccessPolicyAssignment#app_id} --- @@ -847,7 +847,7 @@ PolicyId *string The access policy ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment#policy_id AppAccessPolicyAssignment#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment#policy_id AppAccessPolicyAssignment#policy_id} --- diff --git a/docs/appAccessPolicyAssignment.java.md b/docs/appAccessPolicyAssignment.java.md index d81265903..3e253bdad 100644 --- a/docs/appAccessPolicyAssignment.java.md +++ b/docs/appAccessPolicyAssignment.java.md @@ -4,7 +4,7 @@ ### AppAccessPolicyAssignment -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment okta_app_access_policy_assignment}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment okta_app_access_policy_assignment}. #### Initializers @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The application ID; this value is immutable and can not be updated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment#app_id AppAccessPolicyAssignment#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment#app_id AppAccessPolicyAssignment#app_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The access policy ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment#policy_id AppAccessPolicyAssignment#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment#policy_id AppAccessPolicyAssignment#policy_id} --- @@ -547,7 +547,7 @@ The construct id used in the generated config for the AppAccessPolicyAssignment The id of the existing AppAccessPolicyAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment#import import section} in the documentation of this resource for the id to use --- @@ -917,7 +917,7 @@ public java.lang.String getAppId(); The application ID; this value is immutable and can not be updated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment#app_id AppAccessPolicyAssignment#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment#app_id AppAccessPolicyAssignment#app_id} --- @@ -931,7 +931,7 @@ public java.lang.String getPolicyId(); The access policy ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment#policy_id AppAccessPolicyAssignment#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment#policy_id AppAccessPolicyAssignment#policy_id} --- diff --git a/docs/appAccessPolicyAssignment.python.md b/docs/appAccessPolicyAssignment.python.md index 2d9b8fc93..ce78a0821 100644 --- a/docs/appAccessPolicyAssignment.python.md +++ b/docs/appAccessPolicyAssignment.python.md @@ -4,7 +4,7 @@ ### AppAccessPolicyAssignment -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment okta_app_access_policy_assignment}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment okta_app_access_policy_assignment}. #### Initializers @@ -108,7 +108,7 @@ Must be unique amongst siblings in the same scope The application ID; this value is immutable and can not be updated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment#app_id AppAccessPolicyAssignment#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment#app_id AppAccessPolicyAssignment#app_id} --- @@ -118,7 +118,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The access policy ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment#policy_id AppAccessPolicyAssignment#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment#policy_id AppAccessPolicyAssignment#policy_id} --- @@ -591,7 +591,7 @@ The construct id used in the generated config for the AppAccessPolicyAssignment The id of the existing AppAccessPolicyAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment#import import section} in the documentation of this resource for the id to use --- @@ -957,7 +957,7 @@ app_id: str The application ID; this value is immutable and can not be updated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment#app_id AppAccessPolicyAssignment#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment#app_id AppAccessPolicyAssignment#app_id} --- @@ -971,7 +971,7 @@ policy_id: str The access policy ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment#policy_id AppAccessPolicyAssignment#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment#policy_id AppAccessPolicyAssignment#policy_id} --- diff --git a/docs/appAccessPolicyAssignment.typescript.md b/docs/appAccessPolicyAssignment.typescript.md index c7224fbfa..1cf09a1c2 100644 --- a/docs/appAccessPolicyAssignment.typescript.md +++ b/docs/appAccessPolicyAssignment.typescript.md @@ -4,7 +4,7 @@ ### AppAccessPolicyAssignment -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment okta_app_access_policy_assignment}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment okta_app_access_policy_assignment}. #### Initializers @@ -467,7 +467,7 @@ The construct id used in the generated config for the AppAccessPolicyAssignment The id of the existing AppAccessPolicyAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment#import import section} in the documentation of this resource for the id to use --- @@ -823,7 +823,7 @@ public readonly appId: string; The application ID; this value is immutable and can not be updated. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment#app_id AppAccessPolicyAssignment#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment#app_id AppAccessPolicyAssignment#app_id} --- @@ -837,7 +837,7 @@ public readonly policyId: string; The access policy ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_access_policy_assignment#policy_id AppAccessPolicyAssignment#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_access_policy_assignment#policy_id AppAccessPolicyAssignment#policy_id} --- diff --git a/docs/appAutoLogin.csharp.md b/docs/appAutoLogin.csharp.md index b90f67dc9..a22451bd1 100644 --- a/docs/appAutoLogin.csharp.md +++ b/docs/appAutoLogin.csharp.md @@ -4,7 +4,7 @@ ### AppAutoLogin -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login okta_app_auto_login}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login okta_app_auto_login}. #### Initializers @@ -655,7 +655,7 @@ The construct id used in the generated config for the AppAutoLogin to import. The id of the existing AppAutoLogin that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#import import section} in the documentation of this resource for the id to use --- @@ -1522,7 +1522,7 @@ new AppAutoLoginConfig { | EnduserNote | string | Application notes for end users. | | HideIos | object | Do not display application icon on mobile app. | | HideWeb | object | Do not display application icon to users. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#id AppAutoLogin#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#id AppAutoLogin#id}. | | Logo | string | Local file path to the logo. | | PreconfiguredApp | string | Tells Okta to use an existing application in their application catalog, as opposed to a custom application. | | RevealPassword | object | Allow user to reveal password. | @@ -1619,7 +1619,7 @@ public string Label { get; set; } The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#label AppAutoLogin#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#label AppAutoLogin#label} --- @@ -1633,7 +1633,7 @@ public string AccessibilityErrorRedirectUrl { get; set; } Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_error_redirect_url AppAutoLogin#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_error_redirect_url AppAutoLogin#accessibility_error_redirect_url} --- @@ -1647,7 +1647,7 @@ public string AccessibilityLoginRedirectUrl { get; set; } Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_login_redirect_url AppAutoLogin#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_login_redirect_url AppAutoLogin#accessibility_login_redirect_url} --- @@ -1661,7 +1661,7 @@ public object AccessibilitySelfService { get; set; } Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_self_service AppAutoLogin#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_self_service AppAutoLogin#accessibility_self_service} --- @@ -1675,7 +1675,7 @@ public string AdminNote { get; set; } Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#admin_note AppAutoLogin#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#admin_note AppAutoLogin#admin_note} --- @@ -1689,7 +1689,7 @@ public string AppLinksJson { get; set; } Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#app_links_json AppAutoLogin#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#app_links_json AppAutoLogin#app_links_json} --- @@ -1703,7 +1703,7 @@ public string AppSettingsJson { get; set; } Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#app_settings_json AppAutoLogin#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#app_settings_json AppAutoLogin#app_settings_json} --- @@ -1717,7 +1717,7 @@ public object AutoSubmitToolbar { get; set; } Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#auto_submit_toolbar AppAutoLogin#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#auto_submit_toolbar AppAutoLogin#auto_submit_toolbar} --- @@ -1731,7 +1731,7 @@ public string CredentialsScheme { get; set; } Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#credentials_scheme AppAutoLogin#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#credentials_scheme AppAutoLogin#credentials_scheme} --- @@ -1745,7 +1745,7 @@ public string EnduserNote { get; set; } Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#enduser_note AppAutoLogin#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#enduser_note AppAutoLogin#enduser_note} --- @@ -1759,7 +1759,7 @@ public object HideIos { get; set; } Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#hide_ios AppAutoLogin#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#hide_ios AppAutoLogin#hide_ios} --- @@ -1773,7 +1773,7 @@ public object HideWeb { get; set; } Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#hide_web AppAutoLogin#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#hide_web AppAutoLogin#hide_web} --- @@ -1785,7 +1785,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#id AppAutoLogin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#id AppAutoLogin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1804,7 +1804,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#logo AppAutoLogin#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#logo AppAutoLogin#logo} --- @@ -1818,7 +1818,7 @@ public string PreconfiguredApp { get; set; } Tells Okta to use an existing application in their application catalog, as opposed to a custom application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#preconfigured_app AppAutoLogin#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#preconfigured_app AppAutoLogin#preconfigured_app} --- @@ -1834,7 +1834,7 @@ Allow user to reveal password. Default is false. It can not be set to true if credentials_scheme is "ADMIN_SETS_CREDENTIALS", "SHARED_USERNAME_AND_PASSWORD" or "EXTERNAL_PASSWORD_SYNC". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#reveal_password AppAutoLogin#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#reveal_password AppAutoLogin#reveal_password} --- @@ -1848,7 +1848,7 @@ public string SharedPassword { get; set; } Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#shared_password AppAutoLogin#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#shared_password AppAutoLogin#shared_password} --- @@ -1862,7 +1862,7 @@ public string SharedUsername { get; set; } Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#shared_username AppAutoLogin#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#shared_username AppAutoLogin#shared_username} --- @@ -1876,7 +1876,7 @@ public string SignOnRedirectUrl { get; set; } Post login redirect URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#sign_on_redirect_url AppAutoLogin#sign_on_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#sign_on_redirect_url AppAutoLogin#sign_on_redirect_url} --- @@ -1890,7 +1890,7 @@ public string SignOnUrl { get; set; } Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#sign_on_url AppAutoLogin#sign_on_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#sign_on_url AppAutoLogin#sign_on_url} --- @@ -1904,7 +1904,7 @@ public string Status { get; set; } Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#status AppAutoLogin#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#status AppAutoLogin#status} --- @@ -1918,7 +1918,7 @@ public AppAutoLoginTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#timeouts AppAutoLogin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#timeouts AppAutoLogin#timeouts} --- @@ -1932,7 +1932,7 @@ public string UserNameTemplate { get; set; } Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template AppAutoLogin#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template AppAutoLogin#user_name_template} --- @@ -1946,7 +1946,7 @@ public string UserNameTemplatePushStatus { get; set; } Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_push_status AppAutoLogin#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_push_status AppAutoLogin#user_name_template_push_status} --- @@ -1960,7 +1960,7 @@ public string UserNameTemplateSuffix { get; set; } Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_suffix AppAutoLogin#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_suffix AppAutoLogin#user_name_template_suffix} --- @@ -1974,7 +1974,7 @@ public string UserNameTemplateType { get; set; } Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_type AppAutoLogin#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_type AppAutoLogin#user_name_template_type} --- @@ -1996,9 +1996,9 @@ new AppAutoLoginTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#create AppAutoLogin#create}. | -| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#read AppAutoLogin#read}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#update AppAutoLogin#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#create AppAutoLogin#create}. | +| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#read AppAutoLogin#read}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#update AppAutoLogin#update}. | --- @@ -2010,7 +2010,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#create AppAutoLogin#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#create AppAutoLogin#create}. --- @@ -2022,7 +2022,7 @@ public string Read { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#read AppAutoLogin#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#read AppAutoLogin#read}. --- @@ -2034,7 +2034,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#update AppAutoLogin#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#update AppAutoLogin#update}. --- diff --git a/docs/appAutoLogin.go.md b/docs/appAutoLogin.go.md index aedac155d..fc7e99d06 100644 --- a/docs/appAutoLogin.go.md +++ b/docs/appAutoLogin.go.md @@ -4,7 +4,7 @@ ### AppAutoLogin -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login okta_app_auto_login}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login okta_app_auto_login}. #### Initializers @@ -655,7 +655,7 @@ The construct id used in the generated config for the AppAutoLogin to import. The id of the existing AppAutoLogin that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#import import section} in the documentation of this resource for the id to use --- @@ -1522,7 +1522,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appautologin" | EnduserNote | *string | Application notes for end users. | | HideIos | interface{} | Do not display application icon on mobile app. | | HideWeb | interface{} | Do not display application icon to users. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#id AppAutoLogin#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#id AppAutoLogin#id}. | | Logo | *string | Local file path to the logo. | | PreconfiguredApp | *string | Tells Okta to use an existing application in their application catalog, as opposed to a custom application. | | RevealPassword | interface{} | Allow user to reveal password. | @@ -1619,7 +1619,7 @@ Label *string The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#label AppAutoLogin#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#label AppAutoLogin#label} --- @@ -1633,7 +1633,7 @@ AccessibilityErrorRedirectUrl *string Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_error_redirect_url AppAutoLogin#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_error_redirect_url AppAutoLogin#accessibility_error_redirect_url} --- @@ -1647,7 +1647,7 @@ AccessibilityLoginRedirectUrl *string Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_login_redirect_url AppAutoLogin#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_login_redirect_url AppAutoLogin#accessibility_login_redirect_url} --- @@ -1661,7 +1661,7 @@ AccessibilitySelfService interface{} Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_self_service AppAutoLogin#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_self_service AppAutoLogin#accessibility_self_service} --- @@ -1675,7 +1675,7 @@ AdminNote *string Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#admin_note AppAutoLogin#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#admin_note AppAutoLogin#admin_note} --- @@ -1689,7 +1689,7 @@ AppLinksJson *string Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#app_links_json AppAutoLogin#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#app_links_json AppAutoLogin#app_links_json} --- @@ -1703,7 +1703,7 @@ AppSettingsJson *string Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#app_settings_json AppAutoLogin#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#app_settings_json AppAutoLogin#app_settings_json} --- @@ -1717,7 +1717,7 @@ AutoSubmitToolbar interface{} Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#auto_submit_toolbar AppAutoLogin#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#auto_submit_toolbar AppAutoLogin#auto_submit_toolbar} --- @@ -1731,7 +1731,7 @@ CredentialsScheme *string Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#credentials_scheme AppAutoLogin#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#credentials_scheme AppAutoLogin#credentials_scheme} --- @@ -1745,7 +1745,7 @@ EnduserNote *string Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#enduser_note AppAutoLogin#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#enduser_note AppAutoLogin#enduser_note} --- @@ -1759,7 +1759,7 @@ HideIos interface{} Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#hide_ios AppAutoLogin#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#hide_ios AppAutoLogin#hide_ios} --- @@ -1773,7 +1773,7 @@ HideWeb interface{} Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#hide_web AppAutoLogin#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#hide_web AppAutoLogin#hide_web} --- @@ -1785,7 +1785,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#id AppAutoLogin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#id AppAutoLogin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1804,7 +1804,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#logo AppAutoLogin#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#logo AppAutoLogin#logo} --- @@ -1818,7 +1818,7 @@ PreconfiguredApp *string Tells Okta to use an existing application in their application catalog, as opposed to a custom application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#preconfigured_app AppAutoLogin#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#preconfigured_app AppAutoLogin#preconfigured_app} --- @@ -1834,7 +1834,7 @@ Allow user to reveal password. Default is false. It can not be set to true if credentials_scheme is "ADMIN_SETS_CREDENTIALS", "SHARED_USERNAME_AND_PASSWORD" or "EXTERNAL_PASSWORD_SYNC". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#reveal_password AppAutoLogin#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#reveal_password AppAutoLogin#reveal_password} --- @@ -1848,7 +1848,7 @@ SharedPassword *string Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#shared_password AppAutoLogin#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#shared_password AppAutoLogin#shared_password} --- @@ -1862,7 +1862,7 @@ SharedUsername *string Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#shared_username AppAutoLogin#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#shared_username AppAutoLogin#shared_username} --- @@ -1876,7 +1876,7 @@ SignOnRedirectUrl *string Post login redirect URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#sign_on_redirect_url AppAutoLogin#sign_on_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#sign_on_redirect_url AppAutoLogin#sign_on_redirect_url} --- @@ -1890,7 +1890,7 @@ SignOnUrl *string Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#sign_on_url AppAutoLogin#sign_on_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#sign_on_url AppAutoLogin#sign_on_url} --- @@ -1904,7 +1904,7 @@ Status *string Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#status AppAutoLogin#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#status AppAutoLogin#status} --- @@ -1918,7 +1918,7 @@ Timeouts AppAutoLoginTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#timeouts AppAutoLogin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#timeouts AppAutoLogin#timeouts} --- @@ -1932,7 +1932,7 @@ UserNameTemplate *string Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template AppAutoLogin#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template AppAutoLogin#user_name_template} --- @@ -1946,7 +1946,7 @@ UserNameTemplatePushStatus *string Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_push_status AppAutoLogin#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_push_status AppAutoLogin#user_name_template_push_status} --- @@ -1960,7 +1960,7 @@ UserNameTemplateSuffix *string Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_suffix AppAutoLogin#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_suffix AppAutoLogin#user_name_template_suffix} --- @@ -1974,7 +1974,7 @@ UserNameTemplateType *string Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_type AppAutoLogin#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_type AppAutoLogin#user_name_template_type} --- @@ -1996,9 +1996,9 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appautologin" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#create AppAutoLogin#create}. | -| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#read AppAutoLogin#read}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#update AppAutoLogin#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#create AppAutoLogin#create}. | +| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#read AppAutoLogin#read}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#update AppAutoLogin#update}. | --- @@ -2010,7 +2010,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#create AppAutoLogin#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#create AppAutoLogin#create}. --- @@ -2022,7 +2022,7 @@ Read *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#read AppAutoLogin#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#read AppAutoLogin#read}. --- @@ -2034,7 +2034,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#update AppAutoLogin#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#update AppAutoLogin#update}. --- diff --git a/docs/appAutoLogin.java.md b/docs/appAutoLogin.java.md index 5fde7a16c..d95e17f7c 100644 --- a/docs/appAutoLogin.java.md +++ b/docs/appAutoLogin.java.md @@ -4,7 +4,7 @@ ### AppAutoLogin -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login okta_app_auto_login}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login okta_app_auto_login}. #### Initializers @@ -80,7 +80,7 @@ AppAutoLogin.Builder.create(Construct scope, java.lang.String id) | enduserNote | java.lang.String | Application notes for end users. | | hideIos | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon to users. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#id AppAutoLogin#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#id AppAutoLogin#id}. | | logo | java.lang.String | Local file path to the logo. | | preconfiguredApp | java.lang.String | Tells Okta to use an existing application in their application catalog, as opposed to a custom application. | | revealPassword | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Allow user to reveal password. | @@ -163,7 +163,7 @@ Must be unique amongst siblings in the same scope The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#label AppAutoLogin#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#label AppAutoLogin#label} --- @@ -173,7 +173,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_error_redirect_url AppAutoLogin#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_error_redirect_url AppAutoLogin#accessibility_error_redirect_url} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_login_redirect_url AppAutoLogin#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_login_redirect_url AppAutoLogin#accessibility_login_redirect_url} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_self_service AppAutoLogin#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_self_service AppAutoLogin#accessibility_self_service} --- @@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#admin_note AppAutoLogin#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#admin_note AppAutoLogin#admin_note} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#app_links_json AppAutoLogin#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#app_links_json AppAutoLogin#app_links_json} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#app_settings_json AppAutoLogin#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#app_settings_json AppAutoLogin#app_settings_json} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#auto_submit_toolbar AppAutoLogin#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#auto_submit_toolbar AppAutoLogin#auto_submit_toolbar} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#credentials_scheme AppAutoLogin#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#credentials_scheme AppAutoLogin#credentials_scheme} --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#enduser_note AppAutoLogin#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#enduser_note AppAutoLogin#enduser_note} --- @@ -263,7 +263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#hide_ios AppAutoLogin#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#hide_ios AppAutoLogin#hide_ios} --- @@ -273,7 +273,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#hide_web AppAutoLogin#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#hide_web AppAutoLogin#hide_web} --- @@ -281,7 +281,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#id AppAutoLogin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#id AppAutoLogin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -296,7 +296,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#logo AppAutoLogin#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#logo AppAutoLogin#logo} --- @@ -306,7 +306,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Tells Okta to use an existing application in their application catalog, as opposed to a custom application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#preconfigured_app AppAutoLogin#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#preconfigured_app AppAutoLogin#preconfigured_app} --- @@ -318,7 +318,7 @@ Allow user to reveal password. Default is false. It can not be set to true if credentials_scheme is "ADMIN_SETS_CREDENTIALS", "SHARED_USERNAME_AND_PASSWORD" or "EXTERNAL_PASSWORD_SYNC". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#reveal_password AppAutoLogin#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#reveal_password AppAutoLogin#reveal_password} --- @@ -328,7 +328,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#shared_password AppAutoLogin#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#shared_password AppAutoLogin#shared_password} --- @@ -338,7 +338,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#shared_username AppAutoLogin#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#shared_username AppAutoLogin#shared_username} --- @@ -348,7 +348,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Post login redirect URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#sign_on_redirect_url AppAutoLogin#sign_on_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#sign_on_redirect_url AppAutoLogin#sign_on_redirect_url} --- @@ -358,7 +358,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#sign_on_url AppAutoLogin#sign_on_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#sign_on_url AppAutoLogin#sign_on_url} --- @@ -368,7 +368,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#status AppAutoLogin#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#status AppAutoLogin#status} --- @@ -378,7 +378,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#timeouts AppAutoLogin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#timeouts AppAutoLogin#timeouts} --- @@ -388,7 +388,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template AppAutoLogin#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template AppAutoLogin#user_name_template} --- @@ -398,7 +398,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_push_status AppAutoLogin#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_push_status AppAutoLogin#user_name_template_push_status} --- @@ -408,7 +408,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_suffix AppAutoLogin#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_suffix AppAutoLogin#user_name_template_suffix} --- @@ -418,7 +418,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_type AppAutoLogin#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_type AppAutoLogin#user_name_template_type} --- @@ -1033,7 +1033,7 @@ The construct id used in the generated config for the AppAutoLogin to import. The id of the existing AppAutoLogin that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#import import section} in the documentation of this resource for the id to use --- @@ -1909,7 +1909,7 @@ AppAutoLoginConfig.builder() | enduserNote | java.lang.String | Application notes for end users. | | hideIos | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon to users. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#id AppAutoLogin#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#id AppAutoLogin#id}. | | logo | java.lang.String | Local file path to the logo. | | preconfiguredApp | java.lang.String | Tells Okta to use an existing application in their application catalog, as opposed to a custom application. | | revealPassword | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Allow user to reveal password. | @@ -2006,7 +2006,7 @@ public java.lang.String getLabel(); The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#label AppAutoLogin#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#label AppAutoLogin#label} --- @@ -2020,7 +2020,7 @@ public java.lang.String getAccessibilityErrorRedirectUrl(); Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_error_redirect_url AppAutoLogin#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_error_redirect_url AppAutoLogin#accessibility_error_redirect_url} --- @@ -2034,7 +2034,7 @@ public java.lang.String getAccessibilityLoginRedirectUrl(); Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_login_redirect_url AppAutoLogin#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_login_redirect_url AppAutoLogin#accessibility_login_redirect_url} --- @@ -2048,7 +2048,7 @@ public java.lang.Object getAccessibilitySelfService(); Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_self_service AppAutoLogin#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_self_service AppAutoLogin#accessibility_self_service} --- @@ -2062,7 +2062,7 @@ public java.lang.String getAdminNote(); Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#admin_note AppAutoLogin#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#admin_note AppAutoLogin#admin_note} --- @@ -2076,7 +2076,7 @@ public java.lang.String getAppLinksJson(); Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#app_links_json AppAutoLogin#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#app_links_json AppAutoLogin#app_links_json} --- @@ -2090,7 +2090,7 @@ public java.lang.String getAppSettingsJson(); Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#app_settings_json AppAutoLogin#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#app_settings_json AppAutoLogin#app_settings_json} --- @@ -2104,7 +2104,7 @@ public java.lang.Object getAutoSubmitToolbar(); Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#auto_submit_toolbar AppAutoLogin#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#auto_submit_toolbar AppAutoLogin#auto_submit_toolbar} --- @@ -2118,7 +2118,7 @@ public java.lang.String getCredentialsScheme(); Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#credentials_scheme AppAutoLogin#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#credentials_scheme AppAutoLogin#credentials_scheme} --- @@ -2132,7 +2132,7 @@ public java.lang.String getEnduserNote(); Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#enduser_note AppAutoLogin#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#enduser_note AppAutoLogin#enduser_note} --- @@ -2146,7 +2146,7 @@ public java.lang.Object getHideIos(); Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#hide_ios AppAutoLogin#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#hide_ios AppAutoLogin#hide_ios} --- @@ -2160,7 +2160,7 @@ public java.lang.Object getHideWeb(); Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#hide_web AppAutoLogin#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#hide_web AppAutoLogin#hide_web} --- @@ -2172,7 +2172,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#id AppAutoLogin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#id AppAutoLogin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2191,7 +2191,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#logo AppAutoLogin#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#logo AppAutoLogin#logo} --- @@ -2205,7 +2205,7 @@ public java.lang.String getPreconfiguredApp(); Tells Okta to use an existing application in their application catalog, as opposed to a custom application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#preconfigured_app AppAutoLogin#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#preconfigured_app AppAutoLogin#preconfigured_app} --- @@ -2221,7 +2221,7 @@ Allow user to reveal password. Default is false. It can not be set to true if credentials_scheme is "ADMIN_SETS_CREDENTIALS", "SHARED_USERNAME_AND_PASSWORD" or "EXTERNAL_PASSWORD_SYNC". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#reveal_password AppAutoLogin#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#reveal_password AppAutoLogin#reveal_password} --- @@ -2235,7 +2235,7 @@ public java.lang.String getSharedPassword(); Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#shared_password AppAutoLogin#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#shared_password AppAutoLogin#shared_password} --- @@ -2249,7 +2249,7 @@ public java.lang.String getSharedUsername(); Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#shared_username AppAutoLogin#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#shared_username AppAutoLogin#shared_username} --- @@ -2263,7 +2263,7 @@ public java.lang.String getSignOnRedirectUrl(); Post login redirect URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#sign_on_redirect_url AppAutoLogin#sign_on_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#sign_on_redirect_url AppAutoLogin#sign_on_redirect_url} --- @@ -2277,7 +2277,7 @@ public java.lang.String getSignOnUrl(); Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#sign_on_url AppAutoLogin#sign_on_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#sign_on_url AppAutoLogin#sign_on_url} --- @@ -2291,7 +2291,7 @@ public java.lang.String getStatus(); Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#status AppAutoLogin#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#status AppAutoLogin#status} --- @@ -2305,7 +2305,7 @@ public AppAutoLoginTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#timeouts AppAutoLogin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#timeouts AppAutoLogin#timeouts} --- @@ -2319,7 +2319,7 @@ public java.lang.String getUserNameTemplate(); Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template AppAutoLogin#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template AppAutoLogin#user_name_template} --- @@ -2333,7 +2333,7 @@ public java.lang.String getUserNameTemplatePushStatus(); Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_push_status AppAutoLogin#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_push_status AppAutoLogin#user_name_template_push_status} --- @@ -2347,7 +2347,7 @@ public java.lang.String getUserNameTemplateSuffix(); Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_suffix AppAutoLogin#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_suffix AppAutoLogin#user_name_template_suffix} --- @@ -2361,7 +2361,7 @@ public java.lang.String getUserNameTemplateType(); Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_type AppAutoLogin#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_type AppAutoLogin#user_name_template_type} --- @@ -2383,9 +2383,9 @@ AppAutoLoginTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#create AppAutoLogin#create}. | -| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#read AppAutoLogin#read}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#update AppAutoLogin#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#create AppAutoLogin#create}. | +| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#read AppAutoLogin#read}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#update AppAutoLogin#update}. | --- @@ -2397,7 +2397,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#create AppAutoLogin#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#create AppAutoLogin#create}. --- @@ -2409,7 +2409,7 @@ public java.lang.String getRead(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#read AppAutoLogin#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#read AppAutoLogin#read}. --- @@ -2421,7 +2421,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#update AppAutoLogin#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#update AppAutoLogin#update}. --- diff --git a/docs/appAutoLogin.python.md b/docs/appAutoLogin.python.md index ed14601fc..a967d4933 100644 --- a/docs/appAutoLogin.python.md +++ b/docs/appAutoLogin.python.md @@ -4,7 +4,7 @@ ### AppAutoLogin -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login okta_app_auto_login}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login okta_app_auto_login}. #### Initializers @@ -73,7 +73,7 @@ appAutoLogin.AppAutoLogin( | enduser_note | str | Application notes for end users. | | hide_ios | typing.Union[bool, cdktf.IResolvable] | Do not display application icon on mobile app. | | hide_web | typing.Union[bool, cdktf.IResolvable] | Do not display application icon to users. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#id AppAutoLogin#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#id AppAutoLogin#id}. | | logo | str | Local file path to the logo. | | preconfigured_app | str | Tells Okta to use an existing application in their application catalog, as opposed to a custom application. | | reveal_password | typing.Union[bool, cdktf.IResolvable] | Allow user to reveal password. | @@ -156,7 +156,7 @@ Must be unique amongst siblings in the same scope The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#label AppAutoLogin#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#label AppAutoLogin#label} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_error_redirect_url AppAutoLogin#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_error_redirect_url AppAutoLogin#accessibility_error_redirect_url} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_login_redirect_url AppAutoLogin#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_login_redirect_url AppAutoLogin#accessibility_login_redirect_url} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_self_service AppAutoLogin#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_self_service AppAutoLogin#accessibility_self_service} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#admin_note AppAutoLogin#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#admin_note AppAutoLogin#admin_note} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#app_links_json AppAutoLogin#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#app_links_json AppAutoLogin#app_links_json} --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#app_settings_json AppAutoLogin#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#app_settings_json AppAutoLogin#app_settings_json} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#auto_submit_toolbar AppAutoLogin#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#auto_submit_toolbar AppAutoLogin#auto_submit_toolbar} --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#credentials_scheme AppAutoLogin#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#credentials_scheme AppAutoLogin#credentials_scheme} --- @@ -246,7 +246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#enduser_note AppAutoLogin#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#enduser_note AppAutoLogin#enduser_note} --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#hide_ios AppAutoLogin#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#hide_ios AppAutoLogin#hide_ios} --- @@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#hide_web AppAutoLogin#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#hide_web AppAutoLogin#hide_web} --- @@ -274,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#id AppAutoLogin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#id AppAutoLogin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -289,7 +289,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#logo AppAutoLogin#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#logo AppAutoLogin#logo} --- @@ -299,7 +299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Tells Okta to use an existing application in their application catalog, as opposed to a custom application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#preconfigured_app AppAutoLogin#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#preconfigured_app AppAutoLogin#preconfigured_app} --- @@ -311,7 +311,7 @@ Allow user to reveal password. Default is false. It can not be set to true if credentials_scheme is "ADMIN_SETS_CREDENTIALS", "SHARED_USERNAME_AND_PASSWORD" or "EXTERNAL_PASSWORD_SYNC". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#reveal_password AppAutoLogin#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#reveal_password AppAutoLogin#reveal_password} --- @@ -321,7 +321,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#shared_password AppAutoLogin#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#shared_password AppAutoLogin#shared_password} --- @@ -331,7 +331,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#shared_username AppAutoLogin#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#shared_username AppAutoLogin#shared_username} --- @@ -341,7 +341,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Post login redirect URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#sign_on_redirect_url AppAutoLogin#sign_on_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#sign_on_redirect_url AppAutoLogin#sign_on_redirect_url} --- @@ -351,7 +351,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#sign_on_url AppAutoLogin#sign_on_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#sign_on_url AppAutoLogin#sign_on_url} --- @@ -361,7 +361,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#status AppAutoLogin#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#status AppAutoLogin#status} --- @@ -371,7 +371,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#timeouts AppAutoLogin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#timeouts AppAutoLogin#timeouts} --- @@ -381,7 +381,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template AppAutoLogin#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template AppAutoLogin#user_name_template} --- @@ -391,7 +391,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_push_status AppAutoLogin#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_push_status AppAutoLogin#user_name_template_push_status} --- @@ -401,7 +401,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_suffix AppAutoLogin#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_suffix AppAutoLogin#user_name_template_suffix} --- @@ -411,7 +411,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_type AppAutoLogin#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_type AppAutoLogin#user_name_template_type} --- @@ -810,7 +810,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#create AppAutoLogin#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#create AppAutoLogin#create}. --- @@ -818,7 +818,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#read AppAutoLogin#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#read AppAutoLogin#read}. --- @@ -826,7 +826,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#update AppAutoLogin#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#update AppAutoLogin#update}. --- @@ -1094,7 +1094,7 @@ The construct id used in the generated config for the AppAutoLogin to import. The id of the existing AppAutoLogin that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#import import section} in the documentation of this resource for the id to use --- @@ -1961,7 +1961,7 @@ appAutoLogin.AppAutoLoginConfig( | enduser_note | str | Application notes for end users. | | hide_ios | typing.Union[bool, cdktf.IResolvable] | Do not display application icon on mobile app. | | hide_web | typing.Union[bool, cdktf.IResolvable] | Do not display application icon to users. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#id AppAutoLogin#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#id AppAutoLogin#id}. | | logo | str | Local file path to the logo. | | preconfigured_app | str | Tells Okta to use an existing application in their application catalog, as opposed to a custom application. | | reveal_password | typing.Union[bool, cdktf.IResolvable] | Allow user to reveal password. | @@ -2058,7 +2058,7 @@ label: str The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#label AppAutoLogin#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#label AppAutoLogin#label} --- @@ -2072,7 +2072,7 @@ accessibility_error_redirect_url: str Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_error_redirect_url AppAutoLogin#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_error_redirect_url AppAutoLogin#accessibility_error_redirect_url} --- @@ -2086,7 +2086,7 @@ accessibility_login_redirect_url: str Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_login_redirect_url AppAutoLogin#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_login_redirect_url AppAutoLogin#accessibility_login_redirect_url} --- @@ -2100,7 +2100,7 @@ accessibility_self_service: typing.Union[bool, IResolvable] Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_self_service AppAutoLogin#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_self_service AppAutoLogin#accessibility_self_service} --- @@ -2114,7 +2114,7 @@ admin_note: str Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#admin_note AppAutoLogin#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#admin_note AppAutoLogin#admin_note} --- @@ -2128,7 +2128,7 @@ app_links_json: str Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#app_links_json AppAutoLogin#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#app_links_json AppAutoLogin#app_links_json} --- @@ -2142,7 +2142,7 @@ app_settings_json: str Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#app_settings_json AppAutoLogin#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#app_settings_json AppAutoLogin#app_settings_json} --- @@ -2156,7 +2156,7 @@ auto_submit_toolbar: typing.Union[bool, IResolvable] Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#auto_submit_toolbar AppAutoLogin#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#auto_submit_toolbar AppAutoLogin#auto_submit_toolbar} --- @@ -2170,7 +2170,7 @@ credentials_scheme: str Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#credentials_scheme AppAutoLogin#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#credentials_scheme AppAutoLogin#credentials_scheme} --- @@ -2184,7 +2184,7 @@ enduser_note: str Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#enduser_note AppAutoLogin#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#enduser_note AppAutoLogin#enduser_note} --- @@ -2198,7 +2198,7 @@ hide_ios: typing.Union[bool, IResolvable] Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#hide_ios AppAutoLogin#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#hide_ios AppAutoLogin#hide_ios} --- @@ -2212,7 +2212,7 @@ hide_web: typing.Union[bool, IResolvable] Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#hide_web AppAutoLogin#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#hide_web AppAutoLogin#hide_web} --- @@ -2224,7 +2224,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#id AppAutoLogin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#id AppAutoLogin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2243,7 +2243,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#logo AppAutoLogin#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#logo AppAutoLogin#logo} --- @@ -2257,7 +2257,7 @@ preconfigured_app: str Tells Okta to use an existing application in their application catalog, as opposed to a custom application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#preconfigured_app AppAutoLogin#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#preconfigured_app AppAutoLogin#preconfigured_app} --- @@ -2273,7 +2273,7 @@ Allow user to reveal password. Default is false. It can not be set to true if credentials_scheme is "ADMIN_SETS_CREDENTIALS", "SHARED_USERNAME_AND_PASSWORD" or "EXTERNAL_PASSWORD_SYNC". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#reveal_password AppAutoLogin#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#reveal_password AppAutoLogin#reveal_password} --- @@ -2287,7 +2287,7 @@ shared_password: str Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#shared_password AppAutoLogin#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#shared_password AppAutoLogin#shared_password} --- @@ -2301,7 +2301,7 @@ shared_username: str Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#shared_username AppAutoLogin#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#shared_username AppAutoLogin#shared_username} --- @@ -2315,7 +2315,7 @@ sign_on_redirect_url: str Post login redirect URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#sign_on_redirect_url AppAutoLogin#sign_on_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#sign_on_redirect_url AppAutoLogin#sign_on_redirect_url} --- @@ -2329,7 +2329,7 @@ sign_on_url: str Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#sign_on_url AppAutoLogin#sign_on_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#sign_on_url AppAutoLogin#sign_on_url} --- @@ -2343,7 +2343,7 @@ status: str Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#status AppAutoLogin#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#status AppAutoLogin#status} --- @@ -2357,7 +2357,7 @@ timeouts: AppAutoLoginTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#timeouts AppAutoLogin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#timeouts AppAutoLogin#timeouts} --- @@ -2371,7 +2371,7 @@ user_name_template: str Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template AppAutoLogin#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template AppAutoLogin#user_name_template} --- @@ -2385,7 +2385,7 @@ user_name_template_push_status: str Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_push_status AppAutoLogin#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_push_status AppAutoLogin#user_name_template_push_status} --- @@ -2399,7 +2399,7 @@ user_name_template_suffix: str Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_suffix AppAutoLogin#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_suffix AppAutoLogin#user_name_template_suffix} --- @@ -2413,7 +2413,7 @@ user_name_template_type: str Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_type AppAutoLogin#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_type AppAutoLogin#user_name_template_type} --- @@ -2435,9 +2435,9 @@ appAutoLogin.AppAutoLoginTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#create AppAutoLogin#create}. | -| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#read AppAutoLogin#read}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#update AppAutoLogin#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#create AppAutoLogin#create}. | +| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#read AppAutoLogin#read}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#update AppAutoLogin#update}. | --- @@ -2449,7 +2449,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#create AppAutoLogin#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#create AppAutoLogin#create}. --- @@ -2461,7 +2461,7 @@ read: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#read AppAutoLogin#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#read AppAutoLogin#read}. --- @@ -2473,7 +2473,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#update AppAutoLogin#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#update AppAutoLogin#update}. --- diff --git a/docs/appAutoLogin.typescript.md b/docs/appAutoLogin.typescript.md index 75d5366da..126fef19b 100644 --- a/docs/appAutoLogin.typescript.md +++ b/docs/appAutoLogin.typescript.md @@ -4,7 +4,7 @@ ### AppAutoLogin -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login okta_app_auto_login}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login okta_app_auto_login}. #### Initializers @@ -655,7 +655,7 @@ The construct id used in the generated config for the AppAutoLogin to import. The id of the existing AppAutoLogin that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#import import section} in the documentation of this resource for the id to use --- @@ -1488,7 +1488,7 @@ const appAutoLoginConfig: appAutoLogin.AppAutoLoginConfig = { ... } | enduserNote | string | Application notes for end users. | | hideIos | boolean \| cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | boolean \| cdktf.IResolvable | Do not display application icon to users. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#id AppAutoLogin#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#id AppAutoLogin#id}. | | logo | string | Local file path to the logo. | | preconfiguredApp | string | Tells Okta to use an existing application in their application catalog, as opposed to a custom application. | | revealPassword | boolean \| cdktf.IResolvable | Allow user to reveal password. | @@ -1585,7 +1585,7 @@ public readonly label: string; The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#label AppAutoLogin#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#label AppAutoLogin#label} --- @@ -1599,7 +1599,7 @@ public readonly accessibilityErrorRedirectUrl: string; Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_error_redirect_url AppAutoLogin#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_error_redirect_url AppAutoLogin#accessibility_error_redirect_url} --- @@ -1613,7 +1613,7 @@ public readonly accessibilityLoginRedirectUrl: string; Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_login_redirect_url AppAutoLogin#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_login_redirect_url AppAutoLogin#accessibility_login_redirect_url} --- @@ -1627,7 +1627,7 @@ public readonly accessibilitySelfService: boolean | IResolvable; Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#accessibility_self_service AppAutoLogin#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#accessibility_self_service AppAutoLogin#accessibility_self_service} --- @@ -1641,7 +1641,7 @@ public readonly adminNote: string; Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#admin_note AppAutoLogin#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#admin_note AppAutoLogin#admin_note} --- @@ -1655,7 +1655,7 @@ public readonly appLinksJson: string; Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#app_links_json AppAutoLogin#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#app_links_json AppAutoLogin#app_links_json} --- @@ -1669,7 +1669,7 @@ public readonly appSettingsJson: string; Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#app_settings_json AppAutoLogin#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#app_settings_json AppAutoLogin#app_settings_json} --- @@ -1683,7 +1683,7 @@ public readonly autoSubmitToolbar: boolean | IResolvable; Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#auto_submit_toolbar AppAutoLogin#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#auto_submit_toolbar AppAutoLogin#auto_submit_toolbar} --- @@ -1697,7 +1697,7 @@ public readonly credentialsScheme: string; Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#credentials_scheme AppAutoLogin#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#credentials_scheme AppAutoLogin#credentials_scheme} --- @@ -1711,7 +1711,7 @@ public readonly enduserNote: string; Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#enduser_note AppAutoLogin#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#enduser_note AppAutoLogin#enduser_note} --- @@ -1725,7 +1725,7 @@ public readonly hideIos: boolean | IResolvable; Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#hide_ios AppAutoLogin#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#hide_ios AppAutoLogin#hide_ios} --- @@ -1739,7 +1739,7 @@ public readonly hideWeb: boolean | IResolvable; Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#hide_web AppAutoLogin#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#hide_web AppAutoLogin#hide_web} --- @@ -1751,7 +1751,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#id AppAutoLogin#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#id AppAutoLogin#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1770,7 +1770,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#logo AppAutoLogin#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#logo AppAutoLogin#logo} --- @@ -1784,7 +1784,7 @@ public readonly preconfiguredApp: string; Tells Okta to use an existing application in their application catalog, as opposed to a custom application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#preconfigured_app AppAutoLogin#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#preconfigured_app AppAutoLogin#preconfigured_app} --- @@ -1800,7 +1800,7 @@ Allow user to reveal password. Default is false. It can not be set to true if credentials_scheme is "ADMIN_SETS_CREDENTIALS", "SHARED_USERNAME_AND_PASSWORD" or "EXTERNAL_PASSWORD_SYNC". -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#reveal_password AppAutoLogin#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#reveal_password AppAutoLogin#reveal_password} --- @@ -1814,7 +1814,7 @@ public readonly sharedPassword: string; Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#shared_password AppAutoLogin#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#shared_password AppAutoLogin#shared_password} --- @@ -1828,7 +1828,7 @@ public readonly sharedUsername: string; Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#shared_username AppAutoLogin#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#shared_username AppAutoLogin#shared_username} --- @@ -1842,7 +1842,7 @@ public readonly signOnRedirectUrl: string; Post login redirect URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#sign_on_redirect_url AppAutoLogin#sign_on_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#sign_on_redirect_url AppAutoLogin#sign_on_redirect_url} --- @@ -1856,7 +1856,7 @@ public readonly signOnUrl: string; Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#sign_on_url AppAutoLogin#sign_on_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#sign_on_url AppAutoLogin#sign_on_url} --- @@ -1870,7 +1870,7 @@ public readonly status: string; Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#status AppAutoLogin#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#status AppAutoLogin#status} --- @@ -1884,7 +1884,7 @@ public readonly timeouts: AppAutoLoginTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#timeouts AppAutoLogin#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#timeouts AppAutoLogin#timeouts} --- @@ -1898,7 +1898,7 @@ public readonly userNameTemplate: string; Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template AppAutoLogin#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template AppAutoLogin#user_name_template} --- @@ -1912,7 +1912,7 @@ public readonly userNameTemplatePushStatus: string; Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_push_status AppAutoLogin#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_push_status AppAutoLogin#user_name_template_push_status} --- @@ -1926,7 +1926,7 @@ public readonly userNameTemplateSuffix: string; Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_suffix AppAutoLogin#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_suffix AppAutoLogin#user_name_template_suffix} --- @@ -1940,7 +1940,7 @@ public readonly userNameTemplateType: string; Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#user_name_template_type AppAutoLogin#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#user_name_template_type AppAutoLogin#user_name_template_type} --- @@ -1958,9 +1958,9 @@ const appAutoLoginTimeouts: appAutoLogin.AppAutoLoginTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#create AppAutoLogin#create}. | -| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#read AppAutoLogin#read}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#update AppAutoLogin#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#create AppAutoLogin#create}. | +| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#read AppAutoLogin#read}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#update AppAutoLogin#update}. | --- @@ -1972,7 +1972,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#create AppAutoLogin#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#create AppAutoLogin#create}. --- @@ -1984,7 +1984,7 @@ public readonly read: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#read AppAutoLogin#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#read AppAutoLogin#read}. --- @@ -1996,7 +1996,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_auto_login#update AppAutoLogin#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_auto_login#update AppAutoLogin#update}. --- diff --git a/docs/appBasicAuth.csharp.md b/docs/appBasicAuth.csharp.md index d878fef3d..419226d3e 100644 --- a/docs/appBasicAuth.csharp.md +++ b/docs/appBasicAuth.csharp.md @@ -4,7 +4,7 @@ ### AppBasicAuth -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth okta_app_basic_auth}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth okta_app_basic_auth}. #### Initializers @@ -571,7 +571,7 @@ The construct id used in the generated config for the AppBasicAuth to import. The id of the existing AppBasicAuth that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#import import section} in the documentation of this resource for the id to use --- @@ -1208,7 +1208,7 @@ new AppBasicAuthConfig { | EnduserNote | string | Application notes for end users. | | HideIos | object | Do not display application icon on mobile app. | | HideWeb | object | Do not display application icon to users. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. | | Logo | string | Local file path to the logo. | | Status | string | Status of application. By default, it is `ACTIVE`. | | Timeouts | AppBasicAuthTimeouts | timeouts block. | @@ -1295,7 +1295,7 @@ public string AuthUrl { get; set; } The URL of the authenticating site for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#auth_url AppBasicAuth#auth_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#auth_url AppBasicAuth#auth_url} --- @@ -1309,7 +1309,7 @@ public string Label { get; set; } The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#label AppBasicAuth#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#label AppBasicAuth#label} --- @@ -1323,7 +1323,7 @@ public string Url { get; set; } The URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#url AppBasicAuth#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#url AppBasicAuth#url} --- @@ -1337,7 +1337,7 @@ public string AccessibilityErrorRedirectUrl { get; set; } Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_error_redirect_url AppBasicAuth#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_error_redirect_url AppBasicAuth#accessibility_error_redirect_url} --- @@ -1351,7 +1351,7 @@ public string AccessibilityLoginRedirectUrl { get; set; } Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_login_redirect_url AppBasicAuth#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_login_redirect_url AppBasicAuth#accessibility_login_redirect_url} --- @@ -1365,7 +1365,7 @@ public object AccessibilitySelfService { get; set; } Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_self_service AppBasicAuth#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_self_service AppBasicAuth#accessibility_self_service} --- @@ -1379,7 +1379,7 @@ public string AdminNote { get; set; } Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#admin_note AppBasicAuth#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#admin_note AppBasicAuth#admin_note} --- @@ -1393,7 +1393,7 @@ public string AppLinksJson { get; set; } Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#app_links_json AppBasicAuth#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#app_links_json AppBasicAuth#app_links_json} --- @@ -1407,7 +1407,7 @@ public object AutoSubmitToolbar { get; set; } Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#auto_submit_toolbar AppBasicAuth#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#auto_submit_toolbar AppBasicAuth#auto_submit_toolbar} --- @@ -1421,7 +1421,7 @@ public string EnduserNote { get; set; } Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#enduser_note AppBasicAuth#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#enduser_note AppBasicAuth#enduser_note} --- @@ -1435,7 +1435,7 @@ public object HideIos { get; set; } Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#hide_ios AppBasicAuth#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#hide_ios AppBasicAuth#hide_ios} --- @@ -1449,7 +1449,7 @@ public object HideWeb { get; set; } Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#hide_web AppBasicAuth#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#hide_web AppBasicAuth#hide_web} --- @@ -1461,7 +1461,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1480,7 +1480,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#logo AppBasicAuth#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#logo AppBasicAuth#logo} --- @@ -1494,7 +1494,7 @@ public string Status { get; set; } Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#status AppBasicAuth#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#status AppBasicAuth#status} --- @@ -1508,7 +1508,7 @@ public AppBasicAuthTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#timeouts AppBasicAuth#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#timeouts AppBasicAuth#timeouts} --- @@ -1530,9 +1530,9 @@ new AppBasicAuthTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. | -| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. | +| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. | --- @@ -1544,7 +1544,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. --- @@ -1556,7 +1556,7 @@ public string Read { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. --- @@ -1568,7 +1568,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. --- diff --git a/docs/appBasicAuth.go.md b/docs/appBasicAuth.go.md index 4f13df695..a0fe35631 100644 --- a/docs/appBasicAuth.go.md +++ b/docs/appBasicAuth.go.md @@ -4,7 +4,7 @@ ### AppBasicAuth -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth okta_app_basic_auth}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth okta_app_basic_auth}. #### Initializers @@ -571,7 +571,7 @@ The construct id used in the generated config for the AppBasicAuth to import. The id of the existing AppBasicAuth that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#import import section} in the documentation of this resource for the id to use --- @@ -1208,7 +1208,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appbasicauth" | EnduserNote | *string | Application notes for end users. | | HideIos | interface{} | Do not display application icon on mobile app. | | HideWeb | interface{} | Do not display application icon to users. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. | | Logo | *string | Local file path to the logo. | | Status | *string | Status of application. By default, it is `ACTIVE`. | | Timeouts | AppBasicAuthTimeouts | timeouts block. | @@ -1295,7 +1295,7 @@ AuthUrl *string The URL of the authenticating site for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#auth_url AppBasicAuth#auth_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#auth_url AppBasicAuth#auth_url} --- @@ -1309,7 +1309,7 @@ Label *string The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#label AppBasicAuth#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#label AppBasicAuth#label} --- @@ -1323,7 +1323,7 @@ Url *string The URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#url AppBasicAuth#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#url AppBasicAuth#url} --- @@ -1337,7 +1337,7 @@ AccessibilityErrorRedirectUrl *string Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_error_redirect_url AppBasicAuth#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_error_redirect_url AppBasicAuth#accessibility_error_redirect_url} --- @@ -1351,7 +1351,7 @@ AccessibilityLoginRedirectUrl *string Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_login_redirect_url AppBasicAuth#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_login_redirect_url AppBasicAuth#accessibility_login_redirect_url} --- @@ -1365,7 +1365,7 @@ AccessibilitySelfService interface{} Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_self_service AppBasicAuth#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_self_service AppBasicAuth#accessibility_self_service} --- @@ -1379,7 +1379,7 @@ AdminNote *string Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#admin_note AppBasicAuth#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#admin_note AppBasicAuth#admin_note} --- @@ -1393,7 +1393,7 @@ AppLinksJson *string Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#app_links_json AppBasicAuth#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#app_links_json AppBasicAuth#app_links_json} --- @@ -1407,7 +1407,7 @@ AutoSubmitToolbar interface{} Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#auto_submit_toolbar AppBasicAuth#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#auto_submit_toolbar AppBasicAuth#auto_submit_toolbar} --- @@ -1421,7 +1421,7 @@ EnduserNote *string Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#enduser_note AppBasicAuth#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#enduser_note AppBasicAuth#enduser_note} --- @@ -1435,7 +1435,7 @@ HideIos interface{} Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#hide_ios AppBasicAuth#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#hide_ios AppBasicAuth#hide_ios} --- @@ -1449,7 +1449,7 @@ HideWeb interface{} Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#hide_web AppBasicAuth#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#hide_web AppBasicAuth#hide_web} --- @@ -1461,7 +1461,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1480,7 +1480,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#logo AppBasicAuth#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#logo AppBasicAuth#logo} --- @@ -1494,7 +1494,7 @@ Status *string Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#status AppBasicAuth#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#status AppBasicAuth#status} --- @@ -1508,7 +1508,7 @@ Timeouts AppBasicAuthTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#timeouts AppBasicAuth#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#timeouts AppBasicAuth#timeouts} --- @@ -1530,9 +1530,9 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appbasicauth" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. | -| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. | +| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. | --- @@ -1544,7 +1544,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. --- @@ -1556,7 +1556,7 @@ Read *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. --- @@ -1568,7 +1568,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. --- diff --git a/docs/appBasicAuth.java.md b/docs/appBasicAuth.java.md index b3fcf448e..c29b32646 100644 --- a/docs/appBasicAuth.java.md +++ b/docs/appBasicAuth.java.md @@ -4,7 +4,7 @@ ### AppBasicAuth -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth okta_app_basic_auth}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth okta_app_basic_auth}. #### Initializers @@ -69,7 +69,7 @@ AppBasicAuth.Builder.create(Construct scope, java.lang.String id) | enduserNote | java.lang.String | Application notes for end users. | | hideIos | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon to users. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. | | logo | java.lang.String | Local file path to the logo. | | status | java.lang.String | Status of application. By default, it is `ACTIVE`. | | timeouts | AppBasicAuthTimeouts | timeouts block. | @@ -142,7 +142,7 @@ Must be unique amongst siblings in the same scope The URL of the authenticating site for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#auth_url AppBasicAuth#auth_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#auth_url AppBasicAuth#auth_url} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#label AppBasicAuth#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#label AppBasicAuth#label} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#url AppBasicAuth#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#url AppBasicAuth#url} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_error_redirect_url AppBasicAuth#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_error_redirect_url AppBasicAuth#accessibility_error_redirect_url} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_login_redirect_url AppBasicAuth#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_login_redirect_url AppBasicAuth#accessibility_login_redirect_url} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_self_service AppBasicAuth#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_self_service AppBasicAuth#accessibility_self_service} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#admin_note AppBasicAuth#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#admin_note AppBasicAuth#admin_note} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#app_links_json AppBasicAuth#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#app_links_json AppBasicAuth#app_links_json} --- @@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#auto_submit_toolbar AppBasicAuth#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#auto_submit_toolbar AppBasicAuth#auto_submit_toolbar} --- @@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#enduser_note AppBasicAuth#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#enduser_note AppBasicAuth#enduser_note} --- @@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#hide_ios AppBasicAuth#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#hide_ios AppBasicAuth#hide_ios} --- @@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#hide_web AppBasicAuth#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#hide_web AppBasicAuth#hide_web} --- @@ -260,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -275,7 +275,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#logo AppBasicAuth#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#logo AppBasicAuth#logo} --- @@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#status AppBasicAuth#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#status AppBasicAuth#status} --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#timeouts AppBasicAuth#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#timeouts AppBasicAuth#timeouts} --- @@ -826,7 +826,7 @@ The construct id used in the generated config for the AppBasicAuth to import. The id of the existing AppBasicAuth that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#import import section} in the documentation of this resource for the id to use --- @@ -1471,7 +1471,7 @@ AppBasicAuthConfig.builder() | enduserNote | java.lang.String | Application notes for end users. | | hideIos | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon to users. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. | | logo | java.lang.String | Local file path to the logo. | | status | java.lang.String | Status of application. By default, it is `ACTIVE`. | | timeouts | AppBasicAuthTimeouts | timeouts block. | @@ -1558,7 +1558,7 @@ public java.lang.String getAuthUrl(); The URL of the authenticating site for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#auth_url AppBasicAuth#auth_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#auth_url AppBasicAuth#auth_url} --- @@ -1572,7 +1572,7 @@ public java.lang.String getLabel(); The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#label AppBasicAuth#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#label AppBasicAuth#label} --- @@ -1586,7 +1586,7 @@ public java.lang.String getUrl(); The URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#url AppBasicAuth#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#url AppBasicAuth#url} --- @@ -1600,7 +1600,7 @@ public java.lang.String getAccessibilityErrorRedirectUrl(); Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_error_redirect_url AppBasicAuth#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_error_redirect_url AppBasicAuth#accessibility_error_redirect_url} --- @@ -1614,7 +1614,7 @@ public java.lang.String getAccessibilityLoginRedirectUrl(); Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_login_redirect_url AppBasicAuth#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_login_redirect_url AppBasicAuth#accessibility_login_redirect_url} --- @@ -1628,7 +1628,7 @@ public java.lang.Object getAccessibilitySelfService(); Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_self_service AppBasicAuth#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_self_service AppBasicAuth#accessibility_self_service} --- @@ -1642,7 +1642,7 @@ public java.lang.String getAdminNote(); Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#admin_note AppBasicAuth#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#admin_note AppBasicAuth#admin_note} --- @@ -1656,7 +1656,7 @@ public java.lang.String getAppLinksJson(); Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#app_links_json AppBasicAuth#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#app_links_json AppBasicAuth#app_links_json} --- @@ -1670,7 +1670,7 @@ public java.lang.Object getAutoSubmitToolbar(); Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#auto_submit_toolbar AppBasicAuth#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#auto_submit_toolbar AppBasicAuth#auto_submit_toolbar} --- @@ -1684,7 +1684,7 @@ public java.lang.String getEnduserNote(); Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#enduser_note AppBasicAuth#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#enduser_note AppBasicAuth#enduser_note} --- @@ -1698,7 +1698,7 @@ public java.lang.Object getHideIos(); Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#hide_ios AppBasicAuth#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#hide_ios AppBasicAuth#hide_ios} --- @@ -1712,7 +1712,7 @@ public java.lang.Object getHideWeb(); Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#hide_web AppBasicAuth#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#hide_web AppBasicAuth#hide_web} --- @@ -1724,7 +1724,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1743,7 +1743,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#logo AppBasicAuth#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#logo AppBasicAuth#logo} --- @@ -1757,7 +1757,7 @@ public java.lang.String getStatus(); Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#status AppBasicAuth#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#status AppBasicAuth#status} --- @@ -1771,7 +1771,7 @@ public AppBasicAuthTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#timeouts AppBasicAuth#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#timeouts AppBasicAuth#timeouts} --- @@ -1793,9 +1793,9 @@ AppBasicAuthTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. | -| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. | +| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. | --- @@ -1807,7 +1807,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. --- @@ -1819,7 +1819,7 @@ public java.lang.String getRead(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. --- @@ -1831,7 +1831,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. --- diff --git a/docs/appBasicAuth.python.md b/docs/appBasicAuth.python.md index 6a1c37681..7ccd88a93 100644 --- a/docs/appBasicAuth.python.md +++ b/docs/appBasicAuth.python.md @@ -4,7 +4,7 @@ ### AppBasicAuth -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth okta_app_basic_auth}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth okta_app_basic_auth}. #### Initializers @@ -63,7 +63,7 @@ appBasicAuth.AppBasicAuth( | enduser_note | str | Application notes for end users. | | hide_ios | typing.Union[bool, cdktf.IResolvable] | Do not display application icon on mobile app. | | hide_web | typing.Union[bool, cdktf.IResolvable] | Do not display application icon to users. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. | | logo | str | Local file path to the logo. | | status | str | Status of application. By default, it is `ACTIVE`. | | timeouts | AppBasicAuthTimeouts | timeouts block. | @@ -136,7 +136,7 @@ Must be unique amongst siblings in the same scope The URL of the authenticating site for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#auth_url AppBasicAuth#auth_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#auth_url AppBasicAuth#auth_url} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#label AppBasicAuth#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#label AppBasicAuth#label} --- @@ -156,7 +156,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#url AppBasicAuth#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#url AppBasicAuth#url} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_error_redirect_url AppBasicAuth#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_error_redirect_url AppBasicAuth#accessibility_error_redirect_url} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_login_redirect_url AppBasicAuth#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_login_redirect_url AppBasicAuth#accessibility_login_redirect_url} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_self_service AppBasicAuth#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_self_service AppBasicAuth#accessibility_self_service} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#admin_note AppBasicAuth#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#admin_note AppBasicAuth#admin_note} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#app_links_json AppBasicAuth#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#app_links_json AppBasicAuth#app_links_json} --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#auto_submit_toolbar AppBasicAuth#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#auto_submit_toolbar AppBasicAuth#auto_submit_toolbar} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#enduser_note AppBasicAuth#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#enduser_note AppBasicAuth#enduser_note} --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#hide_ios AppBasicAuth#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#hide_ios AppBasicAuth#hide_ios} --- @@ -246,7 +246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#hide_web AppBasicAuth#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#hide_web AppBasicAuth#hide_web} --- @@ -254,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -269,7 +269,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#logo AppBasicAuth#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#logo AppBasicAuth#logo} --- @@ -279,7 +279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#status AppBasicAuth#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#status AppBasicAuth#status} --- @@ -289,7 +289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#timeouts AppBasicAuth#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#timeouts AppBasicAuth#timeouts} --- @@ -676,7 +676,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. --- @@ -684,7 +684,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. --- @@ -692,7 +692,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. --- @@ -888,7 +888,7 @@ The construct id used in the generated config for the AppBasicAuth to import. The id of the existing AppBasicAuth that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#import import section} in the documentation of this resource for the id to use --- @@ -1525,7 +1525,7 @@ appBasicAuth.AppBasicAuthConfig( | enduser_note | str | Application notes for end users. | | hide_ios | typing.Union[bool, cdktf.IResolvable] | Do not display application icon on mobile app. | | hide_web | typing.Union[bool, cdktf.IResolvable] | Do not display application icon to users. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. | | logo | str | Local file path to the logo. | | status | str | Status of application. By default, it is `ACTIVE`. | | timeouts | AppBasicAuthTimeouts | timeouts block. | @@ -1612,7 +1612,7 @@ auth_url: str The URL of the authenticating site for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#auth_url AppBasicAuth#auth_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#auth_url AppBasicAuth#auth_url} --- @@ -1626,7 +1626,7 @@ label: str The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#label AppBasicAuth#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#label AppBasicAuth#label} --- @@ -1640,7 +1640,7 @@ url: str The URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#url AppBasicAuth#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#url AppBasicAuth#url} --- @@ -1654,7 +1654,7 @@ accessibility_error_redirect_url: str Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_error_redirect_url AppBasicAuth#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_error_redirect_url AppBasicAuth#accessibility_error_redirect_url} --- @@ -1668,7 +1668,7 @@ accessibility_login_redirect_url: str Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_login_redirect_url AppBasicAuth#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_login_redirect_url AppBasicAuth#accessibility_login_redirect_url} --- @@ -1682,7 +1682,7 @@ accessibility_self_service: typing.Union[bool, IResolvable] Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_self_service AppBasicAuth#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_self_service AppBasicAuth#accessibility_self_service} --- @@ -1696,7 +1696,7 @@ admin_note: str Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#admin_note AppBasicAuth#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#admin_note AppBasicAuth#admin_note} --- @@ -1710,7 +1710,7 @@ app_links_json: str Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#app_links_json AppBasicAuth#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#app_links_json AppBasicAuth#app_links_json} --- @@ -1724,7 +1724,7 @@ auto_submit_toolbar: typing.Union[bool, IResolvable] Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#auto_submit_toolbar AppBasicAuth#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#auto_submit_toolbar AppBasicAuth#auto_submit_toolbar} --- @@ -1738,7 +1738,7 @@ enduser_note: str Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#enduser_note AppBasicAuth#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#enduser_note AppBasicAuth#enduser_note} --- @@ -1752,7 +1752,7 @@ hide_ios: typing.Union[bool, IResolvable] Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#hide_ios AppBasicAuth#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#hide_ios AppBasicAuth#hide_ios} --- @@ -1766,7 +1766,7 @@ hide_web: typing.Union[bool, IResolvable] Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#hide_web AppBasicAuth#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#hide_web AppBasicAuth#hide_web} --- @@ -1778,7 +1778,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1797,7 +1797,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#logo AppBasicAuth#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#logo AppBasicAuth#logo} --- @@ -1811,7 +1811,7 @@ status: str Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#status AppBasicAuth#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#status AppBasicAuth#status} --- @@ -1825,7 +1825,7 @@ timeouts: AppBasicAuthTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#timeouts AppBasicAuth#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#timeouts AppBasicAuth#timeouts} --- @@ -1847,9 +1847,9 @@ appBasicAuth.AppBasicAuthTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. | -| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. | +| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. | --- @@ -1861,7 +1861,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. --- @@ -1873,7 +1873,7 @@ read: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. --- @@ -1885,7 +1885,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. --- diff --git a/docs/appBasicAuth.typescript.md b/docs/appBasicAuth.typescript.md index 3bf1daefc..911d15ac8 100644 --- a/docs/appBasicAuth.typescript.md +++ b/docs/appBasicAuth.typescript.md @@ -4,7 +4,7 @@ ### AppBasicAuth -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth okta_app_basic_auth}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth okta_app_basic_auth}. #### Initializers @@ -571,7 +571,7 @@ The construct id used in the generated config for the AppBasicAuth to import. The id of the existing AppBasicAuth that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#import import section} in the documentation of this resource for the id to use --- @@ -1184,7 +1184,7 @@ const appBasicAuthConfig: appBasicAuth.AppBasicAuthConfig = { ... } | enduserNote | string | Application notes for end users. | | hideIos | boolean \| cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | boolean \| cdktf.IResolvable | Do not display application icon to users. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. | | logo | string | Local file path to the logo. | | status | string | Status of application. By default, it is `ACTIVE`. | | timeouts | AppBasicAuthTimeouts | timeouts block. | @@ -1271,7 +1271,7 @@ public readonly authUrl: string; The URL of the authenticating site for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#auth_url AppBasicAuth#auth_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#auth_url AppBasicAuth#auth_url} --- @@ -1285,7 +1285,7 @@ public readonly label: string; The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#label AppBasicAuth#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#label AppBasicAuth#label} --- @@ -1299,7 +1299,7 @@ public readonly url: string; The URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#url AppBasicAuth#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#url AppBasicAuth#url} --- @@ -1313,7 +1313,7 @@ public readonly accessibilityErrorRedirectUrl: string; Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_error_redirect_url AppBasicAuth#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_error_redirect_url AppBasicAuth#accessibility_error_redirect_url} --- @@ -1327,7 +1327,7 @@ public readonly accessibilityLoginRedirectUrl: string; Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_login_redirect_url AppBasicAuth#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_login_redirect_url AppBasicAuth#accessibility_login_redirect_url} --- @@ -1341,7 +1341,7 @@ public readonly accessibilitySelfService: boolean | IResolvable; Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#accessibility_self_service AppBasicAuth#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#accessibility_self_service AppBasicAuth#accessibility_self_service} --- @@ -1355,7 +1355,7 @@ public readonly adminNote: string; Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#admin_note AppBasicAuth#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#admin_note AppBasicAuth#admin_note} --- @@ -1369,7 +1369,7 @@ public readonly appLinksJson: string; Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#app_links_json AppBasicAuth#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#app_links_json AppBasicAuth#app_links_json} --- @@ -1383,7 +1383,7 @@ public readonly autoSubmitToolbar: boolean | IResolvable; Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#auto_submit_toolbar AppBasicAuth#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#auto_submit_toolbar AppBasicAuth#auto_submit_toolbar} --- @@ -1397,7 +1397,7 @@ public readonly enduserNote: string; Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#enduser_note AppBasicAuth#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#enduser_note AppBasicAuth#enduser_note} --- @@ -1411,7 +1411,7 @@ public readonly hideIos: boolean | IResolvable; Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#hide_ios AppBasicAuth#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#hide_ios AppBasicAuth#hide_ios} --- @@ -1425,7 +1425,7 @@ public readonly hideWeb: boolean | IResolvable; Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#hide_web AppBasicAuth#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#hide_web AppBasicAuth#hide_web} --- @@ -1437,7 +1437,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#id AppBasicAuth#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1456,7 +1456,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#logo AppBasicAuth#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#logo AppBasicAuth#logo} --- @@ -1470,7 +1470,7 @@ public readonly status: string; Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#status AppBasicAuth#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#status AppBasicAuth#status} --- @@ -1484,7 +1484,7 @@ public readonly timeouts: AppBasicAuthTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#timeouts AppBasicAuth#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#timeouts AppBasicAuth#timeouts} --- @@ -1502,9 +1502,9 @@ const appBasicAuthTimeouts: appBasicAuth.AppBasicAuthTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. | -| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. | +| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. | --- @@ -1516,7 +1516,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#create AppBasicAuth#create}. --- @@ -1528,7 +1528,7 @@ public readonly read: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#read AppBasicAuth#read}. --- @@ -1540,7 +1540,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_basic_auth#update AppBasicAuth#update}. --- diff --git a/docs/appBookmark.csharp.md b/docs/appBookmark.csharp.md index 01af79979..ff2d792a6 100644 --- a/docs/appBookmark.csharp.md +++ b/docs/appBookmark.csharp.md @@ -4,7 +4,7 @@ ### AppBookmark -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark okta_app_bookmark}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark okta_app_bookmark}. #### Initializers @@ -585,7 +585,7 @@ The construct id used in the generated config for the AppBookmark to import. The id of the existing AppBookmark that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#import import section} in the documentation of this resource for the id to use --- @@ -1245,7 +1245,7 @@ new AppBookmarkConfig { | EnduserNote | string | Application notes for end users. | | HideIos | object | Do not display application icon on mobile app. | | HideWeb | object | Do not display application icon to users. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#id AppBookmark#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#id AppBookmark#id}. | | Logo | string | Local file path to the logo. | | RequestIntegration | object | Would you like Okta to add an integration for this app? | | Status | string | Status of application. By default, it is `ACTIVE`. | @@ -1333,7 +1333,7 @@ public string Label { get; set; } The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#label AppBookmark#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#label AppBookmark#label} --- @@ -1347,7 +1347,7 @@ public string Url { get; set; } The URL of the bookmark. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#url AppBookmark#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#url AppBookmark#url} --- @@ -1361,7 +1361,7 @@ public string AccessibilityErrorRedirectUrl { get; set; } Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_error_redirect_url AppBookmark#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_error_redirect_url AppBookmark#accessibility_error_redirect_url} --- @@ -1375,7 +1375,7 @@ public string AccessibilityLoginRedirectUrl { get; set; } Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_login_redirect_url AppBookmark#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_login_redirect_url AppBookmark#accessibility_login_redirect_url} --- @@ -1389,7 +1389,7 @@ public object AccessibilitySelfService { get; set; } Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_self_service AppBookmark#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_self_service AppBookmark#accessibility_self_service} --- @@ -1403,7 +1403,7 @@ public string AdminNote { get; set; } Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#admin_note AppBookmark#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#admin_note AppBookmark#admin_note} --- @@ -1417,7 +1417,7 @@ public string AppLinksJson { get; set; } Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#app_links_json AppBookmark#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#app_links_json AppBookmark#app_links_json} --- @@ -1433,7 +1433,7 @@ The ID of the associated app_signon_policy. If this property is removed from the application the default sign-on-policy will be associated with this application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#authentication_policy AppBookmark#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#authentication_policy AppBookmark#authentication_policy} --- @@ -1447,7 +1447,7 @@ public object AutoSubmitToolbar { get; set; } Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#auto_submit_toolbar AppBookmark#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#auto_submit_toolbar AppBookmark#auto_submit_toolbar} --- @@ -1461,7 +1461,7 @@ public string EnduserNote { get; set; } Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#enduser_note AppBookmark#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#enduser_note AppBookmark#enduser_note} --- @@ -1475,7 +1475,7 @@ public object HideIos { get; set; } Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#hide_ios AppBookmark#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#hide_ios AppBookmark#hide_ios} --- @@ -1489,7 +1489,7 @@ public object HideWeb { get; set; } Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#hide_web AppBookmark#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#hide_web AppBookmark#hide_web} --- @@ -1501,7 +1501,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#id AppBookmark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#id AppBookmark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1520,7 +1520,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#logo AppBookmark#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#logo AppBookmark#logo} --- @@ -1534,7 +1534,7 @@ public object RequestIntegration { get; set; } Would you like Okta to add an integration for this app? -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#request_integration AppBookmark#request_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#request_integration AppBookmark#request_integration} --- @@ -1548,7 +1548,7 @@ public string Status { get; set; } Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#status AppBookmark#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#status AppBookmark#status} --- @@ -1562,7 +1562,7 @@ public AppBookmarkTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#timeouts AppBookmark#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#timeouts AppBookmark#timeouts} --- @@ -1584,9 +1584,9 @@ new AppBookmarkTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#create AppBookmark#create}. | -| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#read AppBookmark#read}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#update AppBookmark#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#create AppBookmark#create}. | +| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#read AppBookmark#read}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#update AppBookmark#update}. | --- @@ -1598,7 +1598,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#create AppBookmark#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#create AppBookmark#create}. --- @@ -1610,7 +1610,7 @@ public string Read { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#read AppBookmark#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#read AppBookmark#read}. --- @@ -1622,7 +1622,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#update AppBookmark#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#update AppBookmark#update}. --- diff --git a/docs/appBookmark.go.md b/docs/appBookmark.go.md index 00bd10939..b8b6c379f 100644 --- a/docs/appBookmark.go.md +++ b/docs/appBookmark.go.md @@ -4,7 +4,7 @@ ### AppBookmark -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark okta_app_bookmark}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark okta_app_bookmark}. #### Initializers @@ -585,7 +585,7 @@ The construct id used in the generated config for the AppBookmark to import. The id of the existing AppBookmark that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#import import section} in the documentation of this resource for the id to use --- @@ -1245,7 +1245,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appbookmark" | EnduserNote | *string | Application notes for end users. | | HideIos | interface{} | Do not display application icon on mobile app. | | HideWeb | interface{} | Do not display application icon to users. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#id AppBookmark#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#id AppBookmark#id}. | | Logo | *string | Local file path to the logo. | | RequestIntegration | interface{} | Would you like Okta to add an integration for this app? | | Status | *string | Status of application. By default, it is `ACTIVE`. | @@ -1333,7 +1333,7 @@ Label *string The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#label AppBookmark#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#label AppBookmark#label} --- @@ -1347,7 +1347,7 @@ Url *string The URL of the bookmark. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#url AppBookmark#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#url AppBookmark#url} --- @@ -1361,7 +1361,7 @@ AccessibilityErrorRedirectUrl *string Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_error_redirect_url AppBookmark#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_error_redirect_url AppBookmark#accessibility_error_redirect_url} --- @@ -1375,7 +1375,7 @@ AccessibilityLoginRedirectUrl *string Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_login_redirect_url AppBookmark#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_login_redirect_url AppBookmark#accessibility_login_redirect_url} --- @@ -1389,7 +1389,7 @@ AccessibilitySelfService interface{} Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_self_service AppBookmark#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_self_service AppBookmark#accessibility_self_service} --- @@ -1403,7 +1403,7 @@ AdminNote *string Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#admin_note AppBookmark#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#admin_note AppBookmark#admin_note} --- @@ -1417,7 +1417,7 @@ AppLinksJson *string Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#app_links_json AppBookmark#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#app_links_json AppBookmark#app_links_json} --- @@ -1433,7 +1433,7 @@ The ID of the associated app_signon_policy. If this property is removed from the application the default sign-on-policy will be associated with this application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#authentication_policy AppBookmark#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#authentication_policy AppBookmark#authentication_policy} --- @@ -1447,7 +1447,7 @@ AutoSubmitToolbar interface{} Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#auto_submit_toolbar AppBookmark#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#auto_submit_toolbar AppBookmark#auto_submit_toolbar} --- @@ -1461,7 +1461,7 @@ EnduserNote *string Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#enduser_note AppBookmark#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#enduser_note AppBookmark#enduser_note} --- @@ -1475,7 +1475,7 @@ HideIos interface{} Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#hide_ios AppBookmark#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#hide_ios AppBookmark#hide_ios} --- @@ -1489,7 +1489,7 @@ HideWeb interface{} Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#hide_web AppBookmark#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#hide_web AppBookmark#hide_web} --- @@ -1501,7 +1501,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#id AppBookmark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#id AppBookmark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1520,7 +1520,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#logo AppBookmark#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#logo AppBookmark#logo} --- @@ -1534,7 +1534,7 @@ RequestIntegration interface{} Would you like Okta to add an integration for this app? -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#request_integration AppBookmark#request_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#request_integration AppBookmark#request_integration} --- @@ -1548,7 +1548,7 @@ Status *string Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#status AppBookmark#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#status AppBookmark#status} --- @@ -1562,7 +1562,7 @@ Timeouts AppBookmarkTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#timeouts AppBookmark#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#timeouts AppBookmark#timeouts} --- @@ -1584,9 +1584,9 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appbookmark" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#create AppBookmark#create}. | -| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#read AppBookmark#read}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#update AppBookmark#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#create AppBookmark#create}. | +| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#read AppBookmark#read}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#update AppBookmark#update}. | --- @@ -1598,7 +1598,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#create AppBookmark#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#create AppBookmark#create}. --- @@ -1610,7 +1610,7 @@ Read *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#read AppBookmark#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#read AppBookmark#read}. --- @@ -1622,7 +1622,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#update AppBookmark#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#update AppBookmark#update}. --- diff --git a/docs/appBookmark.java.md b/docs/appBookmark.java.md index 21c33085f..1d6d05a85 100644 --- a/docs/appBookmark.java.md +++ b/docs/appBookmark.java.md @@ -4,7 +4,7 @@ ### AppBookmark -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark okta_app_bookmark}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark okta_app_bookmark}. #### Initializers @@ -71,7 +71,7 @@ AppBookmark.Builder.create(Construct scope, java.lang.String id) | enduserNote | java.lang.String | Application notes for end users. | | hideIos | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon to users. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#id AppBookmark#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#id AppBookmark#id}. | | logo | java.lang.String | Local file path to the logo. | | requestIntegration | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Would you like Okta to add an integration for this app? | | status | java.lang.String | Status of application. By default, it is `ACTIVE`. | @@ -145,7 +145,7 @@ Must be unique amongst siblings in the same scope The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#label AppBookmark#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#label AppBookmark#label} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The URL of the bookmark. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#url AppBookmark#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#url AppBookmark#url} --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_error_redirect_url AppBookmark#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_error_redirect_url AppBookmark#accessibility_error_redirect_url} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_login_redirect_url AppBookmark#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_login_redirect_url AppBookmark#accessibility_login_redirect_url} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_self_service AppBookmark#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_self_service AppBookmark#accessibility_self_service} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#admin_note AppBookmark#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#admin_note AppBookmark#admin_note} --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#app_links_json AppBookmark#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#app_links_json AppBookmark#app_links_json} --- @@ -217,7 +217,7 @@ The ID of the associated app_signon_policy. If this property is removed from the application the default sign-on-policy will be associated with this application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#authentication_policy AppBookmark#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#authentication_policy AppBookmark#authentication_policy} --- @@ -227,7 +227,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#auto_submit_toolbar AppBookmark#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#auto_submit_toolbar AppBookmark#auto_submit_toolbar} --- @@ -237,7 +237,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#enduser_note AppBookmark#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#enduser_note AppBookmark#enduser_note} --- @@ -247,7 +247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#hide_ios AppBookmark#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#hide_ios AppBookmark#hide_ios} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#hide_web AppBookmark#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#hide_web AppBookmark#hide_web} --- @@ -265,7 +265,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#id AppBookmark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#id AppBookmark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -280,7 +280,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#logo AppBookmark#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#logo AppBookmark#logo} --- @@ -290,7 +290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Would you like Okta to add an integration for this app? -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#request_integration AppBookmark#request_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#request_integration AppBookmark#request_integration} --- @@ -300,7 +300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#status AppBookmark#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#status AppBookmark#status} --- @@ -310,7 +310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#timeouts AppBookmark#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#timeouts AppBookmark#timeouts} --- @@ -855,7 +855,7 @@ The construct id used in the generated config for the AppBookmark to import. The id of the existing AppBookmark that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#import import section} in the documentation of this resource for the id to use --- @@ -1524,7 +1524,7 @@ AppBookmarkConfig.builder() | enduserNote | java.lang.String | Application notes for end users. | | hideIos | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon to users. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#id AppBookmark#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#id AppBookmark#id}. | | logo | java.lang.String | Local file path to the logo. | | requestIntegration | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Would you like Okta to add an integration for this app? | | status | java.lang.String | Status of application. By default, it is `ACTIVE`. | @@ -1612,7 +1612,7 @@ public java.lang.String getLabel(); The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#label AppBookmark#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#label AppBookmark#label} --- @@ -1626,7 +1626,7 @@ public java.lang.String getUrl(); The URL of the bookmark. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#url AppBookmark#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#url AppBookmark#url} --- @@ -1640,7 +1640,7 @@ public java.lang.String getAccessibilityErrorRedirectUrl(); Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_error_redirect_url AppBookmark#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_error_redirect_url AppBookmark#accessibility_error_redirect_url} --- @@ -1654,7 +1654,7 @@ public java.lang.String getAccessibilityLoginRedirectUrl(); Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_login_redirect_url AppBookmark#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_login_redirect_url AppBookmark#accessibility_login_redirect_url} --- @@ -1668,7 +1668,7 @@ public java.lang.Object getAccessibilitySelfService(); Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_self_service AppBookmark#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_self_service AppBookmark#accessibility_self_service} --- @@ -1682,7 +1682,7 @@ public java.lang.String getAdminNote(); Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#admin_note AppBookmark#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#admin_note AppBookmark#admin_note} --- @@ -1696,7 +1696,7 @@ public java.lang.String getAppLinksJson(); Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#app_links_json AppBookmark#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#app_links_json AppBookmark#app_links_json} --- @@ -1712,7 +1712,7 @@ The ID of the associated app_signon_policy. If this property is removed from the application the default sign-on-policy will be associated with this application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#authentication_policy AppBookmark#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#authentication_policy AppBookmark#authentication_policy} --- @@ -1726,7 +1726,7 @@ public java.lang.Object getAutoSubmitToolbar(); Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#auto_submit_toolbar AppBookmark#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#auto_submit_toolbar AppBookmark#auto_submit_toolbar} --- @@ -1740,7 +1740,7 @@ public java.lang.String getEnduserNote(); Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#enduser_note AppBookmark#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#enduser_note AppBookmark#enduser_note} --- @@ -1754,7 +1754,7 @@ public java.lang.Object getHideIos(); Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#hide_ios AppBookmark#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#hide_ios AppBookmark#hide_ios} --- @@ -1768,7 +1768,7 @@ public java.lang.Object getHideWeb(); Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#hide_web AppBookmark#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#hide_web AppBookmark#hide_web} --- @@ -1780,7 +1780,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#id AppBookmark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#id AppBookmark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1799,7 +1799,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#logo AppBookmark#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#logo AppBookmark#logo} --- @@ -1813,7 +1813,7 @@ public java.lang.Object getRequestIntegration(); Would you like Okta to add an integration for this app? -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#request_integration AppBookmark#request_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#request_integration AppBookmark#request_integration} --- @@ -1827,7 +1827,7 @@ public java.lang.String getStatus(); Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#status AppBookmark#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#status AppBookmark#status} --- @@ -1841,7 +1841,7 @@ public AppBookmarkTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#timeouts AppBookmark#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#timeouts AppBookmark#timeouts} --- @@ -1863,9 +1863,9 @@ AppBookmarkTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#create AppBookmark#create}. | -| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#read AppBookmark#read}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#update AppBookmark#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#create AppBookmark#create}. | +| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#read AppBookmark#read}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#update AppBookmark#update}. | --- @@ -1877,7 +1877,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#create AppBookmark#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#create AppBookmark#create}. --- @@ -1889,7 +1889,7 @@ public java.lang.String getRead(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#read AppBookmark#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#read AppBookmark#read}. --- @@ -1901,7 +1901,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#update AppBookmark#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#update AppBookmark#update}. --- diff --git a/docs/appBookmark.python.md b/docs/appBookmark.python.md index 42b00422d..36d1a149a 100644 --- a/docs/appBookmark.python.md +++ b/docs/appBookmark.python.md @@ -4,7 +4,7 @@ ### AppBookmark -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark okta_app_bookmark}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark okta_app_bookmark}. #### Initializers @@ -64,7 +64,7 @@ appBookmark.AppBookmark( | enduser_note | str | Application notes for end users. | | hide_ios | typing.Union[bool, cdktf.IResolvable] | Do not display application icon on mobile app. | | hide_web | typing.Union[bool, cdktf.IResolvable] | Do not display application icon to users. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#id AppBookmark#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#id AppBookmark#id}. | | logo | str | Local file path to the logo. | | request_integration | typing.Union[bool, cdktf.IResolvable] | Would you like Okta to add an integration for this app? | | status | str | Status of application. By default, it is `ACTIVE`. | @@ -138,7 +138,7 @@ Must be unique amongst siblings in the same scope The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#label AppBookmark#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#label AppBookmark#label} --- @@ -148,7 +148,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The URL of the bookmark. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#url AppBookmark#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#url AppBookmark#url} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_error_redirect_url AppBookmark#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_error_redirect_url AppBookmark#accessibility_error_redirect_url} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_login_redirect_url AppBookmark#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_login_redirect_url AppBookmark#accessibility_login_redirect_url} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_self_service AppBookmark#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_self_service AppBookmark#accessibility_self_service} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#admin_note AppBookmark#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#admin_note AppBookmark#admin_note} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#app_links_json AppBookmark#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#app_links_json AppBookmark#app_links_json} --- @@ -210,7 +210,7 @@ The ID of the associated app_signon_policy. If this property is removed from the application the default sign-on-policy will be associated with this application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#authentication_policy AppBookmark#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#authentication_policy AppBookmark#authentication_policy} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#auto_submit_toolbar AppBookmark#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#auto_submit_toolbar AppBookmark#auto_submit_toolbar} --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#enduser_note AppBookmark#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#enduser_note AppBookmark#enduser_note} --- @@ -240,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#hide_ios AppBookmark#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#hide_ios AppBookmark#hide_ios} --- @@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#hide_web AppBookmark#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#hide_web AppBookmark#hide_web} --- @@ -258,7 +258,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#id AppBookmark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#id AppBookmark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -273,7 +273,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#logo AppBookmark#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#logo AppBookmark#logo} --- @@ -283,7 +283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Would you like Okta to add an integration for this app? -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#request_integration AppBookmark#request_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#request_integration AppBookmark#request_integration} --- @@ -293,7 +293,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#status AppBookmark#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#status AppBookmark#status} --- @@ -303,7 +303,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#timeouts AppBookmark#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#timeouts AppBookmark#timeouts} --- @@ -692,7 +692,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#create AppBookmark#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#create AppBookmark#create}. --- @@ -700,7 +700,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#read AppBookmark#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#read AppBookmark#read}. --- @@ -708,7 +708,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#update AppBookmark#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#update AppBookmark#update}. --- @@ -916,7 +916,7 @@ The construct id used in the generated config for the AppBookmark to import. The id of the existing AppBookmark that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#import import section} in the documentation of this resource for the id to use --- @@ -1576,7 +1576,7 @@ appBookmark.AppBookmarkConfig( | enduser_note | str | Application notes for end users. | | hide_ios | typing.Union[bool, cdktf.IResolvable] | Do not display application icon on mobile app. | | hide_web | typing.Union[bool, cdktf.IResolvable] | Do not display application icon to users. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#id AppBookmark#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#id AppBookmark#id}. | | logo | str | Local file path to the logo. | | request_integration | typing.Union[bool, cdktf.IResolvable] | Would you like Okta to add an integration for this app? | | status | str | Status of application. By default, it is `ACTIVE`. | @@ -1664,7 +1664,7 @@ label: str The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#label AppBookmark#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#label AppBookmark#label} --- @@ -1678,7 +1678,7 @@ url: str The URL of the bookmark. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#url AppBookmark#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#url AppBookmark#url} --- @@ -1692,7 +1692,7 @@ accessibility_error_redirect_url: str Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_error_redirect_url AppBookmark#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_error_redirect_url AppBookmark#accessibility_error_redirect_url} --- @@ -1706,7 +1706,7 @@ accessibility_login_redirect_url: str Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_login_redirect_url AppBookmark#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_login_redirect_url AppBookmark#accessibility_login_redirect_url} --- @@ -1720,7 +1720,7 @@ accessibility_self_service: typing.Union[bool, IResolvable] Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_self_service AppBookmark#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_self_service AppBookmark#accessibility_self_service} --- @@ -1734,7 +1734,7 @@ admin_note: str Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#admin_note AppBookmark#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#admin_note AppBookmark#admin_note} --- @@ -1748,7 +1748,7 @@ app_links_json: str Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#app_links_json AppBookmark#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#app_links_json AppBookmark#app_links_json} --- @@ -1764,7 +1764,7 @@ The ID of the associated app_signon_policy. If this property is removed from the application the default sign-on-policy will be associated with this application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#authentication_policy AppBookmark#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#authentication_policy AppBookmark#authentication_policy} --- @@ -1778,7 +1778,7 @@ auto_submit_toolbar: typing.Union[bool, IResolvable] Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#auto_submit_toolbar AppBookmark#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#auto_submit_toolbar AppBookmark#auto_submit_toolbar} --- @@ -1792,7 +1792,7 @@ enduser_note: str Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#enduser_note AppBookmark#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#enduser_note AppBookmark#enduser_note} --- @@ -1806,7 +1806,7 @@ hide_ios: typing.Union[bool, IResolvable] Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#hide_ios AppBookmark#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#hide_ios AppBookmark#hide_ios} --- @@ -1820,7 +1820,7 @@ hide_web: typing.Union[bool, IResolvable] Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#hide_web AppBookmark#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#hide_web AppBookmark#hide_web} --- @@ -1832,7 +1832,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#id AppBookmark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#id AppBookmark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1851,7 +1851,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#logo AppBookmark#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#logo AppBookmark#logo} --- @@ -1865,7 +1865,7 @@ request_integration: typing.Union[bool, IResolvable] Would you like Okta to add an integration for this app? -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#request_integration AppBookmark#request_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#request_integration AppBookmark#request_integration} --- @@ -1879,7 +1879,7 @@ status: str Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#status AppBookmark#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#status AppBookmark#status} --- @@ -1893,7 +1893,7 @@ timeouts: AppBookmarkTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#timeouts AppBookmark#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#timeouts AppBookmark#timeouts} --- @@ -1915,9 +1915,9 @@ appBookmark.AppBookmarkTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#create AppBookmark#create}. | -| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#read AppBookmark#read}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#update AppBookmark#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#create AppBookmark#create}. | +| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#read AppBookmark#read}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#update AppBookmark#update}. | --- @@ -1929,7 +1929,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#create AppBookmark#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#create AppBookmark#create}. --- @@ -1941,7 +1941,7 @@ read: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#read AppBookmark#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#read AppBookmark#read}. --- @@ -1953,7 +1953,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#update AppBookmark#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#update AppBookmark#update}. --- diff --git a/docs/appBookmark.typescript.md b/docs/appBookmark.typescript.md index f6ecbf4b5..d7f067c6a 100644 --- a/docs/appBookmark.typescript.md +++ b/docs/appBookmark.typescript.md @@ -4,7 +4,7 @@ ### AppBookmark -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark okta_app_bookmark}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark okta_app_bookmark}. #### Initializers @@ -585,7 +585,7 @@ The construct id used in the generated config for the AppBookmark to import. The id of the existing AppBookmark that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#import import section} in the documentation of this resource for the id to use --- @@ -1220,7 +1220,7 @@ const appBookmarkConfig: appBookmark.AppBookmarkConfig = { ... } | enduserNote | string | Application notes for end users. | | hideIos | boolean \| cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | boolean \| cdktf.IResolvable | Do not display application icon to users. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#id AppBookmark#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#id AppBookmark#id}. | | logo | string | Local file path to the logo. | | requestIntegration | boolean \| cdktf.IResolvable | Would you like Okta to add an integration for this app? | | status | string | Status of application. By default, it is `ACTIVE`. | @@ -1308,7 +1308,7 @@ public readonly label: string; The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#label AppBookmark#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#label AppBookmark#label} --- @@ -1322,7 +1322,7 @@ public readonly url: string; The URL of the bookmark. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#url AppBookmark#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#url AppBookmark#url} --- @@ -1336,7 +1336,7 @@ public readonly accessibilityErrorRedirectUrl: string; Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_error_redirect_url AppBookmark#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_error_redirect_url AppBookmark#accessibility_error_redirect_url} --- @@ -1350,7 +1350,7 @@ public readonly accessibilityLoginRedirectUrl: string; Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_login_redirect_url AppBookmark#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_login_redirect_url AppBookmark#accessibility_login_redirect_url} --- @@ -1364,7 +1364,7 @@ public readonly accessibilitySelfService: boolean | IResolvable; Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#accessibility_self_service AppBookmark#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#accessibility_self_service AppBookmark#accessibility_self_service} --- @@ -1378,7 +1378,7 @@ public readonly adminNote: string; Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#admin_note AppBookmark#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#admin_note AppBookmark#admin_note} --- @@ -1392,7 +1392,7 @@ public readonly appLinksJson: string; Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#app_links_json AppBookmark#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#app_links_json AppBookmark#app_links_json} --- @@ -1408,7 +1408,7 @@ The ID of the associated app_signon_policy. If this property is removed from the application the default sign-on-policy will be associated with this application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#authentication_policy AppBookmark#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#authentication_policy AppBookmark#authentication_policy} --- @@ -1422,7 +1422,7 @@ public readonly autoSubmitToolbar: boolean | IResolvable; Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#auto_submit_toolbar AppBookmark#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#auto_submit_toolbar AppBookmark#auto_submit_toolbar} --- @@ -1436,7 +1436,7 @@ public readonly enduserNote: string; Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#enduser_note AppBookmark#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#enduser_note AppBookmark#enduser_note} --- @@ -1450,7 +1450,7 @@ public readonly hideIos: boolean | IResolvable; Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#hide_ios AppBookmark#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#hide_ios AppBookmark#hide_ios} --- @@ -1464,7 +1464,7 @@ public readonly hideWeb: boolean | IResolvable; Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#hide_web AppBookmark#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#hide_web AppBookmark#hide_web} --- @@ -1476,7 +1476,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#id AppBookmark#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#id AppBookmark#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1495,7 +1495,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#logo AppBookmark#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#logo AppBookmark#logo} --- @@ -1509,7 +1509,7 @@ public readonly requestIntegration: boolean | IResolvable; Would you like Okta to add an integration for this app? -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#request_integration AppBookmark#request_integration} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#request_integration AppBookmark#request_integration} --- @@ -1523,7 +1523,7 @@ public readonly status: string; Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#status AppBookmark#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#status AppBookmark#status} --- @@ -1537,7 +1537,7 @@ public readonly timeouts: AppBookmarkTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#timeouts AppBookmark#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#timeouts AppBookmark#timeouts} --- @@ -1555,9 +1555,9 @@ const appBookmarkTimeouts: appBookmark.AppBookmarkTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#create AppBookmark#create}. | -| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#read AppBookmark#read}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#update AppBookmark#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#create AppBookmark#create}. | +| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#read AppBookmark#read}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#update AppBookmark#update}. | --- @@ -1569,7 +1569,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#create AppBookmark#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#create AppBookmark#create}. --- @@ -1581,7 +1581,7 @@ public readonly read: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#read AppBookmark#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#read AppBookmark#read}. --- @@ -1593,7 +1593,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_bookmark#update AppBookmark#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_bookmark#update AppBookmark#update}. --- diff --git a/docs/appGroupAssignment.csharp.md b/docs/appGroupAssignment.csharp.md index 0f5754b90..4e3bd3a9d 100644 --- a/docs/appGroupAssignment.csharp.md +++ b/docs/appGroupAssignment.csharp.md @@ -4,7 +4,7 @@ ### AppGroupAssignment -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment okta_app_group_assignment}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment okta_app_group_assignment}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the AppGroupAssignment to impo The id of the existing AppGroupAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#import import section} in the documentation of this resource for the id to use --- @@ -902,7 +902,7 @@ new AppGroupAssignmentConfig { | Provisioners | object[] | *No description.* | | AppId | string | App to associate group with. | | GroupId | string | Group associated with the application. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. | | Priority | double | Priority of group assignment. | | Profile | string | JSON document containing [application profile](https://developer.okta.com/docs/reference/api/apps/#profile-object). | | RetainAssignment | object | Retain the group assignment on destroy. | @@ -990,7 +990,7 @@ public string AppId { get; set; } App to associate group with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#app_id AppGroupAssignment#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#app_id AppGroupAssignment#app_id} --- @@ -1004,7 +1004,7 @@ public string GroupId { get; set; } Group associated with the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#group_id AppGroupAssignment#group_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#group_id AppGroupAssignment#group_id} --- @@ -1016,7 +1016,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1033,7 +1033,7 @@ public double Priority { get; set; } Priority of group assignment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#priority AppGroupAssignment#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#priority AppGroupAssignment#priority} --- @@ -1047,7 +1047,7 @@ public string Profile { get; set; } JSON document containing [application profile](https://developer.okta.com/docs/reference/api/apps/#profile-object). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#profile AppGroupAssignment#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#profile AppGroupAssignment#profile} --- @@ -1063,7 +1063,7 @@ Retain the group assignment on destroy. If set to true, the resource will be removed from state but not from the Okta app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#retain_assignment AppGroupAssignment#retain_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#retain_assignment AppGroupAssignment#retain_assignment} --- @@ -1077,7 +1077,7 @@ public AppGroupAssignmentTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#timeouts AppGroupAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#timeouts AppGroupAssignment#timeouts} --- @@ -1099,9 +1099,9 @@ new AppGroupAssignmentTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. | -| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. | +| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. | --- @@ -1113,7 +1113,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. --- @@ -1125,7 +1125,7 @@ public string Read { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. --- @@ -1137,7 +1137,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. --- diff --git a/docs/appGroupAssignment.go.md b/docs/appGroupAssignment.go.md index 95b6af09b..0d500ef73 100644 --- a/docs/appGroupAssignment.go.md +++ b/docs/appGroupAssignment.go.md @@ -4,7 +4,7 @@ ### AppGroupAssignment -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment okta_app_group_assignment}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment okta_app_group_assignment}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the AppGroupAssignment to impo The id of the existing AppGroupAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#import import section} in the documentation of this resource for the id to use --- @@ -902,7 +902,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appgroupassignment" | Provisioners | *[]interface{} | *No description.* | | AppId | *string | App to associate group with. | | GroupId | *string | Group associated with the application. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. | | Priority | *f64 | Priority of group assignment. | | Profile | *string | JSON document containing [application profile](https://developer.okta.com/docs/reference/api/apps/#profile-object). | | RetainAssignment | interface{} | Retain the group assignment on destroy. | @@ -990,7 +990,7 @@ AppId *string App to associate group with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#app_id AppGroupAssignment#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#app_id AppGroupAssignment#app_id} --- @@ -1004,7 +1004,7 @@ GroupId *string Group associated with the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#group_id AppGroupAssignment#group_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#group_id AppGroupAssignment#group_id} --- @@ -1016,7 +1016,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1033,7 +1033,7 @@ Priority *f64 Priority of group assignment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#priority AppGroupAssignment#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#priority AppGroupAssignment#priority} --- @@ -1047,7 +1047,7 @@ Profile *string JSON document containing [application profile](https://developer.okta.com/docs/reference/api/apps/#profile-object). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#profile AppGroupAssignment#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#profile AppGroupAssignment#profile} --- @@ -1063,7 +1063,7 @@ Retain the group assignment on destroy. If set to true, the resource will be removed from state but not from the Okta app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#retain_assignment AppGroupAssignment#retain_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#retain_assignment AppGroupAssignment#retain_assignment} --- @@ -1077,7 +1077,7 @@ Timeouts AppGroupAssignmentTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#timeouts AppGroupAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#timeouts AppGroupAssignment#timeouts} --- @@ -1099,9 +1099,9 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appgroupassignment" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. | -| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. | +| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. | --- @@ -1113,7 +1113,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. --- @@ -1125,7 +1125,7 @@ Read *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. --- @@ -1137,7 +1137,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. --- diff --git a/docs/appGroupAssignment.java.md b/docs/appGroupAssignment.java.md index a5c128dcd..71cbf3152 100644 --- a/docs/appGroupAssignment.java.md +++ b/docs/appGroupAssignment.java.md @@ -4,7 +4,7 @@ ### AppGroupAssignment -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment okta_app_group_assignment}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment okta_app_group_assignment}. #### Initializers @@ -47,7 +47,7 @@ AppGroupAssignment.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | appId | java.lang.String | App to associate group with. | | groupId | java.lang.String | Group associated with the application. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. | | priority | java.lang.Number | Priority of group assignment. | | profile | java.lang.String | JSON document containing [application profile](https://developer.okta.com/docs/reference/api/apps/#profile-object). | | retainAssignment | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Retain the group assignment on destroy. | @@ -121,7 +121,7 @@ Must be unique amongst siblings in the same scope App to associate group with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#app_id AppGroupAssignment#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#app_id AppGroupAssignment#app_id} --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Group associated with the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#group_id AppGroupAssignment#group_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#group_id AppGroupAssignment#group_id} --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -152,7 +152,7 @@ If you experience problems setting this value it might not be settable. Please t Priority of group assignment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#priority AppGroupAssignment#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#priority AppGroupAssignment#priority} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ JSON document containing [application profile](https://developer.okta.com/docs/reference/api/apps/#profile-object). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#profile AppGroupAssignment#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#profile AppGroupAssignment#profile} --- @@ -174,7 +174,7 @@ Retain the group assignment on destroy. If set to true, the resource will be removed from state but not from the Okta app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#retain_assignment AppGroupAssignment#retain_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#retain_assignment AppGroupAssignment#retain_assignment} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#timeouts AppGroupAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#timeouts AppGroupAssignment#timeouts} --- @@ -659,7 +659,7 @@ The construct id used in the generated config for the AppGroupAssignment to impo The id of the existing AppGroupAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#import import section} in the documentation of this resource for the id to use --- @@ -1051,7 +1051,7 @@ AppGroupAssignmentConfig.builder() | provisioners | java.util.List | *No description.* | | appId | java.lang.String | App to associate group with. | | groupId | java.lang.String | Group associated with the application. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. | | priority | java.lang.Number | Priority of group assignment. | | profile | java.lang.String | JSON document containing [application profile](https://developer.okta.com/docs/reference/api/apps/#profile-object). | | retainAssignment | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Retain the group assignment on destroy. | @@ -1139,7 +1139,7 @@ public java.lang.String getAppId(); App to associate group with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#app_id AppGroupAssignment#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#app_id AppGroupAssignment#app_id} --- @@ -1153,7 +1153,7 @@ public java.lang.String getGroupId(); Group associated with the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#group_id AppGroupAssignment#group_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#group_id AppGroupAssignment#group_id} --- @@ -1165,7 +1165,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1182,7 +1182,7 @@ public java.lang.Number getPriority(); Priority of group assignment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#priority AppGroupAssignment#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#priority AppGroupAssignment#priority} --- @@ -1196,7 +1196,7 @@ public java.lang.String getProfile(); JSON document containing [application profile](https://developer.okta.com/docs/reference/api/apps/#profile-object). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#profile AppGroupAssignment#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#profile AppGroupAssignment#profile} --- @@ -1212,7 +1212,7 @@ Retain the group assignment on destroy. If set to true, the resource will be removed from state but not from the Okta app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#retain_assignment AppGroupAssignment#retain_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#retain_assignment AppGroupAssignment#retain_assignment} --- @@ -1226,7 +1226,7 @@ public AppGroupAssignmentTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#timeouts AppGroupAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#timeouts AppGroupAssignment#timeouts} --- @@ -1248,9 +1248,9 @@ AppGroupAssignmentTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. | -| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. | +| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. | --- @@ -1262,7 +1262,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. --- @@ -1274,7 +1274,7 @@ public java.lang.String getRead(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. --- @@ -1286,7 +1286,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. --- diff --git a/docs/appGroupAssignment.python.md b/docs/appGroupAssignment.python.md index ddf54a653..28f1dac2b 100644 --- a/docs/appGroupAssignment.python.md +++ b/docs/appGroupAssignment.python.md @@ -4,7 +4,7 @@ ### AppGroupAssignment -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment okta_app_group_assignment}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment okta_app_group_assignment}. #### Initializers @@ -44,7 +44,7 @@ appGroupAssignment.AppGroupAssignment( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | app_id | str | App to associate group with. | | group_id | str | Group associated with the application. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. | | priority | typing.Union[int, float] | Priority of group assignment. | | profile | str | JSON document containing [application profile](https://developer.okta.com/docs/reference/api/apps/#profile-object). | | retain_assignment | typing.Union[bool, cdktf.IResolvable] | Retain the group assignment on destroy. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope App to associate group with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#app_id AppGroupAssignment#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#app_id AppGroupAssignment#app_id} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Group associated with the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#group_id AppGroupAssignment#group_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#group_id AppGroupAssignment#group_id} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -149,7 +149,7 @@ If you experience problems setting this value it might not be settable. Please t Priority of group assignment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#priority AppGroupAssignment#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#priority AppGroupAssignment#priority} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ JSON document containing [application profile](https://developer.okta.com/docs/reference/api/apps/#profile-object). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#profile AppGroupAssignment#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#profile AppGroupAssignment#profile} --- @@ -171,7 +171,7 @@ Retain the group assignment on destroy. If set to true, the resource will be removed from state but not from the Okta app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#retain_assignment AppGroupAssignment#retain_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#retain_assignment AppGroupAssignment#retain_assignment} --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#timeouts AppGroupAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#timeouts AppGroupAssignment#timeouts} --- @@ -560,7 +560,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. --- @@ -568,7 +568,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. --- @@ -576,7 +576,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. --- @@ -724,7 +724,7 @@ The construct id used in the generated config for the AppGroupAssignment to impo The id of the existing AppGroupAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#import import section} in the documentation of this resource for the id to use --- @@ -1111,7 +1111,7 @@ appGroupAssignment.AppGroupAssignmentConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | app_id | str | App to associate group with. | | group_id | str | Group associated with the application. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. | | priority | typing.Union[int, float] | Priority of group assignment. | | profile | str | JSON document containing [application profile](https://developer.okta.com/docs/reference/api/apps/#profile-object). | | retain_assignment | typing.Union[bool, cdktf.IResolvable] | Retain the group assignment on destroy. | @@ -1199,7 +1199,7 @@ app_id: str App to associate group with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#app_id AppGroupAssignment#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#app_id AppGroupAssignment#app_id} --- @@ -1213,7 +1213,7 @@ group_id: str Group associated with the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#group_id AppGroupAssignment#group_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#group_id AppGroupAssignment#group_id} --- @@ -1225,7 +1225,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1242,7 +1242,7 @@ priority: typing.Union[int, float] Priority of group assignment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#priority AppGroupAssignment#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#priority AppGroupAssignment#priority} --- @@ -1256,7 +1256,7 @@ profile: str JSON document containing [application profile](https://developer.okta.com/docs/reference/api/apps/#profile-object). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#profile AppGroupAssignment#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#profile AppGroupAssignment#profile} --- @@ -1272,7 +1272,7 @@ Retain the group assignment on destroy. If set to true, the resource will be removed from state but not from the Okta app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#retain_assignment AppGroupAssignment#retain_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#retain_assignment AppGroupAssignment#retain_assignment} --- @@ -1286,7 +1286,7 @@ timeouts: AppGroupAssignmentTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#timeouts AppGroupAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#timeouts AppGroupAssignment#timeouts} --- @@ -1308,9 +1308,9 @@ appGroupAssignment.AppGroupAssignmentTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. | -| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. | +| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. | --- @@ -1322,7 +1322,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. --- @@ -1334,7 +1334,7 @@ read: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. --- @@ -1346,7 +1346,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. --- diff --git a/docs/appGroupAssignment.typescript.md b/docs/appGroupAssignment.typescript.md index 2711ac31a..7f1fe417b 100644 --- a/docs/appGroupAssignment.typescript.md +++ b/docs/appGroupAssignment.typescript.md @@ -4,7 +4,7 @@ ### AppGroupAssignment -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment okta_app_group_assignment}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment okta_app_group_assignment}. #### Initializers @@ -515,7 +515,7 @@ The construct id used in the generated config for the AppGroupAssignment to impo The id of the existing AppGroupAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#import import section} in the documentation of this resource for the id to use --- @@ -887,7 +887,7 @@ const appGroupAssignmentConfig: appGroupAssignment.AppGroupAssignmentConfig = { | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | appId | string | App to associate group with. | | groupId | string | Group associated with the application. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. | | priority | number | Priority of group assignment. | | profile | string | JSON document containing [application profile](https://developer.okta.com/docs/reference/api/apps/#profile-object). | | retainAssignment | boolean \| cdktf.IResolvable | Retain the group assignment on destroy. | @@ -975,7 +975,7 @@ public readonly appId: string; App to associate group with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#app_id AppGroupAssignment#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#app_id AppGroupAssignment#app_id} --- @@ -989,7 +989,7 @@ public readonly groupId: string; Group associated with the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#group_id AppGroupAssignment#group_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#group_id AppGroupAssignment#group_id} --- @@ -1001,7 +1001,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#id AppGroupAssignment#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1018,7 +1018,7 @@ public readonly priority: number; Priority of group assignment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#priority AppGroupAssignment#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#priority AppGroupAssignment#priority} --- @@ -1032,7 +1032,7 @@ public readonly profile: string; JSON document containing [application profile](https://developer.okta.com/docs/reference/api/apps/#profile-object). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#profile AppGroupAssignment#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#profile AppGroupAssignment#profile} --- @@ -1048,7 +1048,7 @@ Retain the group assignment on destroy. If set to true, the resource will be removed from state but not from the Okta app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#retain_assignment AppGroupAssignment#retain_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#retain_assignment AppGroupAssignment#retain_assignment} --- @@ -1062,7 +1062,7 @@ public readonly timeouts: AppGroupAssignmentTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#timeouts AppGroupAssignment#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#timeouts AppGroupAssignment#timeouts} --- @@ -1080,9 +1080,9 @@ const appGroupAssignmentTimeouts: appGroupAssignment.AppGroupAssignmentTimeouts | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. | -| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. | +| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. | --- @@ -1094,7 +1094,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#create AppGroupAssignment#create}. --- @@ -1106,7 +1106,7 @@ public readonly read: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#read AppGroupAssignment#read}. --- @@ -1118,7 +1118,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignment#update AppGroupAssignment#update}. --- diff --git a/docs/appGroupAssignments.csharp.md b/docs/appGroupAssignments.csharp.md index 823e14b10..4a52d4e8c 100644 --- a/docs/appGroupAssignments.csharp.md +++ b/docs/appGroupAssignments.csharp.md @@ -4,7 +4,7 @@ ### AppGroupAssignments -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments okta_app_group_assignments}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments okta_app_group_assignments}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the AppGroupAssignments to imp The id of the existing AppGroupAssignments that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#import import section} in the documentation of this resource for the id to use --- @@ -782,7 +782,7 @@ new AppGroupAssignmentsConfig { | Provisioners | object[] | *No description.* | | AppId | string | The ID of the application to assign a group to. | | Group | object | group block. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. | --- @@ -866,7 +866,7 @@ public string AppId { get; set; } The ID of the application to assign a group to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#app_id AppGroupAssignments#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#app_id AppGroupAssignments#app_id} --- @@ -880,7 +880,7 @@ public object Group { get; set; } group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#group AppGroupAssignments#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#group AppGroupAssignments#group} --- @@ -892,7 +892,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -933,7 +933,7 @@ public string Id { get; set; } A group to associate with the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#id AppGroupAssignments#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#id AppGroupAssignments#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -950,7 +950,7 @@ public double Priority { get; set; } Priority of group assignment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#priority AppGroupAssignments#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#priority AppGroupAssignments#priority} --- @@ -964,7 +964,7 @@ public string Profile { get; set; } JSON document containing [application profile](https://developer.okta.com/docs/reference/api/apps/#profile-object). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#profile AppGroupAssignments#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#profile AppGroupAssignments#profile} --- diff --git a/docs/appGroupAssignments.go.md b/docs/appGroupAssignments.go.md index e9e0e0756..7c69b3524 100644 --- a/docs/appGroupAssignments.go.md +++ b/docs/appGroupAssignments.go.md @@ -4,7 +4,7 @@ ### AppGroupAssignments -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments okta_app_group_assignments}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments okta_app_group_assignments}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the AppGroupAssignments to imp The id of the existing AppGroupAssignments that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#import import section} in the documentation of this resource for the id to use --- @@ -782,7 +782,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appgroupassignments" | Provisioners | *[]interface{} | *No description.* | | AppId | *string | The ID of the application to assign a group to. | | Group | interface{} | group block. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. | --- @@ -866,7 +866,7 @@ AppId *string The ID of the application to assign a group to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#app_id AppGroupAssignments#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#app_id AppGroupAssignments#app_id} --- @@ -880,7 +880,7 @@ Group interface{} group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#group AppGroupAssignments#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#group AppGroupAssignments#group} --- @@ -892,7 +892,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -933,7 +933,7 @@ Id *string A group to associate with the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#id AppGroupAssignments#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#id AppGroupAssignments#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -950,7 +950,7 @@ Priority *f64 Priority of group assignment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#priority AppGroupAssignments#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#priority AppGroupAssignments#priority} --- @@ -964,7 +964,7 @@ Profile *string JSON document containing [application profile](https://developer.okta.com/docs/reference/api/apps/#profile-object). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#profile AppGroupAssignments#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#profile AppGroupAssignments#profile} --- diff --git a/docs/appGroupAssignments.java.md b/docs/appGroupAssignments.java.md index dfdf5db13..59ce0d193 100644 --- a/docs/appGroupAssignments.java.md +++ b/docs/appGroupAssignments.java.md @@ -4,7 +4,7 @@ ### AppGroupAssignments -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments okta_app_group_assignments}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments okta_app_group_assignments}. #### Initializers @@ -43,7 +43,7 @@ AppGroupAssignments.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | appId | java.lang.String | The ID of the application to assign a group to. | | group | com.hashicorp.cdktf.IResolvable OR java.util.List<AppGroupAssignmentsGroup> | group block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. | --- @@ -113,7 +113,7 @@ Must be unique amongst siblings in the same scope The ID of the application to assign a group to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#app_id AppGroupAssignments#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#app_id AppGroupAssignments#app_id} --- @@ -123,7 +123,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#group AppGroupAssignments#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#group AppGroupAssignments#group} --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -581,7 +581,7 @@ The construct id used in the generated config for the AppGroupAssignments to imp The id of the existing AppGroupAssignments that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#import import section} in the documentation of this resource for the id to use --- @@ -881,7 +881,7 @@ AppGroupAssignmentsConfig.builder() | provisioners | java.util.List | *No description.* | | appId | java.lang.String | The ID of the application to assign a group to. | | group | com.hashicorp.cdktf.IResolvable OR java.util.List<AppGroupAssignmentsGroup> | group block. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. | --- @@ -965,7 +965,7 @@ public java.lang.String getAppId(); The ID of the application to assign a group to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#app_id AppGroupAssignments#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#app_id AppGroupAssignments#app_id} --- @@ -979,7 +979,7 @@ public java.lang.Object getGroup(); group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#group AppGroupAssignments#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#group AppGroupAssignments#group} --- @@ -991,7 +991,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1032,7 +1032,7 @@ public java.lang.String getId(); A group to associate with the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#id AppGroupAssignments#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#id AppGroupAssignments#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1049,7 +1049,7 @@ public java.lang.Number getPriority(); Priority of group assignment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#priority AppGroupAssignments#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#priority AppGroupAssignments#priority} --- @@ -1063,7 +1063,7 @@ public java.lang.String getProfile(); JSON document containing [application profile](https://developer.okta.com/docs/reference/api/apps/#profile-object). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#profile AppGroupAssignments#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#profile AppGroupAssignments#profile} --- diff --git a/docs/appGroupAssignments.python.md b/docs/appGroupAssignments.python.md index d13484256..06cf4c9b6 100644 --- a/docs/appGroupAssignments.python.md +++ b/docs/appGroupAssignments.python.md @@ -4,7 +4,7 @@ ### AppGroupAssignments -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments okta_app_group_assignments}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments okta_app_group_assignments}. #### Initializers @@ -40,7 +40,7 @@ appGroupAssignments.AppGroupAssignments( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | app_id | str | The ID of the application to assign a group to. | | group | typing.Union[cdktf.IResolvable, typing.List[AppGroupAssignmentsGroup]] | group block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope The ID of the application to assign a group to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#app_id AppGroupAssignments#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#app_id AppGroupAssignments#app_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#group AppGroupAssignments#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#group AppGroupAssignments#group} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -626,7 +626,7 @@ The construct id used in the generated config for the AppGroupAssignments to imp The id of the existing AppGroupAssignments that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#import import section} in the documentation of this resource for the id to use --- @@ -921,7 +921,7 @@ appGroupAssignments.AppGroupAssignmentsConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | app_id | str | The ID of the application to assign a group to. | | group | typing.Union[cdktf.IResolvable, typing.List[AppGroupAssignmentsGroup]] | group block. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. | --- @@ -1005,7 +1005,7 @@ app_id: str The ID of the application to assign a group to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#app_id AppGroupAssignments#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#app_id AppGroupAssignments#app_id} --- @@ -1019,7 +1019,7 @@ group: typing.Union[IResolvable, typing.List[AppGroupAssignmentsGroup]] group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#group AppGroupAssignments#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#group AppGroupAssignments#group} --- @@ -1031,7 +1031,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1072,7 +1072,7 @@ id: str A group to associate with the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#id AppGroupAssignments#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#id AppGroupAssignments#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1089,7 +1089,7 @@ priority: typing.Union[int, float] Priority of group assignment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#priority AppGroupAssignments#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#priority AppGroupAssignments#priority} --- @@ -1103,7 +1103,7 @@ profile: str JSON document containing [application profile](https://developer.okta.com/docs/reference/api/apps/#profile-object). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#profile AppGroupAssignments#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#profile AppGroupAssignments#profile} --- diff --git a/docs/appGroupAssignments.typescript.md b/docs/appGroupAssignments.typescript.md index 8e9af7992..ed94d3e8e 100644 --- a/docs/appGroupAssignments.typescript.md +++ b/docs/appGroupAssignments.typescript.md @@ -4,7 +4,7 @@ ### AppGroupAssignments -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments okta_app_group_assignments}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments okta_app_group_assignments}. #### Initializers @@ -487,7 +487,7 @@ The construct id used in the generated config for the AppGroupAssignments to imp The id of the existing AppGroupAssignments that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#import import section} in the documentation of this resource for the id to use --- @@ -771,7 +771,7 @@ const appGroupAssignmentsConfig: appGroupAssignments.AppGroupAssignmentsConfig = | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | appId | string | The ID of the application to assign a group to. | | group | cdktf.IResolvable \| AppGroupAssignmentsGroup[] | group block. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. | --- @@ -855,7 +855,7 @@ public readonly appId: string; The ID of the application to assign a group to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#app_id AppGroupAssignments#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#app_id AppGroupAssignments#app_id} --- @@ -869,7 +869,7 @@ public readonly group: IResolvable | AppGroupAssignmentsGroup[]; group block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#group AppGroupAssignments#group} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#group AppGroupAssignments#group} --- @@ -881,7 +881,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#id AppGroupAssignments#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -918,7 +918,7 @@ public readonly id: string; A group to associate with the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#id AppGroupAssignments#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#id AppGroupAssignments#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -935,7 +935,7 @@ public readonly priority: number; Priority of group assignment. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#priority AppGroupAssignments#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#priority AppGroupAssignments#priority} --- @@ -949,7 +949,7 @@ public readonly profile: string; JSON document containing [application profile](https://developer.okta.com/docs/reference/api/apps/#profile-object). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_group_assignments#profile AppGroupAssignments#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_group_assignments#profile AppGroupAssignments#profile} --- diff --git a/docs/appOauth.csharp.md b/docs/appOauth.csharp.md index af8d56d99..8d7b1f618 100644 --- a/docs/appOauth.csharp.md +++ b/docs/appOauth.csharp.md @@ -4,7 +4,7 @@ ### AppOauth -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth okta_app_oauth}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth okta_app_oauth}. #### Initializers @@ -828,7 +828,7 @@ The construct id used in the generated config for the AppOauth to import. The id of the existing AppOauth that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#import import section} in the documentation of this resource for the id to use --- @@ -2220,7 +2220,7 @@ new AppOauthConfig { | GroupsClaim | AppOauthGroupsClaim | groups_claim block. | | HideIos | object | Do not display application icon on mobile app. | | HideWeb | object | Do not display application icon to users. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#id AppOauth#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#id AppOauth#id}. | | ImplicitAssignment | object | *Early Access Property*. Enable Federation Broker Mode. | | IssuerMode | string | *Early Access Property*. | | Jwks | object | jwks block. | @@ -2331,7 +2331,7 @@ public string Label { get; set; } The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#label AppOauth#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#label AppOauth#label} --- @@ -2345,7 +2345,7 @@ public string Type { get; set; } The type of client application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#type AppOauth#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#type AppOauth#type} --- @@ -2359,7 +2359,7 @@ public string AccessibilityErrorRedirectUrl { get; set; } Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_error_redirect_url AppOauth#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_error_redirect_url AppOauth#accessibility_error_redirect_url} --- @@ -2373,7 +2373,7 @@ public string AccessibilityLoginRedirectUrl { get; set; } Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_login_redirect_url AppOauth#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_login_redirect_url AppOauth#accessibility_login_redirect_url} --- @@ -2387,7 +2387,7 @@ public object AccessibilitySelfService { get; set; } Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_self_service AppOauth#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_self_service AppOauth#accessibility_self_service} --- @@ -2401,7 +2401,7 @@ public string AdminNote { get; set; } Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#admin_note AppOauth#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#admin_note AppOauth#admin_note} --- @@ -2415,7 +2415,7 @@ public string AppLinksJson { get; set; } Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#app_links_json AppOauth#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#app_links_json AppOauth#app_links_json} --- @@ -2429,7 +2429,7 @@ public string AppSettingsJson { get; set; } Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#app_settings_json AppOauth#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#app_settings_json AppOauth#app_settings_json} --- @@ -2445,7 +2445,7 @@ The ID of the associated app_signon_policy. If this property is removed from the application the default sign-on-policy will be associated with this application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#authentication_policy AppOauth#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#authentication_policy AppOauth#authentication_policy} --- @@ -2465,7 +2465,7 @@ key rotation. You can update this property via the API or via the administrator UI. See: https://developer.okta.com/docs/reference/api/apps/#oauth-credential-object" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#auto_key_rotation AppOauth#auto_key_rotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#auto_key_rotation AppOauth#auto_key_rotation} --- @@ -2479,7 +2479,7 @@ public object AutoSubmitToolbar { get; set; } Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#auto_submit_toolbar AppOauth#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#auto_submit_toolbar AppOauth#auto_submit_toolbar} --- @@ -2495,7 +2495,7 @@ The user provided OAuth client secret key value, this can be set when token_endp This does nothing when `omit_secret is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_basic_secret AppOauth#client_basic_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_basic_secret AppOauth#client_basic_secret} --- @@ -2509,7 +2509,7 @@ public string ClientId { get; set; } OAuth client ID. If set during creation, app is created with this id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_id AppOauth#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_id AppOauth#client_id} --- @@ -2523,7 +2523,7 @@ public string ClientUri { get; set; } URI to a web page providing information about the client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_uri AppOauth#client_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_uri AppOauth#client_uri} --- @@ -2537,7 +2537,7 @@ public string ConsentMethod { get; set; } *Early Access Property*. Indicates whether user consent is required or implicit. Valid values: REQUIRED, TRUSTED. Default value is TRUSTED. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#consent_method AppOauth#consent_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#consent_method AppOauth#consent_method} --- @@ -2551,7 +2551,7 @@ public string EnduserNote { get; set; } Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#enduser_note AppOauth#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#enduser_note AppOauth#enduser_note} --- @@ -2565,7 +2565,7 @@ public string[] GrantTypes { get; set; } List of OAuth 2.0 grant types. Conditional validation params found here https://developer.okta.com/docs/api/resources/apps#credentials-settings-details. Defaults to minimum requirements per app type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#grant_types AppOauth#grant_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#grant_types AppOauth#grant_types} --- @@ -2579,7 +2579,7 @@ public AppOauthGroupsClaim GroupsClaim { get; set; } groups_claim block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#groups_claim AppOauth#groups_claim} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#groups_claim AppOauth#groups_claim} --- @@ -2593,7 +2593,7 @@ public object HideIos { get; set; } Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#hide_ios AppOauth#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#hide_ios AppOauth#hide_ios} --- @@ -2607,7 +2607,7 @@ public object HideWeb { get; set; } Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#hide_web AppOauth#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#hide_web AppOauth#hide_web} --- @@ -2619,7 +2619,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#id AppOauth#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#id AppOauth#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2636,7 +2636,7 @@ public object ImplicitAssignment { get; set; } *Early Access Property*. Enable Federation Broker Mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#implicit_assignment AppOauth#implicit_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#implicit_assignment AppOauth#implicit_assignment} --- @@ -2652,7 +2652,7 @@ public string IssuerMode { get; set; } Indicates whether the Okta Authorization Server uses the original Okta org domain URL or a custom domain URL as the issuer of ID token for this client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#issuer_mode AppOauth#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#issuer_mode AppOauth#issuer_mode} --- @@ -2666,7 +2666,7 @@ public object Jwks { get; set; } jwks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#jwks AppOauth#jwks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#jwks AppOauth#jwks} --- @@ -2680,7 +2680,7 @@ public string JwksUri { get; set; } URL reference to JWKS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#jwks_uri AppOauth#jwks_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#jwks_uri AppOauth#jwks_uri} --- @@ -2694,7 +2694,7 @@ public string LoginMode { get; set; } The type of Idp-Initiated login that the client supports, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_mode AppOauth#login_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_mode AppOauth#login_mode} --- @@ -2708,7 +2708,7 @@ public string[] LoginScopes { get; set; } List of scopes to use for the request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_scopes AppOauth#login_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_scopes AppOauth#login_scopes} --- @@ -2722,7 +2722,7 @@ public string LoginUri { get; set; } URI that initiates login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_uri AppOauth#login_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_uri AppOauth#login_uri} --- @@ -2738,7 +2738,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#logo AppOauth#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#logo AppOauth#logo} --- @@ -2752,7 +2752,7 @@ public string LogoUri { get; set; } URI that references a logo for the client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#logo_uri AppOauth#logo_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#logo_uri AppOauth#logo_uri} --- @@ -2768,7 +2768,7 @@ This tells the provider not manage the client_secret value in state. When this is false (the default), it will cause the auto-generated client_secret to be persisted in the client_secret attribute in state. This also means that every time an update to this app is run, this value is also set on the API. If this changes from false => true, the `client_secret` is dropped from state and the secret at the time of the apply is what remains. If this is ever changes from true => false your app will be recreated, due to the need to regenerate a secret we can store in state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#omit_secret AppOauth#omit_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#omit_secret AppOauth#omit_secret} --- @@ -2782,7 +2782,7 @@ public object PkceRequired { get; set; } Require Proof Key for Code Exchange (PKCE) for additional verification key rotation mode. See: https://developer.okta.com/docs/reference/api/apps/#oauth-credential-object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#pkce_required AppOauth#pkce_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#pkce_required AppOauth#pkce_required} --- @@ -2796,7 +2796,7 @@ public string PolicyUri { get; set; } URI to web page providing client policy document. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#policy_uri AppOauth#policy_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#policy_uri AppOauth#policy_uri} --- @@ -2810,7 +2810,7 @@ public string[] PostLogoutRedirectUris { get; set; } List of URIs for redirection after logout. Note: see okta_app_oauth_post_logout_redirect_uri for appending to this list in a decentralized way. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#post_logout_redirect_uris AppOauth#post_logout_redirect_uris} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#post_logout_redirect_uris AppOauth#post_logout_redirect_uris} --- @@ -2824,7 +2824,7 @@ public string Profile { get; set; } Custom JSON that represents an OAuth application's profile. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#profile AppOauth#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#profile AppOauth#profile} --- @@ -2840,7 +2840,7 @@ List of URIs for use in the redirect-based flow. This is required for all application types except service. Note: see okta_app_oauth_redirect_uri for appending to this list in a decentralized way. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#redirect_uris AppOauth#redirect_uris} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#redirect_uris AppOauth#redirect_uris} --- @@ -2854,7 +2854,7 @@ public double RefreshTokenLeeway { get; set; } *Early Access Property* Grace period for token rotation, required with grant types refresh_token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#refresh_token_leeway AppOauth#refresh_token_leeway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#refresh_token_leeway AppOauth#refresh_token_leeway} --- @@ -2868,7 +2868,7 @@ public string RefreshTokenRotation { get; set; } *Early Access Property* Refresh token rotation behavior, required with grant types refresh_token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#refresh_token_rotation AppOauth#refresh_token_rotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#refresh_token_rotation AppOauth#refresh_token_rotation} --- @@ -2882,7 +2882,7 @@ public string[] ResponseTypes { get; set; } List of OAuth 2.0 response type strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#response_types AppOauth#response_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#response_types AppOauth#response_types} --- @@ -2896,7 +2896,7 @@ public string Status { get; set; } Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#status AppOauth#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#status AppOauth#status} --- @@ -2910,7 +2910,7 @@ public AppOauthTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#timeouts AppOauth#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#timeouts AppOauth#timeouts} --- @@ -2924,7 +2924,7 @@ public string TokenEndpointAuthMethod { get; set; } Requested authentication method for the token endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#token_endpoint_auth_method AppOauth#token_endpoint_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#token_endpoint_auth_method AppOauth#token_endpoint_auth_method} --- @@ -2938,7 +2938,7 @@ public string TosUri { get; set; } URI to web page providing client tos (terms of service). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#tos_uri AppOauth#tos_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#tos_uri AppOauth#tos_uri} --- @@ -2952,7 +2952,7 @@ public string UserNameTemplate { get; set; } Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template AppOauth#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template AppOauth#user_name_template} --- @@ -2966,7 +2966,7 @@ public string UserNameTemplatePushStatus { get; set; } Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_push_status AppOauth#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_push_status AppOauth#user_name_template_push_status} --- @@ -2980,7 +2980,7 @@ public string UserNameTemplateSuffix { get; set; } Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_suffix AppOauth#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_suffix AppOauth#user_name_template_suffix} --- @@ -2994,7 +2994,7 @@ public string UserNameTemplateType { get; set; } Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_type AppOauth#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_type AppOauth#user_name_template_type} --- @@ -3008,7 +3008,7 @@ public string WildcardRedirect { get; set; } *Early Access Property*. Indicates if the client is allowed to use wildcard matching of redirect_uris. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#wildcard_redirect AppOauth#wildcard_redirect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#wildcard_redirect AppOauth#wildcard_redirect} --- @@ -3048,7 +3048,7 @@ public string Name { get; set; } Name of the claim that will be used in the token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#name AppOauth#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#name AppOauth#name} --- @@ -3062,7 +3062,7 @@ public string Type { get; set; } Groups claim type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#type AppOauth#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#type AppOauth#type} --- @@ -3078,7 +3078,7 @@ Value of the claim. Can be an Okta Expression Language statement that evaluates at the time the token is minted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#value AppOauth#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#value AppOauth#value} --- @@ -3092,7 +3092,7 @@ public string FilterType { get; set; } Groups claim filter. Can only be set if type is FILTER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#filter_type AppOauth#filter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#filter_type AppOauth#filter_type} --- @@ -3136,7 +3136,7 @@ public string Kid { get; set; } Key ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#kid AppOauth#kid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#kid AppOauth#kid} --- @@ -3150,7 +3150,7 @@ public string Kty { get; set; } Key type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#kty AppOauth#kty} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#kty AppOauth#kty} --- @@ -3164,7 +3164,7 @@ public string E { get; set; } RSA Exponent. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#e AppOauth#e} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#e AppOauth#e} --- @@ -3178,7 +3178,7 @@ public string N { get; set; } RSA Modulus. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#n AppOauth#n} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#n AppOauth#n} --- @@ -3192,7 +3192,7 @@ public string X { get; set; } X coordinate of the elliptic curve point. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#x AppOauth#x} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#x AppOauth#x} --- @@ -3206,7 +3206,7 @@ public string Y { get; set; } Y coordinate of the elliptic curve point. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#y AppOauth#y} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#y AppOauth#y} --- @@ -3228,9 +3228,9 @@ new AppOauthTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#create AppOauth#create}. | -| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#read AppOauth#read}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#update AppOauth#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#create AppOauth#create}. | +| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#read AppOauth#read}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#update AppOauth#update}. | --- @@ -3242,7 +3242,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#create AppOauth#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#create AppOauth#create}. --- @@ -3254,7 +3254,7 @@ public string Read { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#read AppOauth#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#read AppOauth#read}. --- @@ -3266,7 +3266,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#update AppOauth#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#update AppOauth#update}. --- diff --git a/docs/appOauth.go.md b/docs/appOauth.go.md index 59faa9320..5666841e8 100644 --- a/docs/appOauth.go.md +++ b/docs/appOauth.go.md @@ -4,7 +4,7 @@ ### AppOauth -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth okta_app_oauth}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth okta_app_oauth}. #### Initializers @@ -828,7 +828,7 @@ The construct id used in the generated config for the AppOauth to import. The id of the existing AppOauth that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#import import section} in the documentation of this resource for the id to use --- @@ -2220,7 +2220,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appoauth" | GroupsClaim | AppOauthGroupsClaim | groups_claim block. | | HideIos | interface{} | Do not display application icon on mobile app. | | HideWeb | interface{} | Do not display application icon to users. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#id AppOauth#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#id AppOauth#id}. | | ImplicitAssignment | interface{} | *Early Access Property*. Enable Federation Broker Mode. | | IssuerMode | *string | *Early Access Property*. | | Jwks | interface{} | jwks block. | @@ -2331,7 +2331,7 @@ Label *string The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#label AppOauth#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#label AppOauth#label} --- @@ -2345,7 +2345,7 @@ Type *string The type of client application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#type AppOauth#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#type AppOauth#type} --- @@ -2359,7 +2359,7 @@ AccessibilityErrorRedirectUrl *string Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_error_redirect_url AppOauth#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_error_redirect_url AppOauth#accessibility_error_redirect_url} --- @@ -2373,7 +2373,7 @@ AccessibilityLoginRedirectUrl *string Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_login_redirect_url AppOauth#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_login_redirect_url AppOauth#accessibility_login_redirect_url} --- @@ -2387,7 +2387,7 @@ AccessibilitySelfService interface{} Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_self_service AppOauth#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_self_service AppOauth#accessibility_self_service} --- @@ -2401,7 +2401,7 @@ AdminNote *string Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#admin_note AppOauth#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#admin_note AppOauth#admin_note} --- @@ -2415,7 +2415,7 @@ AppLinksJson *string Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#app_links_json AppOauth#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#app_links_json AppOauth#app_links_json} --- @@ -2429,7 +2429,7 @@ AppSettingsJson *string Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#app_settings_json AppOauth#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#app_settings_json AppOauth#app_settings_json} --- @@ -2445,7 +2445,7 @@ The ID of the associated app_signon_policy. If this property is removed from the application the default sign-on-policy will be associated with this application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#authentication_policy AppOauth#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#authentication_policy AppOauth#authentication_policy} --- @@ -2465,7 +2465,7 @@ key rotation. You can update this property via the API or via the administrator UI. See: https://developer.okta.com/docs/reference/api/apps/#oauth-credential-object" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#auto_key_rotation AppOauth#auto_key_rotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#auto_key_rotation AppOauth#auto_key_rotation} --- @@ -2479,7 +2479,7 @@ AutoSubmitToolbar interface{} Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#auto_submit_toolbar AppOauth#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#auto_submit_toolbar AppOauth#auto_submit_toolbar} --- @@ -2495,7 +2495,7 @@ The user provided OAuth client secret key value, this can be set when token_endp This does nothing when `omit_secret is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_basic_secret AppOauth#client_basic_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_basic_secret AppOauth#client_basic_secret} --- @@ -2509,7 +2509,7 @@ ClientId *string OAuth client ID. If set during creation, app is created with this id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_id AppOauth#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_id AppOauth#client_id} --- @@ -2523,7 +2523,7 @@ ClientUri *string URI to a web page providing information about the client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_uri AppOauth#client_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_uri AppOauth#client_uri} --- @@ -2537,7 +2537,7 @@ ConsentMethod *string *Early Access Property*. Indicates whether user consent is required or implicit. Valid values: REQUIRED, TRUSTED. Default value is TRUSTED. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#consent_method AppOauth#consent_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#consent_method AppOauth#consent_method} --- @@ -2551,7 +2551,7 @@ EnduserNote *string Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#enduser_note AppOauth#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#enduser_note AppOauth#enduser_note} --- @@ -2565,7 +2565,7 @@ GrantTypes *[]*string List of OAuth 2.0 grant types. Conditional validation params found here https://developer.okta.com/docs/api/resources/apps#credentials-settings-details. Defaults to minimum requirements per app type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#grant_types AppOauth#grant_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#grant_types AppOauth#grant_types} --- @@ -2579,7 +2579,7 @@ GroupsClaim AppOauthGroupsClaim groups_claim block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#groups_claim AppOauth#groups_claim} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#groups_claim AppOauth#groups_claim} --- @@ -2593,7 +2593,7 @@ HideIos interface{} Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#hide_ios AppOauth#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#hide_ios AppOauth#hide_ios} --- @@ -2607,7 +2607,7 @@ HideWeb interface{} Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#hide_web AppOauth#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#hide_web AppOauth#hide_web} --- @@ -2619,7 +2619,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#id AppOauth#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#id AppOauth#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2636,7 +2636,7 @@ ImplicitAssignment interface{} *Early Access Property*. Enable Federation Broker Mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#implicit_assignment AppOauth#implicit_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#implicit_assignment AppOauth#implicit_assignment} --- @@ -2652,7 +2652,7 @@ IssuerMode *string Indicates whether the Okta Authorization Server uses the original Okta org domain URL or a custom domain URL as the issuer of ID token for this client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#issuer_mode AppOauth#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#issuer_mode AppOauth#issuer_mode} --- @@ -2666,7 +2666,7 @@ Jwks interface{} jwks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#jwks AppOauth#jwks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#jwks AppOauth#jwks} --- @@ -2680,7 +2680,7 @@ JwksUri *string URL reference to JWKS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#jwks_uri AppOauth#jwks_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#jwks_uri AppOauth#jwks_uri} --- @@ -2694,7 +2694,7 @@ LoginMode *string The type of Idp-Initiated login that the client supports, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_mode AppOauth#login_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_mode AppOauth#login_mode} --- @@ -2708,7 +2708,7 @@ LoginScopes *[]*string List of scopes to use for the request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_scopes AppOauth#login_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_scopes AppOauth#login_scopes} --- @@ -2722,7 +2722,7 @@ LoginUri *string URI that initiates login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_uri AppOauth#login_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_uri AppOauth#login_uri} --- @@ -2738,7 +2738,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#logo AppOauth#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#logo AppOauth#logo} --- @@ -2752,7 +2752,7 @@ LogoUri *string URI that references a logo for the client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#logo_uri AppOauth#logo_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#logo_uri AppOauth#logo_uri} --- @@ -2768,7 +2768,7 @@ This tells the provider not manage the client_secret value in state. When this is false (the default), it will cause the auto-generated client_secret to be persisted in the client_secret attribute in state. This also means that every time an update to this app is run, this value is also set on the API. If this changes from false => true, the `client_secret` is dropped from state and the secret at the time of the apply is what remains. If this is ever changes from true => false your app will be recreated, due to the need to regenerate a secret we can store in state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#omit_secret AppOauth#omit_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#omit_secret AppOauth#omit_secret} --- @@ -2782,7 +2782,7 @@ PkceRequired interface{} Require Proof Key for Code Exchange (PKCE) for additional verification key rotation mode. See: https://developer.okta.com/docs/reference/api/apps/#oauth-credential-object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#pkce_required AppOauth#pkce_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#pkce_required AppOauth#pkce_required} --- @@ -2796,7 +2796,7 @@ PolicyUri *string URI to web page providing client policy document. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#policy_uri AppOauth#policy_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#policy_uri AppOauth#policy_uri} --- @@ -2810,7 +2810,7 @@ PostLogoutRedirectUris *[]*string List of URIs for redirection after logout. Note: see okta_app_oauth_post_logout_redirect_uri for appending to this list in a decentralized way. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#post_logout_redirect_uris AppOauth#post_logout_redirect_uris} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#post_logout_redirect_uris AppOauth#post_logout_redirect_uris} --- @@ -2824,7 +2824,7 @@ Profile *string Custom JSON that represents an OAuth application's profile. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#profile AppOauth#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#profile AppOauth#profile} --- @@ -2840,7 +2840,7 @@ List of URIs for use in the redirect-based flow. This is required for all application types except service. Note: see okta_app_oauth_redirect_uri for appending to this list in a decentralized way. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#redirect_uris AppOauth#redirect_uris} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#redirect_uris AppOauth#redirect_uris} --- @@ -2854,7 +2854,7 @@ RefreshTokenLeeway *f64 *Early Access Property* Grace period for token rotation, required with grant types refresh_token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#refresh_token_leeway AppOauth#refresh_token_leeway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#refresh_token_leeway AppOauth#refresh_token_leeway} --- @@ -2868,7 +2868,7 @@ RefreshTokenRotation *string *Early Access Property* Refresh token rotation behavior, required with grant types refresh_token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#refresh_token_rotation AppOauth#refresh_token_rotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#refresh_token_rotation AppOauth#refresh_token_rotation} --- @@ -2882,7 +2882,7 @@ ResponseTypes *[]*string List of OAuth 2.0 response type strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#response_types AppOauth#response_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#response_types AppOauth#response_types} --- @@ -2896,7 +2896,7 @@ Status *string Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#status AppOauth#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#status AppOauth#status} --- @@ -2910,7 +2910,7 @@ Timeouts AppOauthTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#timeouts AppOauth#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#timeouts AppOauth#timeouts} --- @@ -2924,7 +2924,7 @@ TokenEndpointAuthMethod *string Requested authentication method for the token endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#token_endpoint_auth_method AppOauth#token_endpoint_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#token_endpoint_auth_method AppOauth#token_endpoint_auth_method} --- @@ -2938,7 +2938,7 @@ TosUri *string URI to web page providing client tos (terms of service). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#tos_uri AppOauth#tos_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#tos_uri AppOauth#tos_uri} --- @@ -2952,7 +2952,7 @@ UserNameTemplate *string Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template AppOauth#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template AppOauth#user_name_template} --- @@ -2966,7 +2966,7 @@ UserNameTemplatePushStatus *string Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_push_status AppOauth#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_push_status AppOauth#user_name_template_push_status} --- @@ -2980,7 +2980,7 @@ UserNameTemplateSuffix *string Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_suffix AppOauth#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_suffix AppOauth#user_name_template_suffix} --- @@ -2994,7 +2994,7 @@ UserNameTemplateType *string Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_type AppOauth#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_type AppOauth#user_name_template_type} --- @@ -3008,7 +3008,7 @@ WildcardRedirect *string *Early Access Property*. Indicates if the client is allowed to use wildcard matching of redirect_uris. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#wildcard_redirect AppOauth#wildcard_redirect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#wildcard_redirect AppOauth#wildcard_redirect} --- @@ -3048,7 +3048,7 @@ Name *string Name of the claim that will be used in the token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#name AppOauth#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#name AppOauth#name} --- @@ -3062,7 +3062,7 @@ Type *string Groups claim type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#type AppOauth#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#type AppOauth#type} --- @@ -3078,7 +3078,7 @@ Value of the claim. Can be an Okta Expression Language statement that evaluates at the time the token is minted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#value AppOauth#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#value AppOauth#value} --- @@ -3092,7 +3092,7 @@ FilterType *string Groups claim filter. Can only be set if type is FILTER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#filter_type AppOauth#filter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#filter_type AppOauth#filter_type} --- @@ -3136,7 +3136,7 @@ Kid *string Key ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#kid AppOauth#kid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#kid AppOauth#kid} --- @@ -3150,7 +3150,7 @@ Kty *string Key type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#kty AppOauth#kty} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#kty AppOauth#kty} --- @@ -3164,7 +3164,7 @@ E *string RSA Exponent. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#e AppOauth#e} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#e AppOauth#e} --- @@ -3178,7 +3178,7 @@ N *string RSA Modulus. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#n AppOauth#n} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#n AppOauth#n} --- @@ -3192,7 +3192,7 @@ X *string X coordinate of the elliptic curve point. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#x AppOauth#x} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#x AppOauth#x} --- @@ -3206,7 +3206,7 @@ Y *string Y coordinate of the elliptic curve point. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#y AppOauth#y} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#y AppOauth#y} --- @@ -3228,9 +3228,9 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appoauth" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#create AppOauth#create}. | -| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#read AppOauth#read}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#update AppOauth#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#create AppOauth#create}. | +| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#read AppOauth#read}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#update AppOauth#update}. | --- @@ -3242,7 +3242,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#create AppOauth#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#create AppOauth#create}. --- @@ -3254,7 +3254,7 @@ Read *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#read AppOauth#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#read AppOauth#read}. --- @@ -3266,7 +3266,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#update AppOauth#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#update AppOauth#update}. --- diff --git a/docs/appOauth.java.md b/docs/appOauth.java.md index 4fe1e0b4f..ef1a0178f 100644 --- a/docs/appOauth.java.md +++ b/docs/appOauth.java.md @@ -4,7 +4,7 @@ ### AppOauth -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth okta_app_oauth}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth okta_app_oauth}. #### Initializers @@ -114,7 +114,7 @@ AppOauth.Builder.create(Construct scope, java.lang.String id) | groupsClaim | AppOauthGroupsClaim | groups_claim block. | | hideIos | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon to users. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#id AppOauth#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#id AppOauth#id}. | | implicitAssignment | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *Early Access Property*. Enable Federation Broker Mode. | | issuerMode | java.lang.String | *Early Access Property*. | | jwks | com.hashicorp.cdktf.IResolvable OR java.util.List<AppOauthJwks> | jwks block. | @@ -211,7 +211,7 @@ Must be unique amongst siblings in the same scope The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#label AppOauth#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#label AppOauth#label} --- @@ -221,7 +221,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The type of client application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#type AppOauth#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#type AppOauth#type} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_error_redirect_url AppOauth#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_error_redirect_url AppOauth#accessibility_error_redirect_url} --- @@ -241,7 +241,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_login_redirect_url AppOauth#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_login_redirect_url AppOauth#accessibility_login_redirect_url} --- @@ -251,7 +251,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_self_service AppOauth#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_self_service AppOauth#accessibility_self_service} --- @@ -261,7 +261,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#admin_note AppOauth#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#admin_note AppOauth#admin_note} --- @@ -271,7 +271,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#app_links_json AppOauth#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#app_links_json AppOauth#app_links_json} --- @@ -281,7 +281,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#app_settings_json AppOauth#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#app_settings_json AppOauth#app_settings_json} --- @@ -293,7 +293,7 @@ The ID of the associated app_signon_policy. If this property is removed from the application the default sign-on-policy will be associated with this application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#authentication_policy AppOauth#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#authentication_policy AppOauth#authentication_policy} --- @@ -309,7 +309,7 @@ key rotation. You can update this property via the API or via the administrator UI. See: https://developer.okta.com/docs/reference/api/apps/#oauth-credential-object" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#auto_key_rotation AppOauth#auto_key_rotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#auto_key_rotation AppOauth#auto_key_rotation} --- @@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#auto_submit_toolbar AppOauth#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#auto_submit_toolbar AppOauth#auto_submit_toolbar} --- @@ -331,7 +331,7 @@ The user provided OAuth client secret key value, this can be set when token_endp This does nothing when `omit_secret is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_basic_secret AppOauth#client_basic_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_basic_secret AppOauth#client_basic_secret} --- @@ -341,7 +341,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ OAuth client ID. If set during creation, app is created with this id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_id AppOauth#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_id AppOauth#client_id} --- @@ -351,7 +351,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ URI to a web page providing information about the client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_uri AppOauth#client_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_uri AppOauth#client_uri} --- @@ -361,7 +361,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ *Early Access Property*. Indicates whether user consent is required or implicit. Valid values: REQUIRED, TRUSTED. Default value is TRUSTED. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#consent_method AppOauth#consent_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#consent_method AppOauth#consent_method} --- @@ -371,7 +371,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#enduser_note AppOauth#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#enduser_note AppOauth#enduser_note} --- @@ -381,7 +381,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ List of OAuth 2.0 grant types. Conditional validation params found here https://developer.okta.com/docs/api/resources/apps#credentials-settings-details. Defaults to minimum requirements per app type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#grant_types AppOauth#grant_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#grant_types AppOauth#grant_types} --- @@ -391,7 +391,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ groups_claim block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#groups_claim AppOauth#groups_claim} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#groups_claim AppOauth#groups_claim} --- @@ -401,7 +401,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#hide_ios AppOauth#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#hide_ios AppOauth#hide_ios} --- @@ -411,7 +411,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#hide_web AppOauth#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#hide_web AppOauth#hide_web} --- @@ -419,7 +419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#id AppOauth#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#id AppOauth#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -432,7 +432,7 @@ If you experience problems setting this value it might not be settable. Please t *Early Access Property*. Enable Federation Broker Mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#implicit_assignment AppOauth#implicit_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#implicit_assignment AppOauth#implicit_assignment} --- @@ -444,7 +444,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Indicates whether the Okta Authorization Server uses the original Okta org domain URL or a custom domain URL as the issuer of ID token for this client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#issuer_mode AppOauth#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#issuer_mode AppOauth#issuer_mode} --- @@ -454,7 +454,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ jwks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#jwks AppOauth#jwks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#jwks AppOauth#jwks} --- @@ -464,7 +464,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ URL reference to JWKS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#jwks_uri AppOauth#jwks_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#jwks_uri AppOauth#jwks_uri} --- @@ -474,7 +474,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The type of Idp-Initiated login that the client supports, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_mode AppOauth#login_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_mode AppOauth#login_mode} --- @@ -484,7 +484,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ List of scopes to use for the request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_scopes AppOauth#login_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_scopes AppOauth#login_scopes} --- @@ -494,7 +494,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ URI that initiates login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_uri AppOauth#login_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_uri AppOauth#login_uri} --- @@ -506,7 +506,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#logo AppOauth#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#logo AppOauth#logo} --- @@ -516,7 +516,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ URI that references a logo for the client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#logo_uri AppOauth#logo_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#logo_uri AppOauth#logo_uri} --- @@ -528,7 +528,7 @@ This tells the provider not manage the client_secret value in state. When this is false (the default), it will cause the auto-generated client_secret to be persisted in the client_secret attribute in state. This also means that every time an update to this app is run, this value is also set on the API. If this changes from false => true, the `client_secret` is dropped from state and the secret at the time of the apply is what remains. If this is ever changes from true => false your app will be recreated, due to the need to regenerate a secret we can store in state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#omit_secret AppOauth#omit_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#omit_secret AppOauth#omit_secret} --- @@ -538,7 +538,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Require Proof Key for Code Exchange (PKCE) for additional verification key rotation mode. See: https://developer.okta.com/docs/reference/api/apps/#oauth-credential-object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#pkce_required AppOauth#pkce_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#pkce_required AppOauth#pkce_required} --- @@ -548,7 +548,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ URI to web page providing client policy document. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#policy_uri AppOauth#policy_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#policy_uri AppOauth#policy_uri} --- @@ -558,7 +558,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ List of URIs for redirection after logout. Note: see okta_app_oauth_post_logout_redirect_uri for appending to this list in a decentralized way. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#post_logout_redirect_uris AppOauth#post_logout_redirect_uris} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#post_logout_redirect_uris AppOauth#post_logout_redirect_uris} --- @@ -568,7 +568,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom JSON that represents an OAuth application's profile. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#profile AppOauth#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#profile AppOauth#profile} --- @@ -580,7 +580,7 @@ List of URIs for use in the redirect-based flow. This is required for all application types except service. Note: see okta_app_oauth_redirect_uri for appending to this list in a decentralized way. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#redirect_uris AppOauth#redirect_uris} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#redirect_uris AppOauth#redirect_uris} --- @@ -590,7 +590,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ *Early Access Property* Grace period for token rotation, required with grant types refresh_token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#refresh_token_leeway AppOauth#refresh_token_leeway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#refresh_token_leeway AppOauth#refresh_token_leeway} --- @@ -600,7 +600,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ *Early Access Property* Refresh token rotation behavior, required with grant types refresh_token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#refresh_token_rotation AppOauth#refresh_token_rotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#refresh_token_rotation AppOauth#refresh_token_rotation} --- @@ -610,7 +610,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ List of OAuth 2.0 response type strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#response_types AppOauth#response_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#response_types AppOauth#response_types} --- @@ -620,7 +620,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#status AppOauth#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#status AppOauth#status} --- @@ -630,7 +630,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#timeouts AppOauth#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#timeouts AppOauth#timeouts} --- @@ -640,7 +640,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Requested authentication method for the token endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#token_endpoint_auth_method AppOauth#token_endpoint_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#token_endpoint_auth_method AppOauth#token_endpoint_auth_method} --- @@ -650,7 +650,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ URI to web page providing client tos (terms of service). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#tos_uri AppOauth#tos_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#tos_uri AppOauth#tos_uri} --- @@ -660,7 +660,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template AppOauth#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template AppOauth#user_name_template} --- @@ -670,7 +670,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_push_status AppOauth#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_push_status AppOauth#user_name_template_push_status} --- @@ -680,7 +680,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_suffix AppOauth#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_suffix AppOauth#user_name_template_suffix} --- @@ -690,7 +690,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_type AppOauth#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_type AppOauth#user_name_template_type} --- @@ -700,7 +700,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ *Early Access Property*. Indicates if the client is allowed to use wildcard matching of redirect_uris. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#wildcard_redirect AppOauth#wildcard_redirect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#wildcard_redirect AppOauth#wildcard_redirect} --- @@ -1488,7 +1488,7 @@ The construct id used in the generated config for the AppOauth to import. The id of the existing AppOauth that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#import import section} in the documentation of this resource for the id to use --- @@ -2893,7 +2893,7 @@ AppOauthConfig.builder() | groupsClaim | AppOauthGroupsClaim | groups_claim block. | | hideIos | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon to users. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#id AppOauth#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#id AppOauth#id}. | | implicitAssignment | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *Early Access Property*. Enable Federation Broker Mode. | | issuerMode | java.lang.String | *Early Access Property*. | | jwks | com.hashicorp.cdktf.IResolvable OR java.util.List<AppOauthJwks> | jwks block. | @@ -3004,7 +3004,7 @@ public java.lang.String getLabel(); The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#label AppOauth#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#label AppOauth#label} --- @@ -3018,7 +3018,7 @@ public java.lang.String getType(); The type of client application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#type AppOauth#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#type AppOauth#type} --- @@ -3032,7 +3032,7 @@ public java.lang.String getAccessibilityErrorRedirectUrl(); Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_error_redirect_url AppOauth#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_error_redirect_url AppOauth#accessibility_error_redirect_url} --- @@ -3046,7 +3046,7 @@ public java.lang.String getAccessibilityLoginRedirectUrl(); Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_login_redirect_url AppOauth#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_login_redirect_url AppOauth#accessibility_login_redirect_url} --- @@ -3060,7 +3060,7 @@ public java.lang.Object getAccessibilitySelfService(); Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_self_service AppOauth#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_self_service AppOauth#accessibility_self_service} --- @@ -3074,7 +3074,7 @@ public java.lang.String getAdminNote(); Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#admin_note AppOauth#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#admin_note AppOauth#admin_note} --- @@ -3088,7 +3088,7 @@ public java.lang.String getAppLinksJson(); Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#app_links_json AppOauth#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#app_links_json AppOauth#app_links_json} --- @@ -3102,7 +3102,7 @@ public java.lang.String getAppSettingsJson(); Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#app_settings_json AppOauth#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#app_settings_json AppOauth#app_settings_json} --- @@ -3118,7 +3118,7 @@ The ID of the associated app_signon_policy. If this property is removed from the application the default sign-on-policy will be associated with this application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#authentication_policy AppOauth#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#authentication_policy AppOauth#authentication_policy} --- @@ -3138,7 +3138,7 @@ key rotation. You can update this property via the API or via the administrator UI. See: https://developer.okta.com/docs/reference/api/apps/#oauth-credential-object" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#auto_key_rotation AppOauth#auto_key_rotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#auto_key_rotation AppOauth#auto_key_rotation} --- @@ -3152,7 +3152,7 @@ public java.lang.Object getAutoSubmitToolbar(); Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#auto_submit_toolbar AppOauth#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#auto_submit_toolbar AppOauth#auto_submit_toolbar} --- @@ -3168,7 +3168,7 @@ The user provided OAuth client secret key value, this can be set when token_endp This does nothing when `omit_secret is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_basic_secret AppOauth#client_basic_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_basic_secret AppOauth#client_basic_secret} --- @@ -3182,7 +3182,7 @@ public java.lang.String getClientId(); OAuth client ID. If set during creation, app is created with this id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_id AppOauth#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_id AppOauth#client_id} --- @@ -3196,7 +3196,7 @@ public java.lang.String getClientUri(); URI to a web page providing information about the client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_uri AppOauth#client_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_uri AppOauth#client_uri} --- @@ -3210,7 +3210,7 @@ public java.lang.String getConsentMethod(); *Early Access Property*. Indicates whether user consent is required or implicit. Valid values: REQUIRED, TRUSTED. Default value is TRUSTED. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#consent_method AppOauth#consent_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#consent_method AppOauth#consent_method} --- @@ -3224,7 +3224,7 @@ public java.lang.String getEnduserNote(); Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#enduser_note AppOauth#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#enduser_note AppOauth#enduser_note} --- @@ -3238,7 +3238,7 @@ public java.util.List getGrantTypes(); List of OAuth 2.0 grant types. Conditional validation params found here https://developer.okta.com/docs/api/resources/apps#credentials-settings-details. Defaults to minimum requirements per app type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#grant_types AppOauth#grant_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#grant_types AppOauth#grant_types} --- @@ -3252,7 +3252,7 @@ public AppOauthGroupsClaim getGroupsClaim(); groups_claim block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#groups_claim AppOauth#groups_claim} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#groups_claim AppOauth#groups_claim} --- @@ -3266,7 +3266,7 @@ public java.lang.Object getHideIos(); Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#hide_ios AppOauth#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#hide_ios AppOauth#hide_ios} --- @@ -3280,7 +3280,7 @@ public java.lang.Object getHideWeb(); Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#hide_web AppOauth#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#hide_web AppOauth#hide_web} --- @@ -3292,7 +3292,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#id AppOauth#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#id AppOauth#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3309,7 +3309,7 @@ public java.lang.Object getImplicitAssignment(); *Early Access Property*. Enable Federation Broker Mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#implicit_assignment AppOauth#implicit_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#implicit_assignment AppOauth#implicit_assignment} --- @@ -3325,7 +3325,7 @@ public java.lang.String getIssuerMode(); Indicates whether the Okta Authorization Server uses the original Okta org domain URL or a custom domain URL as the issuer of ID token for this client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#issuer_mode AppOauth#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#issuer_mode AppOauth#issuer_mode} --- @@ -3339,7 +3339,7 @@ public java.lang.Object getJwks(); jwks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#jwks AppOauth#jwks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#jwks AppOauth#jwks} --- @@ -3353,7 +3353,7 @@ public java.lang.String getJwksUri(); URL reference to JWKS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#jwks_uri AppOauth#jwks_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#jwks_uri AppOauth#jwks_uri} --- @@ -3367,7 +3367,7 @@ public java.lang.String getLoginMode(); The type of Idp-Initiated login that the client supports, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_mode AppOauth#login_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_mode AppOauth#login_mode} --- @@ -3381,7 +3381,7 @@ public java.util.List getLoginScopes(); List of scopes to use for the request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_scopes AppOauth#login_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_scopes AppOauth#login_scopes} --- @@ -3395,7 +3395,7 @@ public java.lang.String getLoginUri(); URI that initiates login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_uri AppOauth#login_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_uri AppOauth#login_uri} --- @@ -3411,7 +3411,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#logo AppOauth#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#logo AppOauth#logo} --- @@ -3425,7 +3425,7 @@ public java.lang.String getLogoUri(); URI that references a logo for the client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#logo_uri AppOauth#logo_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#logo_uri AppOauth#logo_uri} --- @@ -3441,7 +3441,7 @@ This tells the provider not manage the client_secret value in state. When this is false (the default), it will cause the auto-generated client_secret to be persisted in the client_secret attribute in state. This also means that every time an update to this app is run, this value is also set on the API. If this changes from false => true, the `client_secret` is dropped from state and the secret at the time of the apply is what remains. If this is ever changes from true => false your app will be recreated, due to the need to regenerate a secret we can store in state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#omit_secret AppOauth#omit_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#omit_secret AppOauth#omit_secret} --- @@ -3455,7 +3455,7 @@ public java.lang.Object getPkceRequired(); Require Proof Key for Code Exchange (PKCE) for additional verification key rotation mode. See: https://developer.okta.com/docs/reference/api/apps/#oauth-credential-object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#pkce_required AppOauth#pkce_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#pkce_required AppOauth#pkce_required} --- @@ -3469,7 +3469,7 @@ public java.lang.String getPolicyUri(); URI to web page providing client policy document. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#policy_uri AppOauth#policy_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#policy_uri AppOauth#policy_uri} --- @@ -3483,7 +3483,7 @@ public java.util.List getPostLogoutRedirectUris(); List of URIs for redirection after logout. Note: see okta_app_oauth_post_logout_redirect_uri for appending to this list in a decentralized way. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#post_logout_redirect_uris AppOauth#post_logout_redirect_uris} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#post_logout_redirect_uris AppOauth#post_logout_redirect_uris} --- @@ -3497,7 +3497,7 @@ public java.lang.String getProfile(); Custom JSON that represents an OAuth application's profile. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#profile AppOauth#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#profile AppOauth#profile} --- @@ -3513,7 +3513,7 @@ List of URIs for use in the redirect-based flow. This is required for all application types except service. Note: see okta_app_oauth_redirect_uri for appending to this list in a decentralized way. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#redirect_uris AppOauth#redirect_uris} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#redirect_uris AppOauth#redirect_uris} --- @@ -3527,7 +3527,7 @@ public java.lang.Number getRefreshTokenLeeway(); *Early Access Property* Grace period for token rotation, required with grant types refresh_token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#refresh_token_leeway AppOauth#refresh_token_leeway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#refresh_token_leeway AppOauth#refresh_token_leeway} --- @@ -3541,7 +3541,7 @@ public java.lang.String getRefreshTokenRotation(); *Early Access Property* Refresh token rotation behavior, required with grant types refresh_token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#refresh_token_rotation AppOauth#refresh_token_rotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#refresh_token_rotation AppOauth#refresh_token_rotation} --- @@ -3555,7 +3555,7 @@ public java.util.List getResponseTypes(); List of OAuth 2.0 response type strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#response_types AppOauth#response_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#response_types AppOauth#response_types} --- @@ -3569,7 +3569,7 @@ public java.lang.String getStatus(); Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#status AppOauth#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#status AppOauth#status} --- @@ -3583,7 +3583,7 @@ public AppOauthTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#timeouts AppOauth#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#timeouts AppOauth#timeouts} --- @@ -3597,7 +3597,7 @@ public java.lang.String getTokenEndpointAuthMethod(); Requested authentication method for the token endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#token_endpoint_auth_method AppOauth#token_endpoint_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#token_endpoint_auth_method AppOauth#token_endpoint_auth_method} --- @@ -3611,7 +3611,7 @@ public java.lang.String getTosUri(); URI to web page providing client tos (terms of service). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#tos_uri AppOauth#tos_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#tos_uri AppOauth#tos_uri} --- @@ -3625,7 +3625,7 @@ public java.lang.String getUserNameTemplate(); Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template AppOauth#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template AppOauth#user_name_template} --- @@ -3639,7 +3639,7 @@ public java.lang.String getUserNameTemplatePushStatus(); Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_push_status AppOauth#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_push_status AppOauth#user_name_template_push_status} --- @@ -3653,7 +3653,7 @@ public java.lang.String getUserNameTemplateSuffix(); Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_suffix AppOauth#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_suffix AppOauth#user_name_template_suffix} --- @@ -3667,7 +3667,7 @@ public java.lang.String getUserNameTemplateType(); Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_type AppOauth#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_type AppOauth#user_name_template_type} --- @@ -3681,7 +3681,7 @@ public java.lang.String getWildcardRedirect(); *Early Access Property*. Indicates if the client is allowed to use wildcard matching of redirect_uris. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#wildcard_redirect AppOauth#wildcard_redirect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#wildcard_redirect AppOauth#wildcard_redirect} --- @@ -3721,7 +3721,7 @@ public java.lang.String getName(); Name of the claim that will be used in the token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#name AppOauth#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#name AppOauth#name} --- @@ -3735,7 +3735,7 @@ public java.lang.String getType(); Groups claim type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#type AppOauth#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#type AppOauth#type} --- @@ -3751,7 +3751,7 @@ Value of the claim. Can be an Okta Expression Language statement that evaluates at the time the token is minted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#value AppOauth#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#value AppOauth#value} --- @@ -3765,7 +3765,7 @@ public java.lang.String getFilterType(); Groups claim filter. Can only be set if type is FILTER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#filter_type AppOauth#filter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#filter_type AppOauth#filter_type} --- @@ -3809,7 +3809,7 @@ public java.lang.String getKid(); Key ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#kid AppOauth#kid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#kid AppOauth#kid} --- @@ -3823,7 +3823,7 @@ public java.lang.String getKty(); Key type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#kty AppOauth#kty} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#kty AppOauth#kty} --- @@ -3837,7 +3837,7 @@ public java.lang.String getE(); RSA Exponent. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#e AppOauth#e} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#e AppOauth#e} --- @@ -3851,7 +3851,7 @@ public java.lang.String getN(); RSA Modulus. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#n AppOauth#n} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#n AppOauth#n} --- @@ -3865,7 +3865,7 @@ public java.lang.String getX(); X coordinate of the elliptic curve point. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#x AppOauth#x} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#x AppOauth#x} --- @@ -3879,7 +3879,7 @@ public java.lang.String getY(); Y coordinate of the elliptic curve point. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#y AppOauth#y} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#y AppOauth#y} --- @@ -3901,9 +3901,9 @@ AppOauthTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#create AppOauth#create}. | -| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#read AppOauth#read}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#update AppOauth#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#create AppOauth#create}. | +| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#read AppOauth#read}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#update AppOauth#update}. | --- @@ -3915,7 +3915,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#create AppOauth#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#create AppOauth#create}. --- @@ -3927,7 +3927,7 @@ public java.lang.String getRead(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#read AppOauth#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#read AppOauth#read}. --- @@ -3939,7 +3939,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#update AppOauth#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#update AppOauth#update}. --- diff --git a/docs/appOauth.python.md b/docs/appOauth.python.md index 68a6f2be5..c776790e5 100644 --- a/docs/appOauth.python.md +++ b/docs/appOauth.python.md @@ -4,7 +4,7 @@ ### AppOauth -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth okta_app_oauth}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth okta_app_oauth}. #### Initializers @@ -103,7 +103,7 @@ appOauth.AppOauth( | groups_claim | AppOauthGroupsClaim | groups_claim block. | | hide_ios | typing.Union[bool, cdktf.IResolvable] | Do not display application icon on mobile app. | | hide_web | typing.Union[bool, cdktf.IResolvable] | Do not display application icon to users. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#id AppOauth#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#id AppOauth#id}. | | implicit_assignment | typing.Union[bool, cdktf.IResolvable] | *Early Access Property*. Enable Federation Broker Mode. | | issuer_mode | str | *Early Access Property*. | | jwks | typing.Union[cdktf.IResolvable, typing.List[AppOauthJwks]] | jwks block. | @@ -200,7 +200,7 @@ Must be unique amongst siblings in the same scope The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#label AppOauth#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#label AppOauth#label} --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The type of client application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#type AppOauth#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#type AppOauth#type} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_error_redirect_url AppOauth#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_error_redirect_url AppOauth#accessibility_error_redirect_url} --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_login_redirect_url AppOauth#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_login_redirect_url AppOauth#accessibility_login_redirect_url} --- @@ -240,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_self_service AppOauth#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_self_service AppOauth#accessibility_self_service} --- @@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#admin_note AppOauth#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#admin_note AppOauth#admin_note} --- @@ -260,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#app_links_json AppOauth#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#app_links_json AppOauth#app_links_json} --- @@ -270,7 +270,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#app_settings_json AppOauth#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#app_settings_json AppOauth#app_settings_json} --- @@ -282,7 +282,7 @@ The ID of the associated app_signon_policy. If this property is removed from the application the default sign-on-policy will be associated with this application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#authentication_policy AppOauth#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#authentication_policy AppOauth#authentication_policy} --- @@ -298,7 +298,7 @@ key rotation. You can update this property via the API or via the administrator UI. See: https://developer.okta.com/docs/reference/api/apps/#oauth-credential-object" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#auto_key_rotation AppOauth#auto_key_rotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#auto_key_rotation AppOauth#auto_key_rotation} --- @@ -308,7 +308,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#auto_submit_toolbar AppOauth#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#auto_submit_toolbar AppOauth#auto_submit_toolbar} --- @@ -320,7 +320,7 @@ The user provided OAuth client secret key value, this can be set when token_endp This does nothing when `omit_secret is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_basic_secret AppOauth#client_basic_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_basic_secret AppOauth#client_basic_secret} --- @@ -330,7 +330,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ OAuth client ID. If set during creation, app is created with this id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_id AppOauth#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_id AppOauth#client_id} --- @@ -340,7 +340,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ URI to a web page providing information about the client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_uri AppOauth#client_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_uri AppOauth#client_uri} --- @@ -350,7 +350,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ *Early Access Property*. Indicates whether user consent is required or implicit. Valid values: REQUIRED, TRUSTED. Default value is TRUSTED. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#consent_method AppOauth#consent_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#consent_method AppOauth#consent_method} --- @@ -360,7 +360,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#enduser_note AppOauth#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#enduser_note AppOauth#enduser_note} --- @@ -370,7 +370,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ List of OAuth 2.0 grant types. Conditional validation params found here https://developer.okta.com/docs/api/resources/apps#credentials-settings-details. Defaults to minimum requirements per app type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#grant_types AppOauth#grant_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#grant_types AppOauth#grant_types} --- @@ -380,7 +380,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ groups_claim block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#groups_claim AppOauth#groups_claim} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#groups_claim AppOauth#groups_claim} --- @@ -390,7 +390,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#hide_ios AppOauth#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#hide_ios AppOauth#hide_ios} --- @@ -400,7 +400,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#hide_web AppOauth#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#hide_web AppOauth#hide_web} --- @@ -408,7 +408,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#id AppOauth#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#id AppOauth#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -421,7 +421,7 @@ If you experience problems setting this value it might not be settable. Please t *Early Access Property*. Enable Federation Broker Mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#implicit_assignment AppOauth#implicit_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#implicit_assignment AppOauth#implicit_assignment} --- @@ -433,7 +433,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Indicates whether the Okta Authorization Server uses the original Okta org domain URL or a custom domain URL as the issuer of ID token for this client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#issuer_mode AppOauth#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#issuer_mode AppOauth#issuer_mode} --- @@ -443,7 +443,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ jwks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#jwks AppOauth#jwks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#jwks AppOauth#jwks} --- @@ -453,7 +453,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ URL reference to JWKS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#jwks_uri AppOauth#jwks_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#jwks_uri AppOauth#jwks_uri} --- @@ -463,7 +463,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The type of Idp-Initiated login that the client supports, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_mode AppOauth#login_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_mode AppOauth#login_mode} --- @@ -473,7 +473,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ List of scopes to use for the request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_scopes AppOauth#login_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_scopes AppOauth#login_scopes} --- @@ -483,7 +483,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ URI that initiates login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_uri AppOauth#login_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_uri AppOauth#login_uri} --- @@ -495,7 +495,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#logo AppOauth#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#logo AppOauth#logo} --- @@ -505,7 +505,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ URI that references a logo for the client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#logo_uri AppOauth#logo_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#logo_uri AppOauth#logo_uri} --- @@ -517,7 +517,7 @@ This tells the provider not manage the client_secret value in state. When this is false (the default), it will cause the auto-generated client_secret to be persisted in the client_secret attribute in state. This also means that every time an update to this app is run, this value is also set on the API. If this changes from false => true, the `client_secret` is dropped from state and the secret at the time of the apply is what remains. If this is ever changes from true => false your app will be recreated, due to the need to regenerate a secret we can store in state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#omit_secret AppOauth#omit_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#omit_secret AppOauth#omit_secret} --- @@ -527,7 +527,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Require Proof Key for Code Exchange (PKCE) for additional verification key rotation mode. See: https://developer.okta.com/docs/reference/api/apps/#oauth-credential-object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#pkce_required AppOauth#pkce_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#pkce_required AppOauth#pkce_required} --- @@ -537,7 +537,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ URI to web page providing client policy document. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#policy_uri AppOauth#policy_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#policy_uri AppOauth#policy_uri} --- @@ -547,7 +547,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ List of URIs for redirection after logout. Note: see okta_app_oauth_post_logout_redirect_uri for appending to this list in a decentralized way. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#post_logout_redirect_uris AppOauth#post_logout_redirect_uris} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#post_logout_redirect_uris AppOauth#post_logout_redirect_uris} --- @@ -557,7 +557,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom JSON that represents an OAuth application's profile. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#profile AppOauth#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#profile AppOauth#profile} --- @@ -569,7 +569,7 @@ List of URIs for use in the redirect-based flow. This is required for all application types except service. Note: see okta_app_oauth_redirect_uri for appending to this list in a decentralized way. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#redirect_uris AppOauth#redirect_uris} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#redirect_uris AppOauth#redirect_uris} --- @@ -579,7 +579,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ *Early Access Property* Grace period for token rotation, required with grant types refresh_token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#refresh_token_leeway AppOauth#refresh_token_leeway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#refresh_token_leeway AppOauth#refresh_token_leeway} --- @@ -589,7 +589,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ *Early Access Property* Refresh token rotation behavior, required with grant types refresh_token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#refresh_token_rotation AppOauth#refresh_token_rotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#refresh_token_rotation AppOauth#refresh_token_rotation} --- @@ -599,7 +599,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ List of OAuth 2.0 response type strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#response_types AppOauth#response_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#response_types AppOauth#response_types} --- @@ -609,7 +609,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#status AppOauth#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#status AppOauth#status} --- @@ -619,7 +619,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#timeouts AppOauth#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#timeouts AppOauth#timeouts} --- @@ -629,7 +629,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Requested authentication method for the token endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#token_endpoint_auth_method AppOauth#token_endpoint_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#token_endpoint_auth_method AppOauth#token_endpoint_auth_method} --- @@ -639,7 +639,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ URI to web page providing client tos (terms of service). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#tos_uri AppOauth#tos_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#tos_uri AppOauth#tos_uri} --- @@ -649,7 +649,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template AppOauth#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template AppOauth#user_name_template} --- @@ -659,7 +659,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_push_status AppOauth#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_push_status AppOauth#user_name_template_push_status} --- @@ -669,7 +669,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_suffix AppOauth#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_suffix AppOauth#user_name_template_suffix} --- @@ -679,7 +679,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_type AppOauth#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_type AppOauth#user_name_template_type} --- @@ -689,7 +689,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ *Early Access Property*. Indicates if the client is allowed to use wildcard matching of redirect_uris. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#wildcard_redirect AppOauth#wildcard_redirect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#wildcard_redirect AppOauth#wildcard_redirect} --- @@ -1114,7 +1114,7 @@ def put_groups_claim( Name of the claim that will be used in the token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#name AppOauth#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#name AppOauth#name} --- @@ -1124,7 +1124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Groups claim type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#type AppOauth#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#type AppOauth#type} --- @@ -1136,7 +1136,7 @@ Value of the claim. Can be an Okta Expression Language statement that evaluates at the time the token is minted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#value AppOauth#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#value AppOauth#value} --- @@ -1146,7 +1146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Groups claim filter. Can only be set if type is FILTER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#filter_type AppOauth#filter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#filter_type AppOauth#filter_type} --- @@ -1178,7 +1178,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#create AppOauth#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#create AppOauth#create}. --- @@ -1186,7 +1186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#read AppOauth#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#read AppOauth#read}. --- @@ -1194,7 +1194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#update AppOauth#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#update AppOauth#update}. --- @@ -1588,7 +1588,7 @@ The construct id used in the generated config for the AppOauth to import. The id of the existing AppOauth that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#import import section} in the documentation of this resource for the id to use --- @@ -2980,7 +2980,7 @@ appOauth.AppOauthConfig( | groups_claim | AppOauthGroupsClaim | groups_claim block. | | hide_ios | typing.Union[bool, cdktf.IResolvable] | Do not display application icon on mobile app. | | hide_web | typing.Union[bool, cdktf.IResolvable] | Do not display application icon to users. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#id AppOauth#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#id AppOauth#id}. | | implicit_assignment | typing.Union[bool, cdktf.IResolvable] | *Early Access Property*. Enable Federation Broker Mode. | | issuer_mode | str | *Early Access Property*. | | jwks | typing.Union[cdktf.IResolvable, typing.List[AppOauthJwks]] | jwks block. | @@ -3091,7 +3091,7 @@ label: str The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#label AppOauth#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#label AppOauth#label} --- @@ -3105,7 +3105,7 @@ type: str The type of client application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#type AppOauth#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#type AppOauth#type} --- @@ -3119,7 +3119,7 @@ accessibility_error_redirect_url: str Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_error_redirect_url AppOauth#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_error_redirect_url AppOauth#accessibility_error_redirect_url} --- @@ -3133,7 +3133,7 @@ accessibility_login_redirect_url: str Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_login_redirect_url AppOauth#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_login_redirect_url AppOauth#accessibility_login_redirect_url} --- @@ -3147,7 +3147,7 @@ accessibility_self_service: typing.Union[bool, IResolvable] Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_self_service AppOauth#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_self_service AppOauth#accessibility_self_service} --- @@ -3161,7 +3161,7 @@ admin_note: str Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#admin_note AppOauth#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#admin_note AppOauth#admin_note} --- @@ -3175,7 +3175,7 @@ app_links_json: str Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#app_links_json AppOauth#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#app_links_json AppOauth#app_links_json} --- @@ -3189,7 +3189,7 @@ app_settings_json: str Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#app_settings_json AppOauth#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#app_settings_json AppOauth#app_settings_json} --- @@ -3205,7 +3205,7 @@ The ID of the associated app_signon_policy. If this property is removed from the application the default sign-on-policy will be associated with this application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#authentication_policy AppOauth#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#authentication_policy AppOauth#authentication_policy} --- @@ -3225,7 +3225,7 @@ key rotation. You can update this property via the API or via the administrator UI. See: https://developer.okta.com/docs/reference/api/apps/#oauth-credential-object" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#auto_key_rotation AppOauth#auto_key_rotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#auto_key_rotation AppOauth#auto_key_rotation} --- @@ -3239,7 +3239,7 @@ auto_submit_toolbar: typing.Union[bool, IResolvable] Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#auto_submit_toolbar AppOauth#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#auto_submit_toolbar AppOauth#auto_submit_toolbar} --- @@ -3255,7 +3255,7 @@ The user provided OAuth client secret key value, this can be set when token_endp This does nothing when `omit_secret is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_basic_secret AppOauth#client_basic_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_basic_secret AppOauth#client_basic_secret} --- @@ -3269,7 +3269,7 @@ client_id: str OAuth client ID. If set during creation, app is created with this id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_id AppOauth#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_id AppOauth#client_id} --- @@ -3283,7 +3283,7 @@ client_uri: str URI to a web page providing information about the client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_uri AppOauth#client_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_uri AppOauth#client_uri} --- @@ -3297,7 +3297,7 @@ consent_method: str *Early Access Property*. Indicates whether user consent is required or implicit. Valid values: REQUIRED, TRUSTED. Default value is TRUSTED. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#consent_method AppOauth#consent_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#consent_method AppOauth#consent_method} --- @@ -3311,7 +3311,7 @@ enduser_note: str Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#enduser_note AppOauth#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#enduser_note AppOauth#enduser_note} --- @@ -3325,7 +3325,7 @@ grant_types: typing.List[str] List of OAuth 2.0 grant types. Conditional validation params found here https://developer.okta.com/docs/api/resources/apps#credentials-settings-details. Defaults to minimum requirements per app type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#grant_types AppOauth#grant_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#grant_types AppOauth#grant_types} --- @@ -3339,7 +3339,7 @@ groups_claim: AppOauthGroupsClaim groups_claim block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#groups_claim AppOauth#groups_claim} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#groups_claim AppOauth#groups_claim} --- @@ -3353,7 +3353,7 @@ hide_ios: typing.Union[bool, IResolvable] Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#hide_ios AppOauth#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#hide_ios AppOauth#hide_ios} --- @@ -3367,7 +3367,7 @@ hide_web: typing.Union[bool, IResolvable] Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#hide_web AppOauth#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#hide_web AppOauth#hide_web} --- @@ -3379,7 +3379,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#id AppOauth#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#id AppOauth#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3396,7 +3396,7 @@ implicit_assignment: typing.Union[bool, IResolvable] *Early Access Property*. Enable Federation Broker Mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#implicit_assignment AppOauth#implicit_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#implicit_assignment AppOauth#implicit_assignment} --- @@ -3412,7 +3412,7 @@ issuer_mode: str Indicates whether the Okta Authorization Server uses the original Okta org domain URL or a custom domain URL as the issuer of ID token for this client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#issuer_mode AppOauth#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#issuer_mode AppOauth#issuer_mode} --- @@ -3426,7 +3426,7 @@ jwks: typing.Union[IResolvable, typing.List[AppOauthJwks]] jwks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#jwks AppOauth#jwks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#jwks AppOauth#jwks} --- @@ -3440,7 +3440,7 @@ jwks_uri: str URL reference to JWKS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#jwks_uri AppOauth#jwks_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#jwks_uri AppOauth#jwks_uri} --- @@ -3454,7 +3454,7 @@ login_mode: str The type of Idp-Initiated login that the client supports, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_mode AppOauth#login_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_mode AppOauth#login_mode} --- @@ -3468,7 +3468,7 @@ login_scopes: typing.List[str] List of scopes to use for the request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_scopes AppOauth#login_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_scopes AppOauth#login_scopes} --- @@ -3482,7 +3482,7 @@ login_uri: str URI that initiates login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_uri AppOauth#login_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_uri AppOauth#login_uri} --- @@ -3498,7 +3498,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#logo AppOauth#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#logo AppOauth#logo} --- @@ -3512,7 +3512,7 @@ logo_uri: str URI that references a logo for the client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#logo_uri AppOauth#logo_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#logo_uri AppOauth#logo_uri} --- @@ -3528,7 +3528,7 @@ This tells the provider not manage the client_secret value in state. When this is false (the default), it will cause the auto-generated client_secret to be persisted in the client_secret attribute in state. This also means that every time an update to this app is run, this value is also set on the API. If this changes from false => true, the `client_secret` is dropped from state and the secret at the time of the apply is what remains. If this is ever changes from true => false your app will be recreated, due to the need to regenerate a secret we can store in state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#omit_secret AppOauth#omit_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#omit_secret AppOauth#omit_secret} --- @@ -3542,7 +3542,7 @@ pkce_required: typing.Union[bool, IResolvable] Require Proof Key for Code Exchange (PKCE) for additional verification key rotation mode. See: https://developer.okta.com/docs/reference/api/apps/#oauth-credential-object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#pkce_required AppOauth#pkce_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#pkce_required AppOauth#pkce_required} --- @@ -3556,7 +3556,7 @@ policy_uri: str URI to web page providing client policy document. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#policy_uri AppOauth#policy_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#policy_uri AppOauth#policy_uri} --- @@ -3570,7 +3570,7 @@ post_logout_redirect_uris: typing.List[str] List of URIs for redirection after logout. Note: see okta_app_oauth_post_logout_redirect_uri for appending to this list in a decentralized way. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#post_logout_redirect_uris AppOauth#post_logout_redirect_uris} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#post_logout_redirect_uris AppOauth#post_logout_redirect_uris} --- @@ -3584,7 +3584,7 @@ profile: str Custom JSON that represents an OAuth application's profile. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#profile AppOauth#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#profile AppOauth#profile} --- @@ -3600,7 +3600,7 @@ List of URIs for use in the redirect-based flow. This is required for all application types except service. Note: see okta_app_oauth_redirect_uri for appending to this list in a decentralized way. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#redirect_uris AppOauth#redirect_uris} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#redirect_uris AppOauth#redirect_uris} --- @@ -3614,7 +3614,7 @@ refresh_token_leeway: typing.Union[int, float] *Early Access Property* Grace period for token rotation, required with grant types refresh_token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#refresh_token_leeway AppOauth#refresh_token_leeway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#refresh_token_leeway AppOauth#refresh_token_leeway} --- @@ -3628,7 +3628,7 @@ refresh_token_rotation: str *Early Access Property* Refresh token rotation behavior, required with grant types refresh_token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#refresh_token_rotation AppOauth#refresh_token_rotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#refresh_token_rotation AppOauth#refresh_token_rotation} --- @@ -3642,7 +3642,7 @@ response_types: typing.List[str] List of OAuth 2.0 response type strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#response_types AppOauth#response_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#response_types AppOauth#response_types} --- @@ -3656,7 +3656,7 @@ status: str Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#status AppOauth#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#status AppOauth#status} --- @@ -3670,7 +3670,7 @@ timeouts: AppOauthTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#timeouts AppOauth#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#timeouts AppOauth#timeouts} --- @@ -3684,7 +3684,7 @@ token_endpoint_auth_method: str Requested authentication method for the token endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#token_endpoint_auth_method AppOauth#token_endpoint_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#token_endpoint_auth_method AppOauth#token_endpoint_auth_method} --- @@ -3698,7 +3698,7 @@ tos_uri: str URI to web page providing client tos (terms of service). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#tos_uri AppOauth#tos_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#tos_uri AppOauth#tos_uri} --- @@ -3712,7 +3712,7 @@ user_name_template: str Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template AppOauth#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template AppOauth#user_name_template} --- @@ -3726,7 +3726,7 @@ user_name_template_push_status: str Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_push_status AppOauth#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_push_status AppOauth#user_name_template_push_status} --- @@ -3740,7 +3740,7 @@ user_name_template_suffix: str Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_suffix AppOauth#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_suffix AppOauth#user_name_template_suffix} --- @@ -3754,7 +3754,7 @@ user_name_template_type: str Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_type AppOauth#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_type AppOauth#user_name_template_type} --- @@ -3768,7 +3768,7 @@ wildcard_redirect: str *Early Access Property*. Indicates if the client is allowed to use wildcard matching of redirect_uris. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#wildcard_redirect AppOauth#wildcard_redirect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#wildcard_redirect AppOauth#wildcard_redirect} --- @@ -3808,7 +3808,7 @@ name: str Name of the claim that will be used in the token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#name AppOauth#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#name AppOauth#name} --- @@ -3822,7 +3822,7 @@ type: str Groups claim type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#type AppOauth#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#type AppOauth#type} --- @@ -3838,7 +3838,7 @@ Value of the claim. Can be an Okta Expression Language statement that evaluates at the time the token is minted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#value AppOauth#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#value AppOauth#value} --- @@ -3852,7 +3852,7 @@ filter_type: str Groups claim filter. Can only be set if type is FILTER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#filter_type AppOauth#filter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#filter_type AppOauth#filter_type} --- @@ -3896,7 +3896,7 @@ kid: str Key ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#kid AppOauth#kid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#kid AppOauth#kid} --- @@ -3910,7 +3910,7 @@ kty: str Key type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#kty AppOauth#kty} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#kty AppOauth#kty} --- @@ -3924,7 +3924,7 @@ e: str RSA Exponent. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#e AppOauth#e} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#e AppOauth#e} --- @@ -3938,7 +3938,7 @@ n: str RSA Modulus. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#n AppOauth#n} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#n AppOauth#n} --- @@ -3952,7 +3952,7 @@ x: str X coordinate of the elliptic curve point. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#x AppOauth#x} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#x AppOauth#x} --- @@ -3966,7 +3966,7 @@ y: str Y coordinate of the elliptic curve point. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#y AppOauth#y} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#y AppOauth#y} --- @@ -3988,9 +3988,9 @@ appOauth.AppOauthTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#create AppOauth#create}. | -| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#read AppOauth#read}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#update AppOauth#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#create AppOauth#create}. | +| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#read AppOauth#read}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#update AppOauth#update}. | --- @@ -4002,7 +4002,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#create AppOauth#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#create AppOauth#create}. --- @@ -4014,7 +4014,7 @@ read: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#read AppOauth#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#read AppOauth#read}. --- @@ -4026,7 +4026,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#update AppOauth#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#update AppOauth#update}. --- diff --git a/docs/appOauth.typescript.md b/docs/appOauth.typescript.md index 7faface40..ed08a3f59 100644 --- a/docs/appOauth.typescript.md +++ b/docs/appOauth.typescript.md @@ -4,7 +4,7 @@ ### AppOauth -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth okta_app_oauth}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth okta_app_oauth}. #### Initializers @@ -828,7 +828,7 @@ The construct id used in the generated config for the AppOauth to import. The id of the existing AppOauth that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#import import section} in the documentation of this resource for the id to use --- @@ -2164,7 +2164,7 @@ const appOauthConfig: appOauth.AppOauthConfig = { ... } | groupsClaim | AppOauthGroupsClaim | groups_claim block. | | hideIos | boolean \| cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | boolean \| cdktf.IResolvable | Do not display application icon to users. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#id AppOauth#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#id AppOauth#id}. | | implicitAssignment | boolean \| cdktf.IResolvable | *Early Access Property*. Enable Federation Broker Mode. | | issuerMode | string | *Early Access Property*. | | jwks | cdktf.IResolvable \| AppOauthJwks[] | jwks block. | @@ -2275,7 +2275,7 @@ public readonly label: string; The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#label AppOauth#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#label AppOauth#label} --- @@ -2289,7 +2289,7 @@ public readonly type: string; The type of client application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#type AppOauth#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#type AppOauth#type} --- @@ -2303,7 +2303,7 @@ public readonly accessibilityErrorRedirectUrl: string; Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_error_redirect_url AppOauth#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_error_redirect_url AppOauth#accessibility_error_redirect_url} --- @@ -2317,7 +2317,7 @@ public readonly accessibilityLoginRedirectUrl: string; Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_login_redirect_url AppOauth#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_login_redirect_url AppOauth#accessibility_login_redirect_url} --- @@ -2331,7 +2331,7 @@ public readonly accessibilitySelfService: boolean | IResolvable; Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#accessibility_self_service AppOauth#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#accessibility_self_service AppOauth#accessibility_self_service} --- @@ -2345,7 +2345,7 @@ public readonly adminNote: string; Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#admin_note AppOauth#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#admin_note AppOauth#admin_note} --- @@ -2359,7 +2359,7 @@ public readonly appLinksJson: string; Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#app_links_json AppOauth#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#app_links_json AppOauth#app_links_json} --- @@ -2373,7 +2373,7 @@ public readonly appSettingsJson: string; Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#app_settings_json AppOauth#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#app_settings_json AppOauth#app_settings_json} --- @@ -2389,7 +2389,7 @@ The ID of the associated app_signon_policy. If this property is removed from the application the default sign-on-policy will be associated with this application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#authentication_policy AppOauth#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#authentication_policy AppOauth#authentication_policy} --- @@ -2409,7 +2409,7 @@ If UI. See: https://developer.okta.com/docs/reference/api/apps/#oauth-credential-object" -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#auto_key_rotation AppOauth#auto_key_rotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#auto_key_rotation AppOauth#auto_key_rotation} --- @@ -2423,7 +2423,7 @@ public readonly autoSubmitToolbar: boolean | IResolvable; Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#auto_submit_toolbar AppOauth#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#auto_submit_toolbar AppOauth#auto_submit_toolbar} --- @@ -2439,7 +2439,7 @@ The user provided OAuth client secret key value, this can be set when token_endp This does nothing when `omit_secret is set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_basic_secret AppOauth#client_basic_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_basic_secret AppOauth#client_basic_secret} --- @@ -2453,7 +2453,7 @@ public readonly clientId: string; OAuth client ID. If set during creation, app is created with this id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_id AppOauth#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_id AppOauth#client_id} --- @@ -2467,7 +2467,7 @@ public readonly clientUri: string; URI to a web page providing information about the client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#client_uri AppOauth#client_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#client_uri AppOauth#client_uri} --- @@ -2481,7 +2481,7 @@ public readonly consentMethod: string; *Early Access Property*. Indicates whether user consent is required or implicit. Valid values: REQUIRED, TRUSTED. Default value is TRUSTED. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#consent_method AppOauth#consent_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#consent_method AppOauth#consent_method} --- @@ -2495,7 +2495,7 @@ public readonly enduserNote: string; Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#enduser_note AppOauth#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#enduser_note AppOauth#enduser_note} --- @@ -2509,7 +2509,7 @@ public readonly grantTypes: string[]; List of OAuth 2.0 grant types. Conditional validation params found here https://developer.okta.com/docs/api/resources/apps#credentials-settings-details. Defaults to minimum requirements per app type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#grant_types AppOauth#grant_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#grant_types AppOauth#grant_types} --- @@ -2523,7 +2523,7 @@ public readonly groupsClaim: AppOauthGroupsClaim; groups_claim block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#groups_claim AppOauth#groups_claim} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#groups_claim AppOauth#groups_claim} --- @@ -2537,7 +2537,7 @@ public readonly hideIos: boolean | IResolvable; Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#hide_ios AppOauth#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#hide_ios AppOauth#hide_ios} --- @@ -2551,7 +2551,7 @@ public readonly hideWeb: boolean | IResolvable; Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#hide_web AppOauth#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#hide_web AppOauth#hide_web} --- @@ -2563,7 +2563,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#id AppOauth#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#id AppOauth#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2580,7 +2580,7 @@ public readonly implicitAssignment: boolean | IResolvable; *Early Access Property*. Enable Federation Broker Mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#implicit_assignment AppOauth#implicit_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#implicit_assignment AppOauth#implicit_assignment} --- @@ -2596,7 +2596,7 @@ public readonly issuerMode: string; Indicates whether the Okta Authorization Server uses the original Okta org domain URL or a custom domain URL as the issuer of ID token for this client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#issuer_mode AppOauth#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#issuer_mode AppOauth#issuer_mode} --- @@ -2610,7 +2610,7 @@ public readonly jwks: IResolvable | AppOauthJwks[]; jwks block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#jwks AppOauth#jwks} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#jwks AppOauth#jwks} --- @@ -2624,7 +2624,7 @@ public readonly jwksUri: string; URL reference to JWKS. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#jwks_uri AppOauth#jwks_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#jwks_uri AppOauth#jwks_uri} --- @@ -2638,7 +2638,7 @@ public readonly loginMode: string; The type of Idp-Initiated login that the client supports, if any. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_mode AppOauth#login_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_mode AppOauth#login_mode} --- @@ -2652,7 +2652,7 @@ public readonly loginScopes: string[]; List of scopes to use for the request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_scopes AppOauth#login_scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_scopes AppOauth#login_scopes} --- @@ -2666,7 +2666,7 @@ public readonly loginUri: string; URI that initiates login. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#login_uri AppOauth#login_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#login_uri AppOauth#login_uri} --- @@ -2682,7 +2682,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#logo AppOauth#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#logo AppOauth#logo} --- @@ -2696,7 +2696,7 @@ public readonly logoUri: string; URI that references a logo for the client. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#logo_uri AppOauth#logo_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#logo_uri AppOauth#logo_uri} --- @@ -2712,7 +2712,7 @@ This tells the provider not manage the client_secret value in state. When this is false (the default), it will cause the auto-generated client_secret to be persisted in the client_secret attribute in state. This also means that every time an update to this app is run, this value is also set on the API. If this changes from false => true, the `client_secret` is dropped from state and the secret at the time of the apply is what remains. If this is ever changes from true => false your app will be recreated, due to the need to regenerate a secret we can store in state. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#omit_secret AppOauth#omit_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#omit_secret AppOauth#omit_secret} --- @@ -2726,7 +2726,7 @@ public readonly pkceRequired: boolean | IResolvable; Require Proof Key for Code Exchange (PKCE) for additional verification key rotation mode. See: https://developer.okta.com/docs/reference/api/apps/#oauth-credential-object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#pkce_required AppOauth#pkce_required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#pkce_required AppOauth#pkce_required} --- @@ -2740,7 +2740,7 @@ public readonly policyUri: string; URI to web page providing client policy document. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#policy_uri AppOauth#policy_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#policy_uri AppOauth#policy_uri} --- @@ -2754,7 +2754,7 @@ public readonly postLogoutRedirectUris: string[]; List of URIs for redirection after logout. Note: see okta_app_oauth_post_logout_redirect_uri for appending to this list in a decentralized way. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#post_logout_redirect_uris AppOauth#post_logout_redirect_uris} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#post_logout_redirect_uris AppOauth#post_logout_redirect_uris} --- @@ -2768,7 +2768,7 @@ public readonly profile: string; Custom JSON that represents an OAuth application's profile. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#profile AppOauth#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#profile AppOauth#profile} --- @@ -2784,7 +2784,7 @@ List of URIs for use in the redirect-based flow. This is required for all application types except service. Note: see okta_app_oauth_redirect_uri for appending to this list in a decentralized way. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#redirect_uris AppOauth#redirect_uris} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#redirect_uris AppOauth#redirect_uris} --- @@ -2798,7 +2798,7 @@ public readonly refreshTokenLeeway: number; *Early Access Property* Grace period for token rotation, required with grant types refresh_token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#refresh_token_leeway AppOauth#refresh_token_leeway} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#refresh_token_leeway AppOauth#refresh_token_leeway} --- @@ -2812,7 +2812,7 @@ public readonly refreshTokenRotation: string; *Early Access Property* Refresh token rotation behavior, required with grant types refresh_token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#refresh_token_rotation AppOauth#refresh_token_rotation} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#refresh_token_rotation AppOauth#refresh_token_rotation} --- @@ -2826,7 +2826,7 @@ public readonly responseTypes: string[]; List of OAuth 2.0 response type strings. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#response_types AppOauth#response_types} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#response_types AppOauth#response_types} --- @@ -2840,7 +2840,7 @@ public readonly status: string; Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#status AppOauth#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#status AppOauth#status} --- @@ -2854,7 +2854,7 @@ public readonly timeouts: AppOauthTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#timeouts AppOauth#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#timeouts AppOauth#timeouts} --- @@ -2868,7 +2868,7 @@ public readonly tokenEndpointAuthMethod: string; Requested authentication method for the token endpoint. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#token_endpoint_auth_method AppOauth#token_endpoint_auth_method} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#token_endpoint_auth_method AppOauth#token_endpoint_auth_method} --- @@ -2882,7 +2882,7 @@ public readonly tosUri: string; URI to web page providing client tos (terms of service). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#tos_uri AppOauth#tos_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#tos_uri AppOauth#tos_uri} --- @@ -2896,7 +2896,7 @@ public readonly userNameTemplate: string; Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template AppOauth#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template AppOauth#user_name_template} --- @@ -2910,7 +2910,7 @@ public readonly userNameTemplatePushStatus: string; Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_push_status AppOauth#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_push_status AppOauth#user_name_template_push_status} --- @@ -2924,7 +2924,7 @@ public readonly userNameTemplateSuffix: string; Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_suffix AppOauth#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_suffix AppOauth#user_name_template_suffix} --- @@ -2938,7 +2938,7 @@ public readonly userNameTemplateType: string; Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#user_name_template_type AppOauth#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#user_name_template_type AppOauth#user_name_template_type} --- @@ -2952,7 +2952,7 @@ public readonly wildcardRedirect: string; *Early Access Property*. Indicates if the client is allowed to use wildcard matching of redirect_uris. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#wildcard_redirect AppOauth#wildcard_redirect} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#wildcard_redirect AppOauth#wildcard_redirect} --- @@ -2987,7 +2987,7 @@ public readonly name: string; Name of the claim that will be used in the token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#name AppOauth#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#name AppOauth#name} --- @@ -3001,7 +3001,7 @@ public readonly type: string; Groups claim type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#type AppOauth#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#type AppOauth#type} --- @@ -3017,7 +3017,7 @@ Value of the claim. Can be an Okta Expression Language statement that evaluates at the time the token is minted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#value AppOauth#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#value AppOauth#value} --- @@ -3031,7 +3031,7 @@ public readonly filterType: string; Groups claim filter. Can only be set if type is FILTER. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#filter_type AppOauth#filter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#filter_type AppOauth#filter_type} --- @@ -3068,7 +3068,7 @@ public readonly kid: string; Key ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#kid AppOauth#kid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#kid AppOauth#kid} --- @@ -3082,7 +3082,7 @@ public readonly kty: string; Key type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#kty AppOauth#kty} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#kty AppOauth#kty} --- @@ -3096,7 +3096,7 @@ public readonly e: string; RSA Exponent. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#e AppOauth#e} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#e AppOauth#e} --- @@ -3110,7 +3110,7 @@ public readonly n: string; RSA Modulus. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#n AppOauth#n} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#n AppOauth#n} --- @@ -3124,7 +3124,7 @@ public readonly x: string; X coordinate of the elliptic curve point. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#x AppOauth#x} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#x AppOauth#x} --- @@ -3138,7 +3138,7 @@ public readonly y: string; Y coordinate of the elliptic curve point. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#y AppOauth#y} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#y AppOauth#y} --- @@ -3156,9 +3156,9 @@ const appOauthTimeouts: appOauth.AppOauthTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#create AppOauth#create}. | -| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#read AppOauth#read}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#update AppOauth#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#create AppOauth#create}. | +| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#read AppOauth#read}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#update AppOauth#update}. | --- @@ -3170,7 +3170,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#create AppOauth#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#create AppOauth#create}. --- @@ -3182,7 +3182,7 @@ public readonly read: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#read AppOauth#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#read AppOauth#read}. --- @@ -3194,7 +3194,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth#update AppOauth#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth#update AppOauth#update}. --- diff --git a/docs/appOauthApiScope.csharp.md b/docs/appOauthApiScope.csharp.md index 0333e6756..b1d23fd08 100644 --- a/docs/appOauthApiScope.csharp.md +++ b/docs/appOauthApiScope.csharp.md @@ -4,7 +4,7 @@ ### AppOauthApiScope -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope okta_app_oauth_api_scope}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope okta_app_oauth_api_scope}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppOauthApiScope to import The id of the existing AppOauthApiScope that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#import import section} in the documentation of this resource for the id to use --- @@ -793,7 +793,7 @@ new AppOauthApiScopeConfig { | AppId | string | ID of the application. | | Issuer | string | The issuer of your Org Authorization Server, your Org URL. | | Scopes | string[] | Scopes of the application for which consent is granted. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. | --- @@ -877,7 +877,7 @@ public string AppId { get; set; } ID of the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#app_id AppOauthApiScope#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#app_id AppOauthApiScope#app_id} --- @@ -891,7 +891,7 @@ public string Issuer { get; set; } The issuer of your Org Authorization Server, your Org URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#issuer AppOauthApiScope#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#issuer AppOauthApiScope#issuer} --- @@ -905,7 +905,7 @@ public string[] Scopes { get; set; } Scopes of the application for which consent is granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#scopes AppOauthApiScope#scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#scopes AppOauthApiScope#scopes} --- @@ -917,7 +917,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appOauthApiScope.go.md b/docs/appOauthApiScope.go.md index 11d2fe50d..7e6f1482d 100644 --- a/docs/appOauthApiScope.go.md +++ b/docs/appOauthApiScope.go.md @@ -4,7 +4,7 @@ ### AppOauthApiScope -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope okta_app_oauth_api_scope}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope okta_app_oauth_api_scope}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppOauthApiScope to import The id of the existing AppOauthApiScope that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#import import section} in the documentation of this resource for the id to use --- @@ -793,7 +793,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appoauthapiscope" | AppId | *string | ID of the application. | | Issuer | *string | The issuer of your Org Authorization Server, your Org URL. | | Scopes | *[]*string | Scopes of the application for which consent is granted. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. | --- @@ -877,7 +877,7 @@ AppId *string ID of the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#app_id AppOauthApiScope#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#app_id AppOauthApiScope#app_id} --- @@ -891,7 +891,7 @@ Issuer *string The issuer of your Org Authorization Server, your Org URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#issuer AppOauthApiScope#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#issuer AppOauthApiScope#issuer} --- @@ -905,7 +905,7 @@ Scopes *[]*string Scopes of the application for which consent is granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#scopes AppOauthApiScope#scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#scopes AppOauthApiScope#scopes} --- @@ -917,7 +917,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appOauthApiScope.java.md b/docs/appOauthApiScope.java.md index dfcdbb7e4..fc698165b 100644 --- a/docs/appOauthApiScope.java.md +++ b/docs/appOauthApiScope.java.md @@ -4,7 +4,7 @@ ### AppOauthApiScope -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope okta_app_oauth_api_scope}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope okta_app_oauth_api_scope}. #### Initializers @@ -44,7 +44,7 @@ AppOauthApiScope.Builder.create(Construct scope, java.lang.String id) | appId | java.lang.String | ID of the application. | | issuer | java.lang.String | The issuer of your Org Authorization Server, your Org URL. | | scopes | java.util.List | Scopes of the application for which consent is granted. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope ID of the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#app_id AppOauthApiScope#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#app_id AppOauthApiScope#app_id} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The issuer of your Org Authorization Server, your Org URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#issuer AppOauthApiScope#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#issuer AppOauthApiScope#issuer} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Scopes of the application for which consent is granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#scopes AppOauthApiScope#scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#scopes AppOauthApiScope#scopes} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -579,7 +579,7 @@ The construct id used in the generated config for the AppOauthApiScope to import The id of the existing AppOauthApiScope that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#import import section} in the documentation of this resource for the id to use --- @@ -902,7 +902,7 @@ AppOauthApiScopeConfig.builder() | appId | java.lang.String | ID of the application. | | issuer | java.lang.String | The issuer of your Org Authorization Server, your Org URL. | | scopes | java.util.List | Scopes of the application for which consent is granted. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. | --- @@ -986,7 +986,7 @@ public java.lang.String getAppId(); ID of the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#app_id AppOauthApiScope#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#app_id AppOauthApiScope#app_id} --- @@ -1000,7 +1000,7 @@ public java.lang.String getIssuer(); The issuer of your Org Authorization Server, your Org URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#issuer AppOauthApiScope#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#issuer AppOauthApiScope#issuer} --- @@ -1014,7 +1014,7 @@ public java.util.List getScopes(); Scopes of the application for which consent is granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#scopes AppOauthApiScope#scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#scopes AppOauthApiScope#scopes} --- @@ -1026,7 +1026,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appOauthApiScope.python.md b/docs/appOauthApiScope.python.md index 20e002ff9..56ce6753a 100644 --- a/docs/appOauthApiScope.python.md +++ b/docs/appOauthApiScope.python.md @@ -4,7 +4,7 @@ ### AppOauthApiScope -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope okta_app_oauth_api_scope}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope okta_app_oauth_api_scope}. #### Initializers @@ -42,7 +42,7 @@ appOauthApiScope.AppOauthApiScope( | app_id | str | ID of the application. | | issuer | str | The issuer of your Org Authorization Server, your Org URL. | | scopes | typing.List[str] | Scopes of the application for which consent is granted. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope ID of the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#app_id AppOauthApiScope#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#app_id AppOauthApiScope#app_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The issuer of your Org Authorization Server, your Org URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#issuer AppOauthApiScope#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#issuer AppOauthApiScope#issuer} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Scopes of the application for which consent is granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#scopes AppOauthApiScope#scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#scopes AppOauthApiScope#scopes} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -623,7 +623,7 @@ The construct id used in the generated config for the AppOauthApiScope to import The id of the existing AppOauthApiScope that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#import import section} in the documentation of this resource for the id to use --- @@ -942,7 +942,7 @@ appOauthApiScope.AppOauthApiScopeConfig( | app_id | str | ID of the application. | | issuer | str | The issuer of your Org Authorization Server, your Org URL. | | scopes | typing.List[str] | Scopes of the application for which consent is granted. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. | --- @@ -1026,7 +1026,7 @@ app_id: str ID of the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#app_id AppOauthApiScope#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#app_id AppOauthApiScope#app_id} --- @@ -1040,7 +1040,7 @@ issuer: str The issuer of your Org Authorization Server, your Org URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#issuer AppOauthApiScope#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#issuer AppOauthApiScope#issuer} --- @@ -1054,7 +1054,7 @@ scopes: typing.List[str] Scopes of the application for which consent is granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#scopes AppOauthApiScope#scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#scopes AppOauthApiScope#scopes} --- @@ -1066,7 +1066,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appOauthApiScope.typescript.md b/docs/appOauthApiScope.typescript.md index db3794cc1..5541b6669 100644 --- a/docs/appOauthApiScope.typescript.md +++ b/docs/appOauthApiScope.typescript.md @@ -4,7 +4,7 @@ ### AppOauthApiScope -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope okta_app_oauth_api_scope}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope okta_app_oauth_api_scope}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppOauthApiScope to import The id of the existing AppOauthApiScope that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#import import section} in the documentation of this resource for the id to use --- @@ -781,7 +781,7 @@ const appOauthApiScopeConfig: appOauthApiScope.AppOauthApiScopeConfig = { ... } | appId | string | ID of the application. | | issuer | string | The issuer of your Org Authorization Server, your Org URL. | | scopes | string[] | Scopes of the application for which consent is granted. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. | --- @@ -865,7 +865,7 @@ public readonly appId: string; ID of the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#app_id AppOauthApiScope#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#app_id AppOauthApiScope#app_id} --- @@ -879,7 +879,7 @@ public readonly issuer: string; The issuer of your Org Authorization Server, your Org URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#issuer AppOauthApiScope#issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#issuer AppOauthApiScope#issuer} --- @@ -893,7 +893,7 @@ public readonly scopes: string[]; Scopes of the application for which consent is granted. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#scopes AppOauthApiScope#scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#scopes AppOauthApiScope#scopes} --- @@ -905,7 +905,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_api_scope#id AppOauthApiScope#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appOauthPostLogoutRedirectUri.csharp.md b/docs/appOauthPostLogoutRedirectUri.csharp.md index 6edda3291..dfb05e9a3 100644 --- a/docs/appOauthPostLogoutRedirectUri.csharp.md +++ b/docs/appOauthPostLogoutRedirectUri.csharp.md @@ -4,7 +4,7 @@ ### AppOauthPostLogoutRedirectUri -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri okta_app_oauth_post_logout_redirect_uri}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri okta_app_oauth_post_logout_redirect_uri}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppOauthPostLogoutRedirect The id of the existing AppOauthPostLogoutRedirectUri that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ new AppOauthPostLogoutRedirectUriConfig { | Provisioners | object[] | *No description.* | | AppId | string | OAuth application ID. | | Uri | string | Post Logout Redirect URI to append to Okta OIDC application. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. | --- @@ -853,7 +853,7 @@ public string AppId { get; set; } OAuth application ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#app_id AppOauthPostLogoutRedirectUri#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#app_id AppOauthPostLogoutRedirectUri#app_id} --- @@ -867,7 +867,7 @@ public string Uri { get; set; } Post Logout Redirect URI to append to Okta OIDC application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#uri AppOauthPostLogoutRedirectUri#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#uri AppOauthPostLogoutRedirectUri#uri} --- @@ -879,7 +879,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appOauthPostLogoutRedirectUri.go.md b/docs/appOauthPostLogoutRedirectUri.go.md index 783603185..d0e78d1d4 100644 --- a/docs/appOauthPostLogoutRedirectUri.go.md +++ b/docs/appOauthPostLogoutRedirectUri.go.md @@ -4,7 +4,7 @@ ### AppOauthPostLogoutRedirectUri -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri okta_app_oauth_post_logout_redirect_uri}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri okta_app_oauth_post_logout_redirect_uri}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppOauthPostLogoutRedirect The id of the existing AppOauthPostLogoutRedirectUri that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appoauthpostlogoutredir | Provisioners | *[]interface{} | *No description.* | | AppId | *string | OAuth application ID. | | Uri | *string | Post Logout Redirect URI to append to Okta OIDC application. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. | --- @@ -853,7 +853,7 @@ AppId *string OAuth application ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#app_id AppOauthPostLogoutRedirectUri#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#app_id AppOauthPostLogoutRedirectUri#app_id} --- @@ -867,7 +867,7 @@ Uri *string Post Logout Redirect URI to append to Okta OIDC application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#uri AppOauthPostLogoutRedirectUri#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#uri AppOauthPostLogoutRedirectUri#uri} --- @@ -879,7 +879,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appOauthPostLogoutRedirectUri.java.md b/docs/appOauthPostLogoutRedirectUri.java.md index c22c40c06..0d7f9e7d4 100644 --- a/docs/appOauthPostLogoutRedirectUri.java.md +++ b/docs/appOauthPostLogoutRedirectUri.java.md @@ -4,7 +4,7 @@ ### AppOauthPostLogoutRedirectUri -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri okta_app_oauth_post_logout_redirect_uri}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri okta_app_oauth_post_logout_redirect_uri}. #### Initializers @@ -42,7 +42,7 @@ AppOauthPostLogoutRedirectUri.Builder.create(Construct scope, java.lang.String i | provisioners | java.util.List | *No description.* | | appId | java.lang.String | OAuth application ID. | | uri | java.lang.String | Post Logout Redirect URI to append to Okta OIDC application. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope OAuth application ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#app_id AppOauthPostLogoutRedirectUri#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#app_id AppOauthPostLogoutRedirectUri#app_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Post Logout Redirect URI to append to Okta OIDC application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#uri AppOauthPostLogoutRedirectUri#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#uri AppOauthPostLogoutRedirectUri#uri} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -567,7 +567,7 @@ The construct id used in the generated config for the AppOauthPostLogoutRedirect The id of the existing AppOauthPostLogoutRedirectUri that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#import import section} in the documentation of this resource for the id to use --- @@ -866,7 +866,7 @@ AppOauthPostLogoutRedirectUriConfig.builder() | provisioners | java.util.List | *No description.* | | appId | java.lang.String | OAuth application ID. | | uri | java.lang.String | Post Logout Redirect URI to append to Okta OIDC application. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. | --- @@ -950,7 +950,7 @@ public java.lang.String getAppId(); OAuth application ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#app_id AppOauthPostLogoutRedirectUri#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#app_id AppOauthPostLogoutRedirectUri#app_id} --- @@ -964,7 +964,7 @@ public java.lang.String getUri(); Post Logout Redirect URI to append to Okta OIDC application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#uri AppOauthPostLogoutRedirectUri#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#uri AppOauthPostLogoutRedirectUri#uri} --- @@ -976,7 +976,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appOauthPostLogoutRedirectUri.python.md b/docs/appOauthPostLogoutRedirectUri.python.md index 7b2305197..c030a5be5 100644 --- a/docs/appOauthPostLogoutRedirectUri.python.md +++ b/docs/appOauthPostLogoutRedirectUri.python.md @@ -4,7 +4,7 @@ ### AppOauthPostLogoutRedirectUri -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri okta_app_oauth_post_logout_redirect_uri}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri okta_app_oauth_post_logout_redirect_uri}. #### Initializers @@ -40,7 +40,7 @@ appOauthPostLogoutRedirectUri.AppOauthPostLogoutRedirectUri( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | app_id | str | OAuth application ID. | | uri | str | Post Logout Redirect URI to append to Okta OIDC application. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope OAuth application ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#app_id AppOauthPostLogoutRedirectUri#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#app_id AppOauthPostLogoutRedirectUri#app_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Post Logout Redirect URI to append to Okta OIDC application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#uri AppOauthPostLogoutRedirectUri#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#uri AppOauthPostLogoutRedirectUri#uri} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -611,7 +611,7 @@ The construct id used in the generated config for the AppOauthPostLogoutRedirect The id of the existing AppOauthPostLogoutRedirectUri that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ appOauthPostLogoutRedirectUri.AppOauthPostLogoutRedirectUriConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | app_id | str | OAuth application ID. | | uri | str | Post Logout Redirect URI to append to Okta OIDC application. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. | --- @@ -990,7 +990,7 @@ app_id: str OAuth application ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#app_id AppOauthPostLogoutRedirectUri#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#app_id AppOauthPostLogoutRedirectUri#app_id} --- @@ -1004,7 +1004,7 @@ uri: str Post Logout Redirect URI to append to Okta OIDC application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#uri AppOauthPostLogoutRedirectUri#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#uri AppOauthPostLogoutRedirectUri#uri} --- @@ -1016,7 +1016,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appOauthPostLogoutRedirectUri.typescript.md b/docs/appOauthPostLogoutRedirectUri.typescript.md index 909a8b336..d83ccd882 100644 --- a/docs/appOauthPostLogoutRedirectUri.typescript.md +++ b/docs/appOauthPostLogoutRedirectUri.typescript.md @@ -4,7 +4,7 @@ ### AppOauthPostLogoutRedirectUri -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri okta_app_oauth_post_logout_redirect_uri}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri okta_app_oauth_post_logout_redirect_uri}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppOauthPostLogoutRedirect The id of the existing AppOauthPostLogoutRedirectUri that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ const appOauthPostLogoutRedirectUriConfig: appOauthPostLogoutRedirectUri.AppOaut | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | appId | string | OAuth application ID. | | uri | string | Post Logout Redirect URI to append to Okta OIDC application. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. | --- @@ -842,7 +842,7 @@ public readonly appId: string; OAuth application ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#app_id AppOauthPostLogoutRedirectUri#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#app_id AppOauthPostLogoutRedirectUri#app_id} --- @@ -856,7 +856,7 @@ public readonly uri: string; Post Logout Redirect URI to append to Okta OIDC application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#uri AppOauthPostLogoutRedirectUri#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#uri AppOauthPostLogoutRedirectUri#uri} --- @@ -868,7 +868,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_post_logout_redirect_uri#id AppOauthPostLogoutRedirectUri#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appOauthRedirectUri.csharp.md b/docs/appOauthRedirectUri.csharp.md index 5dcceb3e8..e9289b55d 100644 --- a/docs/appOauthRedirectUri.csharp.md +++ b/docs/appOauthRedirectUri.csharp.md @@ -4,7 +4,7 @@ ### AppOauthRedirectUri -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri okta_app_oauth_redirect_uri}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri okta_app_oauth_redirect_uri}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppOauthRedirectUri to imp The id of the existing AppOauthRedirectUri that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ new AppOauthRedirectUriConfig { | Provisioners | object[] | *No description.* | | AppId | string | OAuth application ID. | | Uri | string | Redirect URI to append to Okta OIDC application. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. | --- @@ -853,7 +853,7 @@ public string AppId { get; set; } OAuth application ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#app_id AppOauthRedirectUri#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#app_id AppOauthRedirectUri#app_id} --- @@ -867,7 +867,7 @@ public string Uri { get; set; } Redirect URI to append to Okta OIDC application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#uri AppOauthRedirectUri#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#uri AppOauthRedirectUri#uri} --- @@ -879,7 +879,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appOauthRedirectUri.go.md b/docs/appOauthRedirectUri.go.md index d4d8510c1..9bedc8ebf 100644 --- a/docs/appOauthRedirectUri.go.md +++ b/docs/appOauthRedirectUri.go.md @@ -4,7 +4,7 @@ ### AppOauthRedirectUri -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri okta_app_oauth_redirect_uri}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri okta_app_oauth_redirect_uri}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppOauthRedirectUri to imp The id of the existing AppOauthRedirectUri that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appoauthredirecturi" | Provisioners | *[]interface{} | *No description.* | | AppId | *string | OAuth application ID. | | Uri | *string | Redirect URI to append to Okta OIDC application. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. | --- @@ -853,7 +853,7 @@ AppId *string OAuth application ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#app_id AppOauthRedirectUri#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#app_id AppOauthRedirectUri#app_id} --- @@ -867,7 +867,7 @@ Uri *string Redirect URI to append to Okta OIDC application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#uri AppOauthRedirectUri#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#uri AppOauthRedirectUri#uri} --- @@ -879,7 +879,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appOauthRedirectUri.java.md b/docs/appOauthRedirectUri.java.md index b7bc631ad..46d81e3a0 100644 --- a/docs/appOauthRedirectUri.java.md +++ b/docs/appOauthRedirectUri.java.md @@ -4,7 +4,7 @@ ### AppOauthRedirectUri -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri okta_app_oauth_redirect_uri}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri okta_app_oauth_redirect_uri}. #### Initializers @@ -42,7 +42,7 @@ AppOauthRedirectUri.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | appId | java.lang.String | OAuth application ID. | | uri | java.lang.String | Redirect URI to append to Okta OIDC application. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope OAuth application ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#app_id AppOauthRedirectUri#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#app_id AppOauthRedirectUri#app_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Redirect URI to append to Okta OIDC application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#uri AppOauthRedirectUri#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#uri AppOauthRedirectUri#uri} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -567,7 +567,7 @@ The construct id used in the generated config for the AppOauthRedirectUri to imp The id of the existing AppOauthRedirectUri that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#import import section} in the documentation of this resource for the id to use --- @@ -866,7 +866,7 @@ AppOauthRedirectUriConfig.builder() | provisioners | java.util.List | *No description.* | | appId | java.lang.String | OAuth application ID. | | uri | java.lang.String | Redirect URI to append to Okta OIDC application. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. | --- @@ -950,7 +950,7 @@ public java.lang.String getAppId(); OAuth application ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#app_id AppOauthRedirectUri#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#app_id AppOauthRedirectUri#app_id} --- @@ -964,7 +964,7 @@ public java.lang.String getUri(); Redirect URI to append to Okta OIDC application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#uri AppOauthRedirectUri#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#uri AppOauthRedirectUri#uri} --- @@ -976,7 +976,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appOauthRedirectUri.python.md b/docs/appOauthRedirectUri.python.md index e60c85eec..407966035 100644 --- a/docs/appOauthRedirectUri.python.md +++ b/docs/appOauthRedirectUri.python.md @@ -4,7 +4,7 @@ ### AppOauthRedirectUri -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri okta_app_oauth_redirect_uri}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri okta_app_oauth_redirect_uri}. #### Initializers @@ -40,7 +40,7 @@ appOauthRedirectUri.AppOauthRedirectUri( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | app_id | str | OAuth application ID. | | uri | str | Redirect URI to append to Okta OIDC application. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope OAuth application ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#app_id AppOauthRedirectUri#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#app_id AppOauthRedirectUri#app_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Redirect URI to append to Okta OIDC application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#uri AppOauthRedirectUri#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#uri AppOauthRedirectUri#uri} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -611,7 +611,7 @@ The construct id used in the generated config for the AppOauthRedirectUri to imp The id of the existing AppOauthRedirectUri that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ appOauthRedirectUri.AppOauthRedirectUriConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | app_id | str | OAuth application ID. | | uri | str | Redirect URI to append to Okta OIDC application. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. | --- @@ -990,7 +990,7 @@ app_id: str OAuth application ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#app_id AppOauthRedirectUri#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#app_id AppOauthRedirectUri#app_id} --- @@ -1004,7 +1004,7 @@ uri: str Redirect URI to append to Okta OIDC application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#uri AppOauthRedirectUri#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#uri AppOauthRedirectUri#uri} --- @@ -1016,7 +1016,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appOauthRedirectUri.typescript.md b/docs/appOauthRedirectUri.typescript.md index a8f4c1f52..9459f4a33 100644 --- a/docs/appOauthRedirectUri.typescript.md +++ b/docs/appOauthRedirectUri.typescript.md @@ -4,7 +4,7 @@ ### AppOauthRedirectUri -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri okta_app_oauth_redirect_uri}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri okta_app_oauth_redirect_uri}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppOauthRedirectUri to imp The id of the existing AppOauthRedirectUri that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ const appOauthRedirectUriConfig: appOauthRedirectUri.AppOauthRedirectUriConfig = | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | appId | string | OAuth application ID. | | uri | string | Redirect URI to append to Okta OIDC application. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. | --- @@ -842,7 +842,7 @@ public readonly appId: string; OAuth application ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#app_id AppOauthRedirectUri#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#app_id AppOauthRedirectUri#app_id} --- @@ -856,7 +856,7 @@ public readonly uri: string; Redirect URI to append to Okta OIDC application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#uri AppOauthRedirectUri#uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#uri AppOauthRedirectUri#uri} --- @@ -868,7 +868,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_redirect_uri#id AppOauthRedirectUri#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appOauthRoleAssignment.csharp.md b/docs/appOauthRoleAssignment.csharp.md index 141cd7794..ebef46bfe 100644 --- a/docs/appOauthRoleAssignment.csharp.md +++ b/docs/appOauthRoleAssignment.csharp.md @@ -4,7 +4,7 @@ ### AppOauthRoleAssignment -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment okta_app_oauth_role_assignment}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment okta_app_oauth_role_assignment}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the AppOauthRoleAssignment to The id of the existing AppOauthRoleAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#import import section} in the documentation of this resource for the id to use --- @@ -917,7 +917,7 @@ public string ClientId { get; set; } Client ID for the role to be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#client_id AppOauthRoleAssignment#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#client_id AppOauthRoleAssignment#client_id} --- @@ -933,7 +933,7 @@ Role type to assign. This can be one of the standard Okta roles, such as `HELP_DESK_ADMIN`, or `CUSTOM`. Using custom requires the `resource_set` and `role` attributes to be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#type AppOauthRoleAssignment#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#type AppOauthRoleAssignment#type} --- @@ -947,7 +947,7 @@ public string ResourceSet { get; set; } Resource set for the custom role to assign, must be the ID of the created resource set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#resource_set AppOauthRoleAssignment#resource_set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#resource_set AppOauthRoleAssignment#resource_set} --- @@ -961,7 +961,7 @@ public string Role { get; set; } Custom Role ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#role AppOauthRoleAssignment#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#role AppOauthRoleAssignment#role} --- diff --git a/docs/appOauthRoleAssignment.go.md b/docs/appOauthRoleAssignment.go.md index b6b8f8e33..a1495c718 100644 --- a/docs/appOauthRoleAssignment.go.md +++ b/docs/appOauthRoleAssignment.go.md @@ -4,7 +4,7 @@ ### AppOauthRoleAssignment -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment okta_app_oauth_role_assignment}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment okta_app_oauth_role_assignment}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the AppOauthRoleAssignment to The id of the existing AppOauthRoleAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#import import section} in the documentation of this resource for the id to use --- @@ -917,7 +917,7 @@ ClientId *string Client ID for the role to be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#client_id AppOauthRoleAssignment#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#client_id AppOauthRoleAssignment#client_id} --- @@ -933,7 +933,7 @@ Role type to assign. This can be one of the standard Okta roles, such as `HELP_DESK_ADMIN`, or `CUSTOM`. Using custom requires the `resource_set` and `role` attributes to be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#type AppOauthRoleAssignment#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#type AppOauthRoleAssignment#type} --- @@ -947,7 +947,7 @@ ResourceSet *string Resource set for the custom role to assign, must be the ID of the created resource set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#resource_set AppOauthRoleAssignment#resource_set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#resource_set AppOauthRoleAssignment#resource_set} --- @@ -961,7 +961,7 @@ Role *string Custom Role ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#role AppOauthRoleAssignment#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#role AppOauthRoleAssignment#role} --- diff --git a/docs/appOauthRoleAssignment.java.md b/docs/appOauthRoleAssignment.java.md index 6b69f3b3f..34f5896ad 100644 --- a/docs/appOauthRoleAssignment.java.md +++ b/docs/appOauthRoleAssignment.java.md @@ -4,7 +4,7 @@ ### AppOauthRoleAssignment -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment okta_app_oauth_role_assignment}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment okta_app_oauth_role_assignment}. #### Initializers @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Client ID for the role to be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#client_id AppOauthRoleAssignment#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#client_id AppOauthRoleAssignment#client_id} --- @@ -126,7 +126,7 @@ Role type to assign. This can be one of the standard Okta roles, such as `HELP_DESK_ADMIN`, or `CUSTOM`. Using custom requires the `resource_set` and `role` attributes to be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#type AppOauthRoleAssignment#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#type AppOauthRoleAssignment#type} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Resource set for the custom role to assign, must be the ID of the created resource set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#resource_set AppOauthRoleAssignment#resource_set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#resource_set AppOauthRoleAssignment#resource_set} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom Role ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#role AppOauthRoleAssignment#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#role AppOauthRoleAssignment#role} --- @@ -587,7 +587,7 @@ The construct id used in the generated config for the AppOauthRoleAssignment to The id of the existing AppOauthRoleAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#import import section} in the documentation of this resource for the id to use --- @@ -1027,7 +1027,7 @@ public java.lang.String getClientId(); Client ID for the role to be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#client_id AppOauthRoleAssignment#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#client_id AppOauthRoleAssignment#client_id} --- @@ -1043,7 +1043,7 @@ Role type to assign. This can be one of the standard Okta roles, such as `HELP_DESK_ADMIN`, or `CUSTOM`. Using custom requires the `resource_set` and `role` attributes to be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#type AppOauthRoleAssignment#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#type AppOauthRoleAssignment#type} --- @@ -1057,7 +1057,7 @@ public java.lang.String getResourceSet(); Resource set for the custom role to assign, must be the ID of the created resource set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#resource_set AppOauthRoleAssignment#resource_set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#resource_set AppOauthRoleAssignment#resource_set} --- @@ -1071,7 +1071,7 @@ public java.lang.String getRole(); Custom Role ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#role AppOauthRoleAssignment#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#role AppOauthRoleAssignment#role} --- diff --git a/docs/appOauthRoleAssignment.python.md b/docs/appOauthRoleAssignment.python.md index ef7a7c1b7..682d7aca3 100644 --- a/docs/appOauthRoleAssignment.python.md +++ b/docs/appOauthRoleAssignment.python.md @@ -4,7 +4,7 @@ ### AppOauthRoleAssignment -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment okta_app_oauth_role_assignment}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment okta_app_oauth_role_assignment}. #### Initializers @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Client ID for the role to be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#client_id AppOauthRoleAssignment#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#client_id AppOauthRoleAssignment#client_id} --- @@ -124,7 +124,7 @@ Role type to assign. This can be one of the standard Okta roles, such as `HELP_DESK_ADMIN`, or `CUSTOM`. Using custom requires the `resource_set` and `role` attributes to be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#type AppOauthRoleAssignment#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#type AppOauthRoleAssignment#type} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Resource set for the custom role to assign, must be the ID of the created resource set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#resource_set AppOauthRoleAssignment#resource_set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#resource_set AppOauthRoleAssignment#resource_set} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom Role ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#role AppOauthRoleAssignment#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#role AppOauthRoleAssignment#role} --- @@ -631,7 +631,7 @@ The construct id used in the generated config for the AppOauthRoleAssignment to The id of the existing AppOauthRoleAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#import import section} in the documentation of this resource for the id to use --- @@ -1067,7 +1067,7 @@ client_id: str Client ID for the role to be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#client_id AppOauthRoleAssignment#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#client_id AppOauthRoleAssignment#client_id} --- @@ -1083,7 +1083,7 @@ Role type to assign. This can be one of the standard Okta roles, such as `HELP_DESK_ADMIN`, or `CUSTOM`. Using custom requires the `resource_set` and `role` attributes to be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#type AppOauthRoleAssignment#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#type AppOauthRoleAssignment#type} --- @@ -1097,7 +1097,7 @@ resource_set: str Resource set for the custom role to assign, must be the ID of the created resource set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#resource_set AppOauthRoleAssignment#resource_set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#resource_set AppOauthRoleAssignment#resource_set} --- @@ -1111,7 +1111,7 @@ role: str Custom Role ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#role AppOauthRoleAssignment#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#role AppOauthRoleAssignment#role} --- diff --git a/docs/appOauthRoleAssignment.typescript.md b/docs/appOauthRoleAssignment.typescript.md index 25a6207d1..8ddd8bc67 100644 --- a/docs/appOauthRoleAssignment.typescript.md +++ b/docs/appOauthRoleAssignment.typescript.md @@ -4,7 +4,7 @@ ### AppOauthRoleAssignment -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment okta_app_oauth_role_assignment}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment okta_app_oauth_role_assignment}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the AppOauthRoleAssignment to The id of the existing AppOauthRoleAssignment that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#import import section} in the documentation of this resource for the id to use --- @@ -905,7 +905,7 @@ public readonly clientId: string; Client ID for the role to be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#client_id AppOauthRoleAssignment#client_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#client_id AppOauthRoleAssignment#client_id} --- @@ -921,7 +921,7 @@ Role type to assign. This can be one of the standard Okta roles, such as `HELP_DESK_ADMIN`, or `CUSTOM`. Using custom requires the `resource_set` and `role` attributes to be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#type AppOauthRoleAssignment#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#type AppOauthRoleAssignment#type} --- @@ -935,7 +935,7 @@ public readonly resourceSet: string; Resource set for the custom role to assign, must be the ID of the created resource set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#resource_set AppOauthRoleAssignment#resource_set} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#resource_set AppOauthRoleAssignment#resource_set} --- @@ -949,7 +949,7 @@ public readonly role: string; Custom Role ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_oauth_role_assignment#role AppOauthRoleAssignment#role} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_oauth_role_assignment#role AppOauthRoleAssignment#role} --- diff --git a/docs/appSaml.csharp.md b/docs/appSaml.csharp.md index bafd7ed21..f1632c2d0 100644 --- a/docs/appSaml.csharp.md +++ b/docs/appSaml.csharp.md @@ -4,7 +4,7 @@ ### AppSaml -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml okta_app_saml}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml okta_app_saml}. #### Initializers @@ -822,7 +822,7 @@ The construct id used in the generated config for the AppSaml to import. The id of the existing AppSaml that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#import import section} in the documentation of this resource for the id to use --- @@ -2253,7 +2253,7 @@ new AppSamlAttributeStatements { | FilterValue | string | Filter value to use. | | Namespace | string | The attribute namespace. It can be set to `urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified`, `urn:oasis:names:tc:SAML:2.0:attrname-format:uri`, or `urn:oasis:names:tc:SAML:2.0:attrname-format:basic`. | | Type | string | The type of attribute statements object. | -| Values | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#values AppSaml#values}. | +| Values | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#values AppSaml#values}. | --- @@ -2267,7 +2267,7 @@ public string Name { get; set; } The reference name of the attribute statement. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#name AppSaml#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#name AppSaml#name} --- @@ -2281,7 +2281,7 @@ public string FilterType { get; set; } Type of group attribute filter. Valid values are: `STARTS_WITH`, `EQUALS`, `CONTAINS`, or `REGEX`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#filter_type AppSaml#filter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#filter_type AppSaml#filter_type} --- @@ -2295,7 +2295,7 @@ public string FilterValue { get; set; } Filter value to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#filter_value AppSaml#filter_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#filter_value AppSaml#filter_value} --- @@ -2309,7 +2309,7 @@ public string Namespace { get; set; } The attribute namespace. It can be set to `urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified`, `urn:oasis:names:tc:SAML:2.0:attrname-format:uri`, or `urn:oasis:names:tc:SAML:2.0:attrname-format:basic`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#namespace AppSaml#namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#namespace AppSaml#namespace} --- @@ -2323,7 +2323,7 @@ public string Type { get; set; } The type of attribute statements object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#type AppSaml#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#type AppSaml#type} --- @@ -2335,7 +2335,7 @@ public string[] Values { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#values AppSaml#values}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#values AppSaml#values}. --- @@ -2437,7 +2437,7 @@ new AppSamlConfig { | HideIos | object | Do not display application icon on mobile app. | | HideWeb | object | Do not display application icon to users. | | HonorForceAuthn | object | Prompt user to re-authenticate if SP asks for it. Default is: `false`. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#id AppSaml#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#id AppSaml#id}. | | IdpIssuer | string | SAML issuer ID. | | ImplicitAssignment | object | *Early Access Property*. Enable Federation Broker Mode. | | InlineHookId | string | Saml Inline Hook setting. | @@ -2547,7 +2547,7 @@ public string Label { get; set; } The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#label AppSaml#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#label AppSaml#label} --- @@ -2561,7 +2561,7 @@ public string AccessibilityErrorRedirectUrl { get; set; } Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_error_redirect_url AppSaml#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_error_redirect_url AppSaml#accessibility_error_redirect_url} --- @@ -2575,7 +2575,7 @@ public string AccessibilityLoginRedirectUrl { get; set; } Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_login_redirect_url AppSaml#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_login_redirect_url AppSaml#accessibility_login_redirect_url} --- @@ -2589,7 +2589,7 @@ public object AccessibilitySelfService { get; set; } Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_self_service AppSaml#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_self_service AppSaml#accessibility_self_service} --- @@ -2603,7 +2603,7 @@ public string[] AcsEndpoints { get; set; } An array of ACS endpoints. You can configure a maximum of 100 endpoints. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#acs_endpoints AppSaml#acs_endpoints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#acs_endpoints AppSaml#acs_endpoints} --- @@ -2617,7 +2617,7 @@ public string AdminNote { get; set; } Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#admin_note AppSaml#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#admin_note AppSaml#admin_note} --- @@ -2631,7 +2631,7 @@ public string AppLinksJson { get; set; } Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#app_links_json AppSaml#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#app_links_json AppSaml#app_links_json} --- @@ -2645,7 +2645,7 @@ public string AppSettingsJson { get; set; } Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#app_settings_json AppSaml#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#app_settings_json AppSaml#app_settings_json} --- @@ -2659,7 +2659,7 @@ public object AssertionSigned { get; set; } Determines whether the SAML assertion is digitally signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#assertion_signed AppSaml#assertion_signed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#assertion_signed AppSaml#assertion_signed} --- @@ -2673,7 +2673,7 @@ public object AttributeStatements { get; set; } attribute_statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#attribute_statements AppSaml#attribute_statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#attribute_statements AppSaml#attribute_statements} --- @@ -2687,7 +2687,7 @@ public string Audience { get; set; } Audience Restriction. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#audience AppSaml#audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#audience AppSaml#audience} --- @@ -2703,7 +2703,7 @@ The ID of the associated `app_signon_policy`. If this property is removed from the application the `default` sign-on-policy will be associated with this application.y -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#authentication_policy AppSaml#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#authentication_policy AppSaml#authentication_policy} --- @@ -2717,7 +2717,7 @@ public string AuthnContextClassRef { get; set; } Identifies the SAML authentication context class for the assertion’s authentication statement. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#authn_context_class_ref AppSaml#authn_context_class_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#authn_context_class_ref AppSaml#authn_context_class_ref} --- @@ -2731,7 +2731,7 @@ public object AutoSubmitToolbar { get; set; } Display auto submit toolbar. Default is: `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#auto_submit_toolbar AppSaml#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#auto_submit_toolbar AppSaml#auto_submit_toolbar} --- @@ -2745,7 +2745,7 @@ public string DefaultRelayState { get; set; } Identifies a specific application resource in an IDP initiated SSO scenario. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#default_relay_state AppSaml#default_relay_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#default_relay_state AppSaml#default_relay_state} --- @@ -2759,7 +2759,7 @@ public string Destination { get; set; } Identifies the location where the SAML response is intended to be sent inside of the SAML assertion. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#destination AppSaml#destination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#destination AppSaml#destination} --- @@ -2773,7 +2773,7 @@ public string DigestAlgorithm { get; set; } Determines the digest algorithm used to digitally sign the SAML assertion and response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#digest_algorithm AppSaml#digest_algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#digest_algorithm AppSaml#digest_algorithm} --- @@ -2787,7 +2787,7 @@ public string EnduserNote { get; set; } Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#enduser_note AppSaml#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#enduser_note AppSaml#enduser_note} --- @@ -2801,7 +2801,7 @@ public object HideIos { get; set; } Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#hide_ios AppSaml#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#hide_ios AppSaml#hide_ios} --- @@ -2815,7 +2815,7 @@ public object HideWeb { get; set; } Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#hide_web AppSaml#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#hide_web AppSaml#hide_web} --- @@ -2829,7 +2829,7 @@ public object HonorForceAuthn { get; set; } Prompt user to re-authenticate if SP asks for it. Default is: `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#honor_force_authn AppSaml#honor_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#honor_force_authn AppSaml#honor_force_authn} --- @@ -2841,7 +2841,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#id AppSaml#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#id AppSaml#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2858,7 +2858,7 @@ public string IdpIssuer { get; set; } SAML issuer ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#idp_issuer AppSaml#idp_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#idp_issuer AppSaml#idp_issuer} --- @@ -2872,7 +2872,7 @@ public object ImplicitAssignment { get; set; } *Early Access Property*. Enable Federation Broker Mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#implicit_assignment AppSaml#implicit_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#implicit_assignment AppSaml#implicit_assignment} --- @@ -2886,7 +2886,7 @@ public string InlineHookId { get; set; } Saml Inline Hook setting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#inline_hook_id AppSaml#inline_hook_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#inline_hook_id AppSaml#inline_hook_id} --- @@ -2900,7 +2900,7 @@ public string KeyName { get; set; } Certificate name. This modulates the rotation of keys. New name == new key. Required to be set with `key_years_valid`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#key_name AppSaml#key_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#key_name AppSaml#key_name} --- @@ -2914,7 +2914,7 @@ public double KeyYearsValid { get; set; } Number of years the certificate is valid (2 - 10 years). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#key_years_valid AppSaml#key_years_valid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#key_years_valid AppSaml#key_years_valid} --- @@ -2930,7 +2930,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#logo AppSaml#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#logo AppSaml#logo} --- @@ -2955,7 +2955,7 @@ For instance 'slack'. If not included a custom app will be created. If not prov 'digest_algorithm' 'authn_context_class_ref' -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#preconfigured_app AppSaml#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#preconfigured_app AppSaml#preconfigured_app} --- @@ -2969,7 +2969,7 @@ public string Recipient { get; set; } The location where the app may present the SAML assertion. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#recipient AppSaml#recipient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#recipient AppSaml#recipient} --- @@ -2983,7 +2983,7 @@ public object RequestCompressed { get; set; } Denotes whether the request is compressed or not. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#request_compressed AppSaml#request_compressed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#request_compressed AppSaml#request_compressed} --- @@ -2997,7 +2997,7 @@ public object ResponseSigned { get; set; } Determines whether the SAML auth response message is digitally signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#response_signed AppSaml#response_signed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#response_signed AppSaml#response_signed} --- @@ -3011,7 +3011,7 @@ public object SamlSignedRequestEnabled { get; set; } SAML Signed Request enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#saml_signed_request_enabled AppSaml#saml_signed_request_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#saml_signed_request_enabled AppSaml#saml_signed_request_enabled} --- @@ -3025,7 +3025,7 @@ public string SamlVersion { get; set; } SAML version for the app's sign-on mode. Valid values are: `2.0` or `1.1`. Default is `2.0`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#saml_version AppSaml#saml_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#saml_version AppSaml#saml_version} --- @@ -3039,7 +3039,7 @@ public string SignatureAlgorithm { get; set; } Signature algorithm used to digitally sign the assertion and response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#signature_algorithm AppSaml#signature_algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#signature_algorithm AppSaml#signature_algorithm} --- @@ -3055,7 +3055,7 @@ x509 encoded certificate that the Service Provider uses to sign Single Logout re Note: should be provided without `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----`, see [official documentation](https://developer.okta.com/docs/reference/api/apps/#service-provider-certificate). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_certificate AppSaml#single_logout_certificate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_certificate AppSaml#single_logout_certificate} --- @@ -3069,7 +3069,7 @@ public string SingleLogoutIssuer { get; set; } The issuer of the Service Provider that generates the Single Logout request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_issuer AppSaml#single_logout_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_issuer AppSaml#single_logout_issuer} --- @@ -3083,7 +3083,7 @@ public string SingleLogoutUrl { get; set; } The location where the logout response is sent. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_url AppSaml#single_logout_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_url AppSaml#single_logout_url} --- @@ -3097,7 +3097,7 @@ public string SpIssuer { get; set; } SAML SP issuer ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#sp_issuer AppSaml#sp_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#sp_issuer AppSaml#sp_issuer} --- @@ -3111,7 +3111,7 @@ public string SsoUrl { get; set; } Single Sign On URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#sso_url AppSaml#sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#sso_url AppSaml#sso_url} --- @@ -3125,7 +3125,7 @@ public string Status { get; set; } Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#status AppSaml#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#status AppSaml#status} --- @@ -3139,7 +3139,7 @@ public string SubjectNameIdFormat { get; set; } Identifies the SAML processing rules. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#subject_name_id_format AppSaml#subject_name_id_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#subject_name_id_format AppSaml#subject_name_id_format} --- @@ -3153,7 +3153,7 @@ public string SubjectNameIdTemplate { get; set; } Template for app user's username when a user is assigned to the app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#subject_name_id_template AppSaml#subject_name_id_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#subject_name_id_template AppSaml#subject_name_id_template} --- @@ -3167,7 +3167,7 @@ public AppSamlTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#timeouts AppSaml#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#timeouts AppSaml#timeouts} --- @@ -3181,7 +3181,7 @@ public string UserNameTemplate { get; set; } Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template AppSaml#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template AppSaml#user_name_template} --- @@ -3195,7 +3195,7 @@ public string UserNameTemplatePushStatus { get; set; } Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_push_status AppSaml#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_push_status AppSaml#user_name_template_push_status} --- @@ -3209,7 +3209,7 @@ public string UserNameTemplateSuffix { get; set; } Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_suffix AppSaml#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_suffix AppSaml#user_name_template_suffix} --- @@ -3223,7 +3223,7 @@ public string UserNameTemplateType { get; set; } Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_type AppSaml#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_type AppSaml#user_name_template_type} --- @@ -3258,9 +3258,9 @@ new AppSamlTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#create AppSaml#create}. | -| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#read AppSaml#read}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#update AppSaml#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#create AppSaml#create}. | +| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#read AppSaml#read}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#update AppSaml#update}. | --- @@ -3272,7 +3272,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#create AppSaml#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#create AppSaml#create}. --- @@ -3284,7 +3284,7 @@ public string Read { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#read AppSaml#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#read AppSaml#read}. --- @@ -3296,7 +3296,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#update AppSaml#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#update AppSaml#update}. --- diff --git a/docs/appSaml.go.md b/docs/appSaml.go.md index a279c5872..cc3639248 100644 --- a/docs/appSaml.go.md +++ b/docs/appSaml.go.md @@ -4,7 +4,7 @@ ### AppSaml -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml okta_app_saml}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml okta_app_saml}. #### Initializers @@ -822,7 +822,7 @@ The construct id used in the generated config for the AppSaml to import. The id of the existing AppSaml that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#import import section} in the documentation of this resource for the id to use --- @@ -2253,7 +2253,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appsaml" | FilterValue | *string | Filter value to use. | | Namespace | *string | The attribute namespace. It can be set to `urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified`, `urn:oasis:names:tc:SAML:2.0:attrname-format:uri`, or `urn:oasis:names:tc:SAML:2.0:attrname-format:basic`. | | Type | *string | The type of attribute statements object. | -| Values | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#values AppSaml#values}. | +| Values | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#values AppSaml#values}. | --- @@ -2267,7 +2267,7 @@ Name *string The reference name of the attribute statement. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#name AppSaml#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#name AppSaml#name} --- @@ -2281,7 +2281,7 @@ FilterType *string Type of group attribute filter. Valid values are: `STARTS_WITH`, `EQUALS`, `CONTAINS`, or `REGEX`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#filter_type AppSaml#filter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#filter_type AppSaml#filter_type} --- @@ -2295,7 +2295,7 @@ FilterValue *string Filter value to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#filter_value AppSaml#filter_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#filter_value AppSaml#filter_value} --- @@ -2309,7 +2309,7 @@ Namespace *string The attribute namespace. It can be set to `urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified`, `urn:oasis:names:tc:SAML:2.0:attrname-format:uri`, or `urn:oasis:names:tc:SAML:2.0:attrname-format:basic`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#namespace AppSaml#namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#namespace AppSaml#namespace} --- @@ -2323,7 +2323,7 @@ Type *string The type of attribute statements object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#type AppSaml#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#type AppSaml#type} --- @@ -2335,7 +2335,7 @@ Values *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#values AppSaml#values}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#values AppSaml#values}. --- @@ -2437,7 +2437,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appsaml" | HideIos | interface{} | Do not display application icon on mobile app. | | HideWeb | interface{} | Do not display application icon to users. | | HonorForceAuthn | interface{} | Prompt user to re-authenticate if SP asks for it. Default is: `false`. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#id AppSaml#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#id AppSaml#id}. | | IdpIssuer | *string | SAML issuer ID. | | ImplicitAssignment | interface{} | *Early Access Property*. Enable Federation Broker Mode. | | InlineHookId | *string | Saml Inline Hook setting. | @@ -2547,7 +2547,7 @@ Label *string The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#label AppSaml#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#label AppSaml#label} --- @@ -2561,7 +2561,7 @@ AccessibilityErrorRedirectUrl *string Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_error_redirect_url AppSaml#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_error_redirect_url AppSaml#accessibility_error_redirect_url} --- @@ -2575,7 +2575,7 @@ AccessibilityLoginRedirectUrl *string Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_login_redirect_url AppSaml#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_login_redirect_url AppSaml#accessibility_login_redirect_url} --- @@ -2589,7 +2589,7 @@ AccessibilitySelfService interface{} Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_self_service AppSaml#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_self_service AppSaml#accessibility_self_service} --- @@ -2603,7 +2603,7 @@ AcsEndpoints *[]*string An array of ACS endpoints. You can configure a maximum of 100 endpoints. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#acs_endpoints AppSaml#acs_endpoints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#acs_endpoints AppSaml#acs_endpoints} --- @@ -2617,7 +2617,7 @@ AdminNote *string Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#admin_note AppSaml#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#admin_note AppSaml#admin_note} --- @@ -2631,7 +2631,7 @@ AppLinksJson *string Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#app_links_json AppSaml#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#app_links_json AppSaml#app_links_json} --- @@ -2645,7 +2645,7 @@ AppSettingsJson *string Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#app_settings_json AppSaml#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#app_settings_json AppSaml#app_settings_json} --- @@ -2659,7 +2659,7 @@ AssertionSigned interface{} Determines whether the SAML assertion is digitally signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#assertion_signed AppSaml#assertion_signed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#assertion_signed AppSaml#assertion_signed} --- @@ -2673,7 +2673,7 @@ AttributeStatements interface{} attribute_statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#attribute_statements AppSaml#attribute_statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#attribute_statements AppSaml#attribute_statements} --- @@ -2687,7 +2687,7 @@ Audience *string Audience Restriction. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#audience AppSaml#audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#audience AppSaml#audience} --- @@ -2703,7 +2703,7 @@ The ID of the associated `app_signon_policy`. If this property is removed from the application the `default` sign-on-policy will be associated with this application.y -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#authentication_policy AppSaml#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#authentication_policy AppSaml#authentication_policy} --- @@ -2717,7 +2717,7 @@ AuthnContextClassRef *string Identifies the SAML authentication context class for the assertion’s authentication statement. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#authn_context_class_ref AppSaml#authn_context_class_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#authn_context_class_ref AppSaml#authn_context_class_ref} --- @@ -2731,7 +2731,7 @@ AutoSubmitToolbar interface{} Display auto submit toolbar. Default is: `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#auto_submit_toolbar AppSaml#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#auto_submit_toolbar AppSaml#auto_submit_toolbar} --- @@ -2745,7 +2745,7 @@ DefaultRelayState *string Identifies a specific application resource in an IDP initiated SSO scenario. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#default_relay_state AppSaml#default_relay_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#default_relay_state AppSaml#default_relay_state} --- @@ -2759,7 +2759,7 @@ Destination *string Identifies the location where the SAML response is intended to be sent inside of the SAML assertion. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#destination AppSaml#destination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#destination AppSaml#destination} --- @@ -2773,7 +2773,7 @@ DigestAlgorithm *string Determines the digest algorithm used to digitally sign the SAML assertion and response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#digest_algorithm AppSaml#digest_algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#digest_algorithm AppSaml#digest_algorithm} --- @@ -2787,7 +2787,7 @@ EnduserNote *string Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#enduser_note AppSaml#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#enduser_note AppSaml#enduser_note} --- @@ -2801,7 +2801,7 @@ HideIos interface{} Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#hide_ios AppSaml#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#hide_ios AppSaml#hide_ios} --- @@ -2815,7 +2815,7 @@ HideWeb interface{} Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#hide_web AppSaml#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#hide_web AppSaml#hide_web} --- @@ -2829,7 +2829,7 @@ HonorForceAuthn interface{} Prompt user to re-authenticate if SP asks for it. Default is: `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#honor_force_authn AppSaml#honor_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#honor_force_authn AppSaml#honor_force_authn} --- @@ -2841,7 +2841,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#id AppSaml#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#id AppSaml#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2858,7 +2858,7 @@ IdpIssuer *string SAML issuer ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#idp_issuer AppSaml#idp_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#idp_issuer AppSaml#idp_issuer} --- @@ -2872,7 +2872,7 @@ ImplicitAssignment interface{} *Early Access Property*. Enable Federation Broker Mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#implicit_assignment AppSaml#implicit_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#implicit_assignment AppSaml#implicit_assignment} --- @@ -2886,7 +2886,7 @@ InlineHookId *string Saml Inline Hook setting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#inline_hook_id AppSaml#inline_hook_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#inline_hook_id AppSaml#inline_hook_id} --- @@ -2900,7 +2900,7 @@ KeyName *string Certificate name. This modulates the rotation of keys. New name == new key. Required to be set with `key_years_valid`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#key_name AppSaml#key_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#key_name AppSaml#key_name} --- @@ -2914,7 +2914,7 @@ KeyYearsValid *f64 Number of years the certificate is valid (2 - 10 years). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#key_years_valid AppSaml#key_years_valid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#key_years_valid AppSaml#key_years_valid} --- @@ -2930,7 +2930,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#logo AppSaml#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#logo AppSaml#logo} --- @@ -2955,7 +2955,7 @@ For instance 'slack'. If not included a custom app will be created. If not prov 'digest_algorithm' 'authn_context_class_ref' -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#preconfigured_app AppSaml#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#preconfigured_app AppSaml#preconfigured_app} --- @@ -2969,7 +2969,7 @@ Recipient *string The location where the app may present the SAML assertion. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#recipient AppSaml#recipient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#recipient AppSaml#recipient} --- @@ -2983,7 +2983,7 @@ RequestCompressed interface{} Denotes whether the request is compressed or not. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#request_compressed AppSaml#request_compressed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#request_compressed AppSaml#request_compressed} --- @@ -2997,7 +2997,7 @@ ResponseSigned interface{} Determines whether the SAML auth response message is digitally signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#response_signed AppSaml#response_signed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#response_signed AppSaml#response_signed} --- @@ -3011,7 +3011,7 @@ SamlSignedRequestEnabled interface{} SAML Signed Request enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#saml_signed_request_enabled AppSaml#saml_signed_request_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#saml_signed_request_enabled AppSaml#saml_signed_request_enabled} --- @@ -3025,7 +3025,7 @@ SamlVersion *string SAML version for the app's sign-on mode. Valid values are: `2.0` or `1.1`. Default is `2.0`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#saml_version AppSaml#saml_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#saml_version AppSaml#saml_version} --- @@ -3039,7 +3039,7 @@ SignatureAlgorithm *string Signature algorithm used to digitally sign the assertion and response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#signature_algorithm AppSaml#signature_algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#signature_algorithm AppSaml#signature_algorithm} --- @@ -3055,7 +3055,7 @@ x509 encoded certificate that the Service Provider uses to sign Single Logout re Note: should be provided without `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----`, see [official documentation](https://developer.okta.com/docs/reference/api/apps/#service-provider-certificate). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_certificate AppSaml#single_logout_certificate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_certificate AppSaml#single_logout_certificate} --- @@ -3069,7 +3069,7 @@ SingleLogoutIssuer *string The issuer of the Service Provider that generates the Single Logout request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_issuer AppSaml#single_logout_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_issuer AppSaml#single_logout_issuer} --- @@ -3083,7 +3083,7 @@ SingleLogoutUrl *string The location where the logout response is sent. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_url AppSaml#single_logout_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_url AppSaml#single_logout_url} --- @@ -3097,7 +3097,7 @@ SpIssuer *string SAML SP issuer ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#sp_issuer AppSaml#sp_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#sp_issuer AppSaml#sp_issuer} --- @@ -3111,7 +3111,7 @@ SsoUrl *string Single Sign On URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#sso_url AppSaml#sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#sso_url AppSaml#sso_url} --- @@ -3125,7 +3125,7 @@ Status *string Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#status AppSaml#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#status AppSaml#status} --- @@ -3139,7 +3139,7 @@ SubjectNameIdFormat *string Identifies the SAML processing rules. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#subject_name_id_format AppSaml#subject_name_id_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#subject_name_id_format AppSaml#subject_name_id_format} --- @@ -3153,7 +3153,7 @@ SubjectNameIdTemplate *string Template for app user's username when a user is assigned to the app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#subject_name_id_template AppSaml#subject_name_id_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#subject_name_id_template AppSaml#subject_name_id_template} --- @@ -3167,7 +3167,7 @@ Timeouts AppSamlTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#timeouts AppSaml#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#timeouts AppSaml#timeouts} --- @@ -3181,7 +3181,7 @@ UserNameTemplate *string Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template AppSaml#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template AppSaml#user_name_template} --- @@ -3195,7 +3195,7 @@ UserNameTemplatePushStatus *string Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_push_status AppSaml#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_push_status AppSaml#user_name_template_push_status} --- @@ -3209,7 +3209,7 @@ UserNameTemplateSuffix *string Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_suffix AppSaml#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_suffix AppSaml#user_name_template_suffix} --- @@ -3223,7 +3223,7 @@ UserNameTemplateType *string Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_type AppSaml#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_type AppSaml#user_name_template_type} --- @@ -3258,9 +3258,9 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appsaml" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#create AppSaml#create}. | -| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#read AppSaml#read}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#update AppSaml#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#create AppSaml#create}. | +| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#read AppSaml#read}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#update AppSaml#update}. | --- @@ -3272,7 +3272,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#create AppSaml#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#create AppSaml#create}. --- @@ -3284,7 +3284,7 @@ Read *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#read AppSaml#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#read AppSaml#read}. --- @@ -3296,7 +3296,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#update AppSaml#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#update AppSaml#update}. --- diff --git a/docs/appSaml.java.md b/docs/appSaml.java.md index 98ca3cfc0..a1f26b940 100644 --- a/docs/appSaml.java.md +++ b/docs/appSaml.java.md @@ -4,7 +4,7 @@ ### AppSaml -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml okta_app_saml}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml okta_app_saml}. #### Initializers @@ -117,7 +117,7 @@ AppSaml.Builder.create(Construct scope, java.lang.String id) | hideIos | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon to users. | | honorForceAuthn | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Prompt user to re-authenticate if SP asks for it. Default is: `false`. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#id AppSaml#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#id AppSaml#id}. | | idpIssuer | java.lang.String | SAML issuer ID. | | implicitAssignment | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *Early Access Property*. Enable Federation Broker Mode. | | inlineHookId | java.lang.String | Saml Inline Hook setting. | @@ -213,7 +213,7 @@ Must be unique amongst siblings in the same scope The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#label AppSaml#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#label AppSaml#label} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_error_redirect_url AppSaml#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_error_redirect_url AppSaml#accessibility_error_redirect_url} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_login_redirect_url AppSaml#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_login_redirect_url AppSaml#accessibility_login_redirect_url} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_self_service AppSaml#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_self_service AppSaml#accessibility_self_service} --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ An array of ACS endpoints. You can configure a maximum of 100 endpoints. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#acs_endpoints AppSaml#acs_endpoints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#acs_endpoints AppSaml#acs_endpoints} --- @@ -263,7 +263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#admin_note AppSaml#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#admin_note AppSaml#admin_note} --- @@ -273,7 +273,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#app_links_json AppSaml#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#app_links_json AppSaml#app_links_json} --- @@ -283,7 +283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#app_settings_json AppSaml#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#app_settings_json AppSaml#app_settings_json} --- @@ -293,7 +293,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Determines whether the SAML assertion is digitally signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#assertion_signed AppSaml#assertion_signed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#assertion_signed AppSaml#assertion_signed} --- @@ -303,7 +303,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ attribute_statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#attribute_statements AppSaml#attribute_statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#attribute_statements AppSaml#attribute_statements} --- @@ -313,7 +313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Audience Restriction. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#audience AppSaml#audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#audience AppSaml#audience} --- @@ -325,7 +325,7 @@ The ID of the associated `app_signon_policy`. If this property is removed from the application the `default` sign-on-policy will be associated with this application.y -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#authentication_policy AppSaml#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#authentication_policy AppSaml#authentication_policy} --- @@ -335,7 +335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Identifies the SAML authentication context class for the assertion’s authentication statement. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#authn_context_class_ref AppSaml#authn_context_class_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#authn_context_class_ref AppSaml#authn_context_class_ref} --- @@ -345,7 +345,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display auto submit toolbar. Default is: `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#auto_submit_toolbar AppSaml#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#auto_submit_toolbar AppSaml#auto_submit_toolbar} --- @@ -355,7 +355,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Identifies a specific application resource in an IDP initiated SSO scenario. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#default_relay_state AppSaml#default_relay_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#default_relay_state AppSaml#default_relay_state} --- @@ -365,7 +365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Identifies the location where the SAML response is intended to be sent inside of the SAML assertion. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#destination AppSaml#destination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#destination AppSaml#destination} --- @@ -375,7 +375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Determines the digest algorithm used to digitally sign the SAML assertion and response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#digest_algorithm AppSaml#digest_algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#digest_algorithm AppSaml#digest_algorithm} --- @@ -385,7 +385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#enduser_note AppSaml#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#enduser_note AppSaml#enduser_note} --- @@ -395,7 +395,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#hide_ios AppSaml#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#hide_ios AppSaml#hide_ios} --- @@ -405,7 +405,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#hide_web AppSaml#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#hide_web AppSaml#hide_web} --- @@ -415,7 +415,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Prompt user to re-authenticate if SP asks for it. Default is: `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#honor_force_authn AppSaml#honor_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#honor_force_authn AppSaml#honor_force_authn} --- @@ -423,7 +423,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#id AppSaml#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#id AppSaml#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -436,7 +436,7 @@ If you experience problems setting this value it might not be settable. Please t SAML issuer ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#idp_issuer AppSaml#idp_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#idp_issuer AppSaml#idp_issuer} --- @@ -446,7 +446,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ *Early Access Property*. Enable Federation Broker Mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#implicit_assignment AppSaml#implicit_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#implicit_assignment AppSaml#implicit_assignment} --- @@ -456,7 +456,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Saml Inline Hook setting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#inline_hook_id AppSaml#inline_hook_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#inline_hook_id AppSaml#inline_hook_id} --- @@ -466,7 +466,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Certificate name. This modulates the rotation of keys. New name == new key. Required to be set with `key_years_valid`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#key_name AppSaml#key_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#key_name AppSaml#key_name} --- @@ -476,7 +476,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Number of years the certificate is valid (2 - 10 years). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#key_years_valid AppSaml#key_years_valid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#key_years_valid AppSaml#key_years_valid} --- @@ -488,7 +488,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#logo AppSaml#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#logo AppSaml#logo} --- @@ -509,7 +509,7 @@ For instance 'slack'. If not included a custom app will be created. If not prov 'digest_algorithm' 'authn_context_class_ref' -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#preconfigured_app AppSaml#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#preconfigured_app AppSaml#preconfigured_app} --- @@ -519,7 +519,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The location where the app may present the SAML assertion. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#recipient AppSaml#recipient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#recipient AppSaml#recipient} --- @@ -529,7 +529,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Denotes whether the request is compressed or not. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#request_compressed AppSaml#request_compressed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#request_compressed AppSaml#request_compressed} --- @@ -539,7 +539,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Determines whether the SAML auth response message is digitally signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#response_signed AppSaml#response_signed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#response_signed AppSaml#response_signed} --- @@ -549,7 +549,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ SAML Signed Request enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#saml_signed_request_enabled AppSaml#saml_signed_request_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#saml_signed_request_enabled AppSaml#saml_signed_request_enabled} --- @@ -559,7 +559,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ SAML version for the app's sign-on mode. Valid values are: `2.0` or `1.1`. Default is `2.0`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#saml_version AppSaml#saml_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#saml_version AppSaml#saml_version} --- @@ -569,7 +569,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Signature algorithm used to digitally sign the assertion and response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#signature_algorithm AppSaml#signature_algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#signature_algorithm AppSaml#signature_algorithm} --- @@ -581,7 +581,7 @@ x509 encoded certificate that the Service Provider uses to sign Single Logout re Note: should be provided without `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----`, see [official documentation](https://developer.okta.com/docs/reference/api/apps/#service-provider-certificate). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_certificate AppSaml#single_logout_certificate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_certificate AppSaml#single_logout_certificate} --- @@ -591,7 +591,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The issuer of the Service Provider that generates the Single Logout request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_issuer AppSaml#single_logout_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_issuer AppSaml#single_logout_issuer} --- @@ -601,7 +601,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The location where the logout response is sent. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_url AppSaml#single_logout_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_url AppSaml#single_logout_url} --- @@ -611,7 +611,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ SAML SP issuer ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#sp_issuer AppSaml#sp_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#sp_issuer AppSaml#sp_issuer} --- @@ -621,7 +621,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Single Sign On URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#sso_url AppSaml#sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#sso_url AppSaml#sso_url} --- @@ -631,7 +631,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#status AppSaml#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#status AppSaml#status} --- @@ -641,7 +641,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Identifies the SAML processing rules. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#subject_name_id_format AppSaml#subject_name_id_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#subject_name_id_format AppSaml#subject_name_id_format} --- @@ -651,7 +651,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Template for app user's username when a user is assigned to the app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#subject_name_id_template AppSaml#subject_name_id_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#subject_name_id_template AppSaml#subject_name_id_template} --- @@ -661,7 +661,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#timeouts AppSaml#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#timeouts AppSaml#timeouts} --- @@ -671,7 +671,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template AppSaml#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template AppSaml#user_name_template} --- @@ -681,7 +681,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_push_status AppSaml#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_push_status AppSaml#user_name_template_push_status} --- @@ -691,7 +691,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_suffix AppSaml#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_suffix AppSaml#user_name_template_suffix} --- @@ -701,7 +701,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_type AppSaml#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_type AppSaml#user_name_template_type} --- @@ -1483,7 +1483,7 @@ The construct id used in the generated config for the AppSaml to import. The id of the existing AppSaml that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#import import section} in the documentation of this resource for the id to use --- @@ -2914,7 +2914,7 @@ AppSamlAttributeStatements.builder() | filterValue | java.lang.String | Filter value to use. | | namespace | java.lang.String | The attribute namespace. It can be set to `urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified`, `urn:oasis:names:tc:SAML:2.0:attrname-format:uri`, or `urn:oasis:names:tc:SAML:2.0:attrname-format:basic`. | | type | java.lang.String | The type of attribute statements object. | -| values | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#values AppSaml#values}. | +| values | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#values AppSaml#values}. | --- @@ -2928,7 +2928,7 @@ public java.lang.String getName(); The reference name of the attribute statement. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#name AppSaml#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#name AppSaml#name} --- @@ -2942,7 +2942,7 @@ public java.lang.String getFilterType(); Type of group attribute filter. Valid values are: `STARTS_WITH`, `EQUALS`, `CONTAINS`, or `REGEX`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#filter_type AppSaml#filter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#filter_type AppSaml#filter_type} --- @@ -2956,7 +2956,7 @@ public java.lang.String getFilterValue(); Filter value to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#filter_value AppSaml#filter_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#filter_value AppSaml#filter_value} --- @@ -2970,7 +2970,7 @@ public java.lang.String getNamespace(); The attribute namespace. It can be set to `urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified`, `urn:oasis:names:tc:SAML:2.0:attrname-format:uri`, or `urn:oasis:names:tc:SAML:2.0:attrname-format:basic`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#namespace AppSaml#namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#namespace AppSaml#namespace} --- @@ -2984,7 +2984,7 @@ public java.lang.String getType(); The type of attribute statements object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#type AppSaml#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#type AppSaml#type} --- @@ -2996,7 +2996,7 @@ public java.util.List getValues(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#values AppSaml#values}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#values AppSaml#values}. --- @@ -3113,7 +3113,7 @@ AppSamlConfig.builder() | hideIos | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon to users. | | honorForceAuthn | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Prompt user to re-authenticate if SP asks for it. Default is: `false`. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#id AppSaml#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#id AppSaml#id}. | | idpIssuer | java.lang.String | SAML issuer ID. | | implicitAssignment | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | *Early Access Property*. Enable Federation Broker Mode. | | inlineHookId | java.lang.String | Saml Inline Hook setting. | @@ -3223,7 +3223,7 @@ public java.lang.String getLabel(); The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#label AppSaml#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#label AppSaml#label} --- @@ -3237,7 +3237,7 @@ public java.lang.String getAccessibilityErrorRedirectUrl(); Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_error_redirect_url AppSaml#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_error_redirect_url AppSaml#accessibility_error_redirect_url} --- @@ -3251,7 +3251,7 @@ public java.lang.String getAccessibilityLoginRedirectUrl(); Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_login_redirect_url AppSaml#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_login_redirect_url AppSaml#accessibility_login_redirect_url} --- @@ -3265,7 +3265,7 @@ public java.lang.Object getAccessibilitySelfService(); Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_self_service AppSaml#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_self_service AppSaml#accessibility_self_service} --- @@ -3279,7 +3279,7 @@ public java.util.List getAcsEndpoints(); An array of ACS endpoints. You can configure a maximum of 100 endpoints. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#acs_endpoints AppSaml#acs_endpoints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#acs_endpoints AppSaml#acs_endpoints} --- @@ -3293,7 +3293,7 @@ public java.lang.String getAdminNote(); Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#admin_note AppSaml#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#admin_note AppSaml#admin_note} --- @@ -3307,7 +3307,7 @@ public java.lang.String getAppLinksJson(); Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#app_links_json AppSaml#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#app_links_json AppSaml#app_links_json} --- @@ -3321,7 +3321,7 @@ public java.lang.String getAppSettingsJson(); Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#app_settings_json AppSaml#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#app_settings_json AppSaml#app_settings_json} --- @@ -3335,7 +3335,7 @@ public java.lang.Object getAssertionSigned(); Determines whether the SAML assertion is digitally signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#assertion_signed AppSaml#assertion_signed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#assertion_signed AppSaml#assertion_signed} --- @@ -3349,7 +3349,7 @@ public java.lang.Object getAttributeStatements(); attribute_statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#attribute_statements AppSaml#attribute_statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#attribute_statements AppSaml#attribute_statements} --- @@ -3363,7 +3363,7 @@ public java.lang.String getAudience(); Audience Restriction. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#audience AppSaml#audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#audience AppSaml#audience} --- @@ -3379,7 +3379,7 @@ The ID of the associated `app_signon_policy`. If this property is removed from the application the `default` sign-on-policy will be associated with this application.y -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#authentication_policy AppSaml#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#authentication_policy AppSaml#authentication_policy} --- @@ -3393,7 +3393,7 @@ public java.lang.String getAuthnContextClassRef(); Identifies the SAML authentication context class for the assertion’s authentication statement. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#authn_context_class_ref AppSaml#authn_context_class_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#authn_context_class_ref AppSaml#authn_context_class_ref} --- @@ -3407,7 +3407,7 @@ public java.lang.Object getAutoSubmitToolbar(); Display auto submit toolbar. Default is: `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#auto_submit_toolbar AppSaml#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#auto_submit_toolbar AppSaml#auto_submit_toolbar} --- @@ -3421,7 +3421,7 @@ public java.lang.String getDefaultRelayState(); Identifies a specific application resource in an IDP initiated SSO scenario. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#default_relay_state AppSaml#default_relay_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#default_relay_state AppSaml#default_relay_state} --- @@ -3435,7 +3435,7 @@ public java.lang.String getDestination(); Identifies the location where the SAML response is intended to be sent inside of the SAML assertion. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#destination AppSaml#destination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#destination AppSaml#destination} --- @@ -3449,7 +3449,7 @@ public java.lang.String getDigestAlgorithm(); Determines the digest algorithm used to digitally sign the SAML assertion and response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#digest_algorithm AppSaml#digest_algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#digest_algorithm AppSaml#digest_algorithm} --- @@ -3463,7 +3463,7 @@ public java.lang.String getEnduserNote(); Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#enduser_note AppSaml#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#enduser_note AppSaml#enduser_note} --- @@ -3477,7 +3477,7 @@ public java.lang.Object getHideIos(); Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#hide_ios AppSaml#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#hide_ios AppSaml#hide_ios} --- @@ -3491,7 +3491,7 @@ public java.lang.Object getHideWeb(); Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#hide_web AppSaml#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#hide_web AppSaml#hide_web} --- @@ -3505,7 +3505,7 @@ public java.lang.Object getHonorForceAuthn(); Prompt user to re-authenticate if SP asks for it. Default is: `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#honor_force_authn AppSaml#honor_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#honor_force_authn AppSaml#honor_force_authn} --- @@ -3517,7 +3517,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#id AppSaml#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#id AppSaml#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3534,7 +3534,7 @@ public java.lang.String getIdpIssuer(); SAML issuer ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#idp_issuer AppSaml#idp_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#idp_issuer AppSaml#idp_issuer} --- @@ -3548,7 +3548,7 @@ public java.lang.Object getImplicitAssignment(); *Early Access Property*. Enable Federation Broker Mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#implicit_assignment AppSaml#implicit_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#implicit_assignment AppSaml#implicit_assignment} --- @@ -3562,7 +3562,7 @@ public java.lang.String getInlineHookId(); Saml Inline Hook setting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#inline_hook_id AppSaml#inline_hook_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#inline_hook_id AppSaml#inline_hook_id} --- @@ -3576,7 +3576,7 @@ public java.lang.String getKeyName(); Certificate name. This modulates the rotation of keys. New name == new key. Required to be set with `key_years_valid`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#key_name AppSaml#key_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#key_name AppSaml#key_name} --- @@ -3590,7 +3590,7 @@ public java.lang.Number getKeyYearsValid(); Number of years the certificate is valid (2 - 10 years). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#key_years_valid AppSaml#key_years_valid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#key_years_valid AppSaml#key_years_valid} --- @@ -3606,7 +3606,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#logo AppSaml#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#logo AppSaml#logo} --- @@ -3631,7 +3631,7 @@ For instance 'slack'. If not included a custom app will be created. If not prov 'digest_algorithm' 'authn_context_class_ref' -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#preconfigured_app AppSaml#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#preconfigured_app AppSaml#preconfigured_app} --- @@ -3645,7 +3645,7 @@ public java.lang.String getRecipient(); The location where the app may present the SAML assertion. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#recipient AppSaml#recipient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#recipient AppSaml#recipient} --- @@ -3659,7 +3659,7 @@ public java.lang.Object getRequestCompressed(); Denotes whether the request is compressed or not. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#request_compressed AppSaml#request_compressed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#request_compressed AppSaml#request_compressed} --- @@ -3673,7 +3673,7 @@ public java.lang.Object getResponseSigned(); Determines whether the SAML auth response message is digitally signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#response_signed AppSaml#response_signed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#response_signed AppSaml#response_signed} --- @@ -3687,7 +3687,7 @@ public java.lang.Object getSamlSignedRequestEnabled(); SAML Signed Request enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#saml_signed_request_enabled AppSaml#saml_signed_request_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#saml_signed_request_enabled AppSaml#saml_signed_request_enabled} --- @@ -3701,7 +3701,7 @@ public java.lang.String getSamlVersion(); SAML version for the app's sign-on mode. Valid values are: `2.0` or `1.1`. Default is `2.0`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#saml_version AppSaml#saml_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#saml_version AppSaml#saml_version} --- @@ -3715,7 +3715,7 @@ public java.lang.String getSignatureAlgorithm(); Signature algorithm used to digitally sign the assertion and response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#signature_algorithm AppSaml#signature_algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#signature_algorithm AppSaml#signature_algorithm} --- @@ -3731,7 +3731,7 @@ x509 encoded certificate that the Service Provider uses to sign Single Logout re Note: should be provided without `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----`, see [official documentation](https://developer.okta.com/docs/reference/api/apps/#service-provider-certificate). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_certificate AppSaml#single_logout_certificate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_certificate AppSaml#single_logout_certificate} --- @@ -3745,7 +3745,7 @@ public java.lang.String getSingleLogoutIssuer(); The issuer of the Service Provider that generates the Single Logout request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_issuer AppSaml#single_logout_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_issuer AppSaml#single_logout_issuer} --- @@ -3759,7 +3759,7 @@ public java.lang.String getSingleLogoutUrl(); The location where the logout response is sent. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_url AppSaml#single_logout_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_url AppSaml#single_logout_url} --- @@ -3773,7 +3773,7 @@ public java.lang.String getSpIssuer(); SAML SP issuer ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#sp_issuer AppSaml#sp_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#sp_issuer AppSaml#sp_issuer} --- @@ -3787,7 +3787,7 @@ public java.lang.String getSsoUrl(); Single Sign On URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#sso_url AppSaml#sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#sso_url AppSaml#sso_url} --- @@ -3801,7 +3801,7 @@ public java.lang.String getStatus(); Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#status AppSaml#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#status AppSaml#status} --- @@ -3815,7 +3815,7 @@ public java.lang.String getSubjectNameIdFormat(); Identifies the SAML processing rules. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#subject_name_id_format AppSaml#subject_name_id_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#subject_name_id_format AppSaml#subject_name_id_format} --- @@ -3829,7 +3829,7 @@ public java.lang.String getSubjectNameIdTemplate(); Template for app user's username when a user is assigned to the app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#subject_name_id_template AppSaml#subject_name_id_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#subject_name_id_template AppSaml#subject_name_id_template} --- @@ -3843,7 +3843,7 @@ public AppSamlTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#timeouts AppSaml#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#timeouts AppSaml#timeouts} --- @@ -3857,7 +3857,7 @@ public java.lang.String getUserNameTemplate(); Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template AppSaml#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template AppSaml#user_name_template} --- @@ -3871,7 +3871,7 @@ public java.lang.String getUserNameTemplatePushStatus(); Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_push_status AppSaml#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_push_status AppSaml#user_name_template_push_status} --- @@ -3885,7 +3885,7 @@ public java.lang.String getUserNameTemplateSuffix(); Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_suffix AppSaml#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_suffix AppSaml#user_name_template_suffix} --- @@ -3899,7 +3899,7 @@ public java.lang.String getUserNameTemplateType(); Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_type AppSaml#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_type AppSaml#user_name_template_type} --- @@ -3933,9 +3933,9 @@ AppSamlTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#create AppSaml#create}. | -| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#read AppSaml#read}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#update AppSaml#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#create AppSaml#create}. | +| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#read AppSaml#read}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#update AppSaml#update}. | --- @@ -3947,7 +3947,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#create AppSaml#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#create AppSaml#create}. --- @@ -3959,7 +3959,7 @@ public java.lang.String getRead(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#read AppSaml#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#read AppSaml#read}. --- @@ -3971,7 +3971,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#update AppSaml#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#update AppSaml#update}. --- diff --git a/docs/appSaml.python.md b/docs/appSaml.python.md index 1ab121ecb..ea5165634 100644 --- a/docs/appSaml.python.md +++ b/docs/appSaml.python.md @@ -4,7 +4,7 @@ ### AppSaml -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml okta_app_saml}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml okta_app_saml}. #### Initializers @@ -104,7 +104,7 @@ appSaml.AppSaml( | hide_ios | typing.Union[bool, cdktf.IResolvable] | Do not display application icon on mobile app. | | hide_web | typing.Union[bool, cdktf.IResolvable] | Do not display application icon to users. | | honor_force_authn | typing.Union[bool, cdktf.IResolvable] | Prompt user to re-authenticate if SP asks for it. Default is: `false`. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#id AppSaml#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#id AppSaml#id}. | | idp_issuer | str | SAML issuer ID. | | implicit_assignment | typing.Union[bool, cdktf.IResolvable] | *Early Access Property*. Enable Federation Broker Mode. | | inline_hook_id | str | Saml Inline Hook setting. | @@ -200,7 +200,7 @@ Must be unique amongst siblings in the same scope The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#label AppSaml#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#label AppSaml#label} --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_error_redirect_url AppSaml#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_error_redirect_url AppSaml#accessibility_error_redirect_url} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_login_redirect_url AppSaml#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_login_redirect_url AppSaml#accessibility_login_redirect_url} --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_self_service AppSaml#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_self_service AppSaml#accessibility_self_service} --- @@ -240,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ An array of ACS endpoints. You can configure a maximum of 100 endpoints. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#acs_endpoints AppSaml#acs_endpoints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#acs_endpoints AppSaml#acs_endpoints} --- @@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#admin_note AppSaml#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#admin_note AppSaml#admin_note} --- @@ -260,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#app_links_json AppSaml#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#app_links_json AppSaml#app_links_json} --- @@ -270,7 +270,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#app_settings_json AppSaml#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#app_settings_json AppSaml#app_settings_json} --- @@ -280,7 +280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Determines whether the SAML assertion is digitally signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#assertion_signed AppSaml#assertion_signed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#assertion_signed AppSaml#assertion_signed} --- @@ -290,7 +290,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ attribute_statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#attribute_statements AppSaml#attribute_statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#attribute_statements AppSaml#attribute_statements} --- @@ -300,7 +300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Audience Restriction. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#audience AppSaml#audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#audience AppSaml#audience} --- @@ -312,7 +312,7 @@ The ID of the associated `app_signon_policy`. If this property is removed from the application the `default` sign-on-policy will be associated with this application.y -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#authentication_policy AppSaml#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#authentication_policy AppSaml#authentication_policy} --- @@ -322,7 +322,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Identifies the SAML authentication context class for the assertion’s authentication statement. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#authn_context_class_ref AppSaml#authn_context_class_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#authn_context_class_ref AppSaml#authn_context_class_ref} --- @@ -332,7 +332,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display auto submit toolbar. Default is: `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#auto_submit_toolbar AppSaml#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#auto_submit_toolbar AppSaml#auto_submit_toolbar} --- @@ -342,7 +342,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Identifies a specific application resource in an IDP initiated SSO scenario. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#default_relay_state AppSaml#default_relay_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#default_relay_state AppSaml#default_relay_state} --- @@ -352,7 +352,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Identifies the location where the SAML response is intended to be sent inside of the SAML assertion. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#destination AppSaml#destination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#destination AppSaml#destination} --- @@ -362,7 +362,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Determines the digest algorithm used to digitally sign the SAML assertion and response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#digest_algorithm AppSaml#digest_algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#digest_algorithm AppSaml#digest_algorithm} --- @@ -372,7 +372,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#enduser_note AppSaml#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#enduser_note AppSaml#enduser_note} --- @@ -382,7 +382,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#hide_ios AppSaml#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#hide_ios AppSaml#hide_ios} --- @@ -392,7 +392,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#hide_web AppSaml#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#hide_web AppSaml#hide_web} --- @@ -402,7 +402,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Prompt user to re-authenticate if SP asks for it. Default is: `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#honor_force_authn AppSaml#honor_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#honor_force_authn AppSaml#honor_force_authn} --- @@ -410,7 +410,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#id AppSaml#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#id AppSaml#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -423,7 +423,7 @@ If you experience problems setting this value it might not be settable. Please t SAML issuer ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#idp_issuer AppSaml#idp_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#idp_issuer AppSaml#idp_issuer} --- @@ -433,7 +433,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ *Early Access Property*. Enable Federation Broker Mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#implicit_assignment AppSaml#implicit_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#implicit_assignment AppSaml#implicit_assignment} --- @@ -443,7 +443,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Saml Inline Hook setting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#inline_hook_id AppSaml#inline_hook_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#inline_hook_id AppSaml#inline_hook_id} --- @@ -453,7 +453,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Certificate name. This modulates the rotation of keys. New name == new key. Required to be set with `key_years_valid`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#key_name AppSaml#key_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#key_name AppSaml#key_name} --- @@ -463,7 +463,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Number of years the certificate is valid (2 - 10 years). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#key_years_valid AppSaml#key_years_valid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#key_years_valid AppSaml#key_years_valid} --- @@ -475,7 +475,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#logo AppSaml#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#logo AppSaml#logo} --- @@ -496,7 +496,7 @@ For instance 'slack'. If not included a custom app will be created. If not prov 'digest_algorithm' 'authn_context_class_ref' -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#preconfigured_app AppSaml#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#preconfigured_app AppSaml#preconfigured_app} --- @@ -506,7 +506,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The location where the app may present the SAML assertion. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#recipient AppSaml#recipient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#recipient AppSaml#recipient} --- @@ -516,7 +516,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Denotes whether the request is compressed or not. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#request_compressed AppSaml#request_compressed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#request_compressed AppSaml#request_compressed} --- @@ -526,7 +526,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Determines whether the SAML auth response message is digitally signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#response_signed AppSaml#response_signed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#response_signed AppSaml#response_signed} --- @@ -536,7 +536,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ SAML Signed Request enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#saml_signed_request_enabled AppSaml#saml_signed_request_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#saml_signed_request_enabled AppSaml#saml_signed_request_enabled} --- @@ -546,7 +546,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ SAML version for the app's sign-on mode. Valid values are: `2.0` or `1.1`. Default is `2.0`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#saml_version AppSaml#saml_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#saml_version AppSaml#saml_version} --- @@ -556,7 +556,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Signature algorithm used to digitally sign the assertion and response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#signature_algorithm AppSaml#signature_algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#signature_algorithm AppSaml#signature_algorithm} --- @@ -568,7 +568,7 @@ x509 encoded certificate that the Service Provider uses to sign Single Logout re Note: should be provided without `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----`, see [official documentation](https://developer.okta.com/docs/reference/api/apps/#service-provider-certificate). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_certificate AppSaml#single_logout_certificate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_certificate AppSaml#single_logout_certificate} --- @@ -578,7 +578,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The issuer of the Service Provider that generates the Single Logout request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_issuer AppSaml#single_logout_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_issuer AppSaml#single_logout_issuer} --- @@ -588,7 +588,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The location where the logout response is sent. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_url AppSaml#single_logout_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_url AppSaml#single_logout_url} --- @@ -598,7 +598,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ SAML SP issuer ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#sp_issuer AppSaml#sp_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#sp_issuer AppSaml#sp_issuer} --- @@ -608,7 +608,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Single Sign On URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#sso_url AppSaml#sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#sso_url AppSaml#sso_url} --- @@ -618,7 +618,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#status AppSaml#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#status AppSaml#status} --- @@ -628,7 +628,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Identifies the SAML processing rules. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#subject_name_id_format AppSaml#subject_name_id_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#subject_name_id_format AppSaml#subject_name_id_format} --- @@ -638,7 +638,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Template for app user's username when a user is assigned to the app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#subject_name_id_template AppSaml#subject_name_id_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#subject_name_id_template AppSaml#subject_name_id_template} --- @@ -648,7 +648,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#timeouts AppSaml#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#timeouts AppSaml#timeouts} --- @@ -658,7 +658,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template AppSaml#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template AppSaml#user_name_template} --- @@ -668,7 +668,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_push_status AppSaml#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_push_status AppSaml#user_name_template_push_status} --- @@ -678,7 +678,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_suffix AppSaml#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_suffix AppSaml#user_name_template_suffix} --- @@ -688,7 +688,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_type AppSaml#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_type AppSaml#user_name_template_type} --- @@ -1124,7 +1124,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#create AppSaml#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#create AppSaml#create}. --- @@ -1132,7 +1132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#read AppSaml#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#read AppSaml#read}. --- @@ -1140,7 +1140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#update AppSaml#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#update AppSaml#update}. --- @@ -1540,7 +1540,7 @@ The construct id used in the generated config for the AppSaml to import. The id of the existing AppSaml that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#import import section} in the documentation of this resource for the id to use --- @@ -2971,7 +2971,7 @@ appSaml.AppSamlAttributeStatements( | filter_value | str | Filter value to use. | | namespace | str | The attribute namespace. It can be set to `urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified`, `urn:oasis:names:tc:SAML:2.0:attrname-format:uri`, or `urn:oasis:names:tc:SAML:2.0:attrname-format:basic`. | | type | str | The type of attribute statements object. | -| values | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#values AppSaml#values}. | +| values | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#values AppSaml#values}. | --- @@ -2985,7 +2985,7 @@ name: str The reference name of the attribute statement. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#name AppSaml#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#name AppSaml#name} --- @@ -2999,7 +2999,7 @@ filter_type: str Type of group attribute filter. Valid values are: `STARTS_WITH`, `EQUALS`, `CONTAINS`, or `REGEX`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#filter_type AppSaml#filter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#filter_type AppSaml#filter_type} --- @@ -3013,7 +3013,7 @@ filter_value: str Filter value to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#filter_value AppSaml#filter_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#filter_value AppSaml#filter_value} --- @@ -3027,7 +3027,7 @@ namespace: str The attribute namespace. It can be set to `urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified`, `urn:oasis:names:tc:SAML:2.0:attrname-format:uri`, or `urn:oasis:names:tc:SAML:2.0:attrname-format:basic`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#namespace AppSaml#namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#namespace AppSaml#namespace} --- @@ -3041,7 +3041,7 @@ type: str The type of attribute statements object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#type AppSaml#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#type AppSaml#type} --- @@ -3053,7 +3053,7 @@ values: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#values AppSaml#values}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#values AppSaml#values}. --- @@ -3155,7 +3155,7 @@ appSaml.AppSamlConfig( | hide_ios | typing.Union[bool, cdktf.IResolvable] | Do not display application icon on mobile app. | | hide_web | typing.Union[bool, cdktf.IResolvable] | Do not display application icon to users. | | honor_force_authn | typing.Union[bool, cdktf.IResolvable] | Prompt user to re-authenticate if SP asks for it. Default is: `false`. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#id AppSaml#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#id AppSaml#id}. | | idp_issuer | str | SAML issuer ID. | | implicit_assignment | typing.Union[bool, cdktf.IResolvable] | *Early Access Property*. Enable Federation Broker Mode. | | inline_hook_id | str | Saml Inline Hook setting. | @@ -3265,7 +3265,7 @@ label: str The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#label AppSaml#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#label AppSaml#label} --- @@ -3279,7 +3279,7 @@ accessibility_error_redirect_url: str Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_error_redirect_url AppSaml#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_error_redirect_url AppSaml#accessibility_error_redirect_url} --- @@ -3293,7 +3293,7 @@ accessibility_login_redirect_url: str Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_login_redirect_url AppSaml#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_login_redirect_url AppSaml#accessibility_login_redirect_url} --- @@ -3307,7 +3307,7 @@ accessibility_self_service: typing.Union[bool, IResolvable] Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_self_service AppSaml#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_self_service AppSaml#accessibility_self_service} --- @@ -3321,7 +3321,7 @@ acs_endpoints: typing.List[str] An array of ACS endpoints. You can configure a maximum of 100 endpoints. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#acs_endpoints AppSaml#acs_endpoints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#acs_endpoints AppSaml#acs_endpoints} --- @@ -3335,7 +3335,7 @@ admin_note: str Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#admin_note AppSaml#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#admin_note AppSaml#admin_note} --- @@ -3349,7 +3349,7 @@ app_links_json: str Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#app_links_json AppSaml#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#app_links_json AppSaml#app_links_json} --- @@ -3363,7 +3363,7 @@ app_settings_json: str Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#app_settings_json AppSaml#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#app_settings_json AppSaml#app_settings_json} --- @@ -3377,7 +3377,7 @@ assertion_signed: typing.Union[bool, IResolvable] Determines whether the SAML assertion is digitally signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#assertion_signed AppSaml#assertion_signed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#assertion_signed AppSaml#assertion_signed} --- @@ -3391,7 +3391,7 @@ attribute_statements: typing.Union[IResolvable, typing.List[AppSamlAttributeStat attribute_statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#attribute_statements AppSaml#attribute_statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#attribute_statements AppSaml#attribute_statements} --- @@ -3405,7 +3405,7 @@ audience: str Audience Restriction. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#audience AppSaml#audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#audience AppSaml#audience} --- @@ -3421,7 +3421,7 @@ The ID of the associated `app_signon_policy`. If this property is removed from the application the `default` sign-on-policy will be associated with this application.y -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#authentication_policy AppSaml#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#authentication_policy AppSaml#authentication_policy} --- @@ -3435,7 +3435,7 @@ authn_context_class_ref: str Identifies the SAML authentication context class for the assertion’s authentication statement. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#authn_context_class_ref AppSaml#authn_context_class_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#authn_context_class_ref AppSaml#authn_context_class_ref} --- @@ -3449,7 +3449,7 @@ auto_submit_toolbar: typing.Union[bool, IResolvable] Display auto submit toolbar. Default is: `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#auto_submit_toolbar AppSaml#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#auto_submit_toolbar AppSaml#auto_submit_toolbar} --- @@ -3463,7 +3463,7 @@ default_relay_state: str Identifies a specific application resource in an IDP initiated SSO scenario. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#default_relay_state AppSaml#default_relay_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#default_relay_state AppSaml#default_relay_state} --- @@ -3477,7 +3477,7 @@ destination: str Identifies the location where the SAML response is intended to be sent inside of the SAML assertion. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#destination AppSaml#destination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#destination AppSaml#destination} --- @@ -3491,7 +3491,7 @@ digest_algorithm: str Determines the digest algorithm used to digitally sign the SAML assertion and response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#digest_algorithm AppSaml#digest_algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#digest_algorithm AppSaml#digest_algorithm} --- @@ -3505,7 +3505,7 @@ enduser_note: str Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#enduser_note AppSaml#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#enduser_note AppSaml#enduser_note} --- @@ -3519,7 +3519,7 @@ hide_ios: typing.Union[bool, IResolvable] Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#hide_ios AppSaml#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#hide_ios AppSaml#hide_ios} --- @@ -3533,7 +3533,7 @@ hide_web: typing.Union[bool, IResolvable] Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#hide_web AppSaml#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#hide_web AppSaml#hide_web} --- @@ -3547,7 +3547,7 @@ honor_force_authn: typing.Union[bool, IResolvable] Prompt user to re-authenticate if SP asks for it. Default is: `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#honor_force_authn AppSaml#honor_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#honor_force_authn AppSaml#honor_force_authn} --- @@ -3559,7 +3559,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#id AppSaml#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#id AppSaml#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -3576,7 +3576,7 @@ idp_issuer: str SAML issuer ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#idp_issuer AppSaml#idp_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#idp_issuer AppSaml#idp_issuer} --- @@ -3590,7 +3590,7 @@ implicit_assignment: typing.Union[bool, IResolvable] *Early Access Property*. Enable Federation Broker Mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#implicit_assignment AppSaml#implicit_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#implicit_assignment AppSaml#implicit_assignment} --- @@ -3604,7 +3604,7 @@ inline_hook_id: str Saml Inline Hook setting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#inline_hook_id AppSaml#inline_hook_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#inline_hook_id AppSaml#inline_hook_id} --- @@ -3618,7 +3618,7 @@ key_name: str Certificate name. This modulates the rotation of keys. New name == new key. Required to be set with `key_years_valid`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#key_name AppSaml#key_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#key_name AppSaml#key_name} --- @@ -3632,7 +3632,7 @@ key_years_valid: typing.Union[int, float] Number of years the certificate is valid (2 - 10 years). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#key_years_valid AppSaml#key_years_valid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#key_years_valid AppSaml#key_years_valid} --- @@ -3648,7 +3648,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#logo AppSaml#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#logo AppSaml#logo} --- @@ -3673,7 +3673,7 @@ For instance 'slack'. If not included a custom app will be created. If not prov 'digest_algorithm' 'authn_context_class_ref' -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#preconfigured_app AppSaml#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#preconfigured_app AppSaml#preconfigured_app} --- @@ -3687,7 +3687,7 @@ recipient: str The location where the app may present the SAML assertion. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#recipient AppSaml#recipient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#recipient AppSaml#recipient} --- @@ -3701,7 +3701,7 @@ request_compressed: typing.Union[bool, IResolvable] Denotes whether the request is compressed or not. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#request_compressed AppSaml#request_compressed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#request_compressed AppSaml#request_compressed} --- @@ -3715,7 +3715,7 @@ response_signed: typing.Union[bool, IResolvable] Determines whether the SAML auth response message is digitally signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#response_signed AppSaml#response_signed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#response_signed AppSaml#response_signed} --- @@ -3729,7 +3729,7 @@ saml_signed_request_enabled: typing.Union[bool, IResolvable] SAML Signed Request enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#saml_signed_request_enabled AppSaml#saml_signed_request_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#saml_signed_request_enabled AppSaml#saml_signed_request_enabled} --- @@ -3743,7 +3743,7 @@ saml_version: str SAML version for the app's sign-on mode. Valid values are: `2.0` or `1.1`. Default is `2.0`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#saml_version AppSaml#saml_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#saml_version AppSaml#saml_version} --- @@ -3757,7 +3757,7 @@ signature_algorithm: str Signature algorithm used to digitally sign the assertion and response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#signature_algorithm AppSaml#signature_algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#signature_algorithm AppSaml#signature_algorithm} --- @@ -3773,7 +3773,7 @@ x509 encoded certificate that the Service Provider uses to sign Single Logout re Note: should be provided without `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----`, see [official documentation](https://developer.okta.com/docs/reference/api/apps/#service-provider-certificate). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_certificate AppSaml#single_logout_certificate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_certificate AppSaml#single_logout_certificate} --- @@ -3787,7 +3787,7 @@ single_logout_issuer: str The issuer of the Service Provider that generates the Single Logout request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_issuer AppSaml#single_logout_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_issuer AppSaml#single_logout_issuer} --- @@ -3801,7 +3801,7 @@ single_logout_url: str The location where the logout response is sent. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_url AppSaml#single_logout_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_url AppSaml#single_logout_url} --- @@ -3815,7 +3815,7 @@ sp_issuer: str SAML SP issuer ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#sp_issuer AppSaml#sp_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#sp_issuer AppSaml#sp_issuer} --- @@ -3829,7 +3829,7 @@ sso_url: str Single Sign On URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#sso_url AppSaml#sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#sso_url AppSaml#sso_url} --- @@ -3843,7 +3843,7 @@ status: str Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#status AppSaml#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#status AppSaml#status} --- @@ -3857,7 +3857,7 @@ subject_name_id_format: str Identifies the SAML processing rules. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#subject_name_id_format AppSaml#subject_name_id_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#subject_name_id_format AppSaml#subject_name_id_format} --- @@ -3871,7 +3871,7 @@ subject_name_id_template: str Template for app user's username when a user is assigned to the app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#subject_name_id_template AppSaml#subject_name_id_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#subject_name_id_template AppSaml#subject_name_id_template} --- @@ -3885,7 +3885,7 @@ timeouts: AppSamlTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#timeouts AppSaml#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#timeouts AppSaml#timeouts} --- @@ -3899,7 +3899,7 @@ user_name_template: str Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template AppSaml#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template AppSaml#user_name_template} --- @@ -3913,7 +3913,7 @@ user_name_template_push_status: str Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_push_status AppSaml#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_push_status AppSaml#user_name_template_push_status} --- @@ -3927,7 +3927,7 @@ user_name_template_suffix: str Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_suffix AppSaml#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_suffix AppSaml#user_name_template_suffix} --- @@ -3941,7 +3941,7 @@ user_name_template_type: str Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_type AppSaml#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_type AppSaml#user_name_template_type} --- @@ -3974,9 +3974,9 @@ appSaml.AppSamlTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#create AppSaml#create}. | -| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#read AppSaml#read}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#update AppSaml#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#create AppSaml#create}. | +| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#read AppSaml#read}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#update AppSaml#update}. | --- @@ -3988,7 +3988,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#create AppSaml#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#create AppSaml#create}. --- @@ -4000,7 +4000,7 @@ read: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#read AppSaml#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#read AppSaml#read}. --- @@ -4012,7 +4012,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#update AppSaml#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#update AppSaml#update}. --- diff --git a/docs/appSaml.typescript.md b/docs/appSaml.typescript.md index 0eb677185..bc646c847 100644 --- a/docs/appSaml.typescript.md +++ b/docs/appSaml.typescript.md @@ -4,7 +4,7 @@ ### AppSaml -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml okta_app_saml}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml okta_app_saml}. #### Initializers @@ -822,7 +822,7 @@ The construct id used in the generated config for the AppSaml to import. The id of the existing AppSaml that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#import import section} in the documentation of this resource for the id to use --- @@ -2246,7 +2246,7 @@ const appSamlAttributeStatements: appSaml.AppSamlAttributeStatements = { ... } | filterValue | string | Filter value to use. | | namespace | string | The attribute namespace. It can be set to `urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified`, `urn:oasis:names:tc:SAML:2.0:attrname-format:uri`, or `urn:oasis:names:tc:SAML:2.0:attrname-format:basic`. | | type | string | The type of attribute statements object. | -| values | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#values AppSaml#values}. | +| values | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#values AppSaml#values}. | --- @@ -2260,7 +2260,7 @@ public readonly name: string; The reference name of the attribute statement. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#name AppSaml#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#name AppSaml#name} --- @@ -2274,7 +2274,7 @@ public readonly filterType: string; Type of group attribute filter. Valid values are: `STARTS_WITH`, `EQUALS`, `CONTAINS`, or `REGEX`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#filter_type AppSaml#filter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#filter_type AppSaml#filter_type} --- @@ -2288,7 +2288,7 @@ public readonly filterValue: string; Filter value to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#filter_value AppSaml#filter_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#filter_value AppSaml#filter_value} --- @@ -2302,7 +2302,7 @@ public readonly namespace: string; The attribute namespace. It can be set to `urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified`, `urn:oasis:names:tc:SAML:2.0:attrname-format:uri`, or `urn:oasis:names:tc:SAML:2.0:attrname-format:basic`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#namespace AppSaml#namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#namespace AppSaml#namespace} --- @@ -2316,7 +2316,7 @@ public readonly type: string; The type of attribute statements object. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#type AppSaml#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#type AppSaml#type} --- @@ -2328,7 +2328,7 @@ public readonly values: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#values AppSaml#values}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#values AppSaml#values}. --- @@ -2374,7 +2374,7 @@ const appSamlConfig: appSaml.AppSamlConfig = { ... } | hideIos | boolean \| cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | boolean \| cdktf.IResolvable | Do not display application icon to users. | | honorForceAuthn | boolean \| cdktf.IResolvable | Prompt user to re-authenticate if SP asks for it. Default is: `false`. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#id AppSaml#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#id AppSaml#id}. | | idpIssuer | string | SAML issuer ID. | | implicitAssignment | boolean \| cdktf.IResolvable | *Early Access Property*. Enable Federation Broker Mode. | | inlineHookId | string | Saml Inline Hook setting. | @@ -2484,7 +2484,7 @@ public readonly label: string; The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#label AppSaml#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#label AppSaml#label} --- @@ -2498,7 +2498,7 @@ public readonly accessibilityErrorRedirectUrl: string; Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_error_redirect_url AppSaml#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_error_redirect_url AppSaml#accessibility_error_redirect_url} --- @@ -2512,7 +2512,7 @@ public readonly accessibilityLoginRedirectUrl: string; Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_login_redirect_url AppSaml#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_login_redirect_url AppSaml#accessibility_login_redirect_url} --- @@ -2526,7 +2526,7 @@ public readonly accessibilitySelfService: boolean | IResolvable; Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#accessibility_self_service AppSaml#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#accessibility_self_service AppSaml#accessibility_self_service} --- @@ -2540,7 +2540,7 @@ public readonly acsEndpoints: string[]; An array of ACS endpoints. You can configure a maximum of 100 endpoints. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#acs_endpoints AppSaml#acs_endpoints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#acs_endpoints AppSaml#acs_endpoints} --- @@ -2554,7 +2554,7 @@ public readonly adminNote: string; Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#admin_note AppSaml#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#admin_note AppSaml#admin_note} --- @@ -2568,7 +2568,7 @@ public readonly appLinksJson: string; Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#app_links_json AppSaml#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#app_links_json AppSaml#app_links_json} --- @@ -2582,7 +2582,7 @@ public readonly appSettingsJson: string; Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#app_settings_json AppSaml#app_settings_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#app_settings_json AppSaml#app_settings_json} --- @@ -2596,7 +2596,7 @@ public readonly assertionSigned: boolean | IResolvable; Determines whether the SAML assertion is digitally signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#assertion_signed AppSaml#assertion_signed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#assertion_signed AppSaml#assertion_signed} --- @@ -2610,7 +2610,7 @@ public readonly attributeStatements: IResolvable | AppSamlAttributeStatements[]; attribute_statements block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#attribute_statements AppSaml#attribute_statements} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#attribute_statements AppSaml#attribute_statements} --- @@ -2624,7 +2624,7 @@ public readonly audience: string; Audience Restriction. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#audience AppSaml#audience} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#audience AppSaml#audience} --- @@ -2640,7 +2640,7 @@ The ID of the associated `app_signon_policy`. If this property is removed from the application the `default` sign-on-policy will be associated with this application.y -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#authentication_policy AppSaml#authentication_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#authentication_policy AppSaml#authentication_policy} --- @@ -2654,7 +2654,7 @@ public readonly authnContextClassRef: string; Identifies the SAML authentication context class for the assertion’s authentication statement. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#authn_context_class_ref AppSaml#authn_context_class_ref} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#authn_context_class_ref AppSaml#authn_context_class_ref} --- @@ -2668,7 +2668,7 @@ public readonly autoSubmitToolbar: boolean | IResolvable; Display auto submit toolbar. Default is: `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#auto_submit_toolbar AppSaml#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#auto_submit_toolbar AppSaml#auto_submit_toolbar} --- @@ -2682,7 +2682,7 @@ public readonly defaultRelayState: string; Identifies a specific application resource in an IDP initiated SSO scenario. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#default_relay_state AppSaml#default_relay_state} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#default_relay_state AppSaml#default_relay_state} --- @@ -2696,7 +2696,7 @@ public readonly destination: string; Identifies the location where the SAML response is intended to be sent inside of the SAML assertion. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#destination AppSaml#destination} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#destination AppSaml#destination} --- @@ -2710,7 +2710,7 @@ public readonly digestAlgorithm: string; Determines the digest algorithm used to digitally sign the SAML assertion and response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#digest_algorithm AppSaml#digest_algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#digest_algorithm AppSaml#digest_algorithm} --- @@ -2724,7 +2724,7 @@ public readonly enduserNote: string; Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#enduser_note AppSaml#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#enduser_note AppSaml#enduser_note} --- @@ -2738,7 +2738,7 @@ public readonly hideIos: boolean | IResolvable; Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#hide_ios AppSaml#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#hide_ios AppSaml#hide_ios} --- @@ -2752,7 +2752,7 @@ public readonly hideWeb: boolean | IResolvable; Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#hide_web AppSaml#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#hide_web AppSaml#hide_web} --- @@ -2766,7 +2766,7 @@ public readonly honorForceAuthn: boolean | IResolvable; Prompt user to re-authenticate if SP asks for it. Default is: `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#honor_force_authn AppSaml#honor_force_authn} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#honor_force_authn AppSaml#honor_force_authn} --- @@ -2778,7 +2778,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#id AppSaml#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#id AppSaml#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2795,7 +2795,7 @@ public readonly idpIssuer: string; SAML issuer ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#idp_issuer AppSaml#idp_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#idp_issuer AppSaml#idp_issuer} --- @@ -2809,7 +2809,7 @@ public readonly implicitAssignment: boolean | IResolvable; *Early Access Property*. Enable Federation Broker Mode. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#implicit_assignment AppSaml#implicit_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#implicit_assignment AppSaml#implicit_assignment} --- @@ -2823,7 +2823,7 @@ public readonly inlineHookId: string; Saml Inline Hook setting. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#inline_hook_id AppSaml#inline_hook_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#inline_hook_id AppSaml#inline_hook_id} --- @@ -2837,7 +2837,7 @@ public readonly keyName: string; Certificate name. This modulates the rotation of keys. New name == new key. Required to be set with `key_years_valid`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#key_name AppSaml#key_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#key_name AppSaml#key_name} --- @@ -2851,7 +2851,7 @@ public readonly keyYearsValid: number; Number of years the certificate is valid (2 - 10 years). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#key_years_valid AppSaml#key_years_valid} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#key_years_valid AppSaml#key_years_valid} --- @@ -2867,7 +2867,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#logo AppSaml#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#logo AppSaml#logo} --- @@ -2892,7 +2892,7 @@ For instance 'slack'. If not included a custom app will be created. If not prov 'digest_algorithm' 'authn_context_class_ref' -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#preconfigured_app AppSaml#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#preconfigured_app AppSaml#preconfigured_app} --- @@ -2906,7 +2906,7 @@ public readonly recipient: string; The location where the app may present the SAML assertion. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#recipient AppSaml#recipient} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#recipient AppSaml#recipient} --- @@ -2920,7 +2920,7 @@ public readonly requestCompressed: boolean | IResolvable; Denotes whether the request is compressed or not. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#request_compressed AppSaml#request_compressed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#request_compressed AppSaml#request_compressed} --- @@ -2934,7 +2934,7 @@ public readonly responseSigned: boolean | IResolvable; Determines whether the SAML auth response message is digitally signed. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#response_signed AppSaml#response_signed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#response_signed AppSaml#response_signed} --- @@ -2948,7 +2948,7 @@ public readonly samlSignedRequestEnabled: boolean | IResolvable; SAML Signed Request enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#saml_signed_request_enabled AppSaml#saml_signed_request_enabled} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#saml_signed_request_enabled AppSaml#saml_signed_request_enabled} --- @@ -2962,7 +2962,7 @@ public readonly samlVersion: string; SAML version for the app's sign-on mode. Valid values are: `2.0` or `1.1`. Default is `2.0`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#saml_version AppSaml#saml_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#saml_version AppSaml#saml_version} --- @@ -2976,7 +2976,7 @@ public readonly signatureAlgorithm: string; Signature algorithm used to digitally sign the assertion and response. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#signature_algorithm AppSaml#signature_algorithm} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#signature_algorithm AppSaml#signature_algorithm} --- @@ -2992,7 +2992,7 @@ x509 encoded certificate that the Service Provider uses to sign Single Logout re Note: should be provided without `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----`, see [official documentation](https://developer.okta.com/docs/reference/api/apps/#service-provider-certificate). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_certificate AppSaml#single_logout_certificate} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_certificate AppSaml#single_logout_certificate} --- @@ -3006,7 +3006,7 @@ public readonly singleLogoutIssuer: string; The issuer of the Service Provider that generates the Single Logout request. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_issuer AppSaml#single_logout_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_issuer AppSaml#single_logout_issuer} --- @@ -3020,7 +3020,7 @@ public readonly singleLogoutUrl: string; The location where the logout response is sent. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#single_logout_url AppSaml#single_logout_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#single_logout_url AppSaml#single_logout_url} --- @@ -3034,7 +3034,7 @@ public readonly spIssuer: string; SAML SP issuer ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#sp_issuer AppSaml#sp_issuer} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#sp_issuer AppSaml#sp_issuer} --- @@ -3048,7 +3048,7 @@ public readonly ssoUrl: string; Single Sign On URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#sso_url AppSaml#sso_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#sso_url AppSaml#sso_url} --- @@ -3062,7 +3062,7 @@ public readonly status: string; Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#status AppSaml#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#status AppSaml#status} --- @@ -3076,7 +3076,7 @@ public readonly subjectNameIdFormat: string; Identifies the SAML processing rules. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#subject_name_id_format AppSaml#subject_name_id_format} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#subject_name_id_format AppSaml#subject_name_id_format} --- @@ -3090,7 +3090,7 @@ public readonly subjectNameIdTemplate: string; Template for app user's username when a user is assigned to the app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#subject_name_id_template AppSaml#subject_name_id_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#subject_name_id_template AppSaml#subject_name_id_template} --- @@ -3104,7 +3104,7 @@ public readonly timeouts: AppSamlTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#timeouts AppSaml#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#timeouts AppSaml#timeouts} --- @@ -3118,7 +3118,7 @@ public readonly userNameTemplate: string; Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template AppSaml#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template AppSaml#user_name_template} --- @@ -3132,7 +3132,7 @@ public readonly userNameTemplatePushStatus: string; Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_push_status AppSaml#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_push_status AppSaml#user_name_template_push_status} --- @@ -3146,7 +3146,7 @@ public readonly userNameTemplateSuffix: string; Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_suffix AppSaml#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_suffix AppSaml#user_name_template_suffix} --- @@ -3160,7 +3160,7 @@ public readonly userNameTemplateType: string; Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#user_name_template_type AppSaml#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#user_name_template_type AppSaml#user_name_template_type} --- @@ -3189,9 +3189,9 @@ const appSamlTimeouts: appSaml.AppSamlTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#create AppSaml#create}. | -| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#read AppSaml#read}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#update AppSaml#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#create AppSaml#create}. | +| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#read AppSaml#read}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#update AppSaml#update}. | --- @@ -3203,7 +3203,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#create AppSaml#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#create AppSaml#create}. --- @@ -3215,7 +3215,7 @@ public readonly read: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#read AppSaml#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#read AppSaml#read}. --- @@ -3227,7 +3227,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml#update AppSaml#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml#update AppSaml#update}. --- diff --git a/docs/appSamlAppSettings.csharp.md b/docs/appSamlAppSettings.csharp.md index bcc9ca261..56a2af4a1 100644 --- a/docs/appSamlAppSettings.csharp.md +++ b/docs/appSamlAppSettings.csharp.md @@ -4,7 +4,7 @@ ### AppSamlAppSettings -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings okta_app_saml_app_settings}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings okta_app_saml_app_settings}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppSamlAppSettings to impo The id of the existing AppSamlAppSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ new AppSamlAppSettingsConfig { | Provisioners | object[] | *No description.* | | AppId | string | ID of the application. | | Settings | string | Application settings in JSON format. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. | --- @@ -853,7 +853,7 @@ public string AppId { get; set; } ID of the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#app_id AppSamlAppSettings#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#app_id AppSamlAppSettings#app_id} --- @@ -867,7 +867,7 @@ public string Settings { get; set; } Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#settings AppSamlAppSettings#settings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#settings AppSamlAppSettings#settings} --- @@ -879,7 +879,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appSamlAppSettings.go.md b/docs/appSamlAppSettings.go.md index 98aa2d170..3fb491d12 100644 --- a/docs/appSamlAppSettings.go.md +++ b/docs/appSamlAppSettings.go.md @@ -4,7 +4,7 @@ ### AppSamlAppSettings -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings okta_app_saml_app_settings}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings okta_app_saml_app_settings}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppSamlAppSettings to impo The id of the existing AppSamlAppSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appsamlappsettings" | Provisioners | *[]interface{} | *No description.* | | AppId | *string | ID of the application. | | Settings | *string | Application settings in JSON format. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. | --- @@ -853,7 +853,7 @@ AppId *string ID of the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#app_id AppSamlAppSettings#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#app_id AppSamlAppSettings#app_id} --- @@ -867,7 +867,7 @@ Settings *string Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#settings AppSamlAppSettings#settings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#settings AppSamlAppSettings#settings} --- @@ -879,7 +879,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appSamlAppSettings.java.md b/docs/appSamlAppSettings.java.md index 60a78d239..f2dcab360 100644 --- a/docs/appSamlAppSettings.java.md +++ b/docs/appSamlAppSettings.java.md @@ -4,7 +4,7 @@ ### AppSamlAppSettings -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings okta_app_saml_app_settings}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings okta_app_saml_app_settings}. #### Initializers @@ -42,7 +42,7 @@ AppSamlAppSettings.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | appId | java.lang.String | ID of the application. | | settings | java.lang.String | Application settings in JSON format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope ID of the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#app_id AppSamlAppSettings#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#app_id AppSamlAppSettings#app_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#settings AppSamlAppSettings#settings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#settings AppSamlAppSettings#settings} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -567,7 +567,7 @@ The construct id used in the generated config for the AppSamlAppSettings to impo The id of the existing AppSamlAppSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#import import section} in the documentation of this resource for the id to use --- @@ -866,7 +866,7 @@ AppSamlAppSettingsConfig.builder() | provisioners | java.util.List | *No description.* | | appId | java.lang.String | ID of the application. | | settings | java.lang.String | Application settings in JSON format. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. | --- @@ -950,7 +950,7 @@ public java.lang.String getAppId(); ID of the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#app_id AppSamlAppSettings#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#app_id AppSamlAppSettings#app_id} --- @@ -964,7 +964,7 @@ public java.lang.String getSettings(); Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#settings AppSamlAppSettings#settings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#settings AppSamlAppSettings#settings} --- @@ -976,7 +976,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appSamlAppSettings.python.md b/docs/appSamlAppSettings.python.md index da315e320..b98e43784 100644 --- a/docs/appSamlAppSettings.python.md +++ b/docs/appSamlAppSettings.python.md @@ -4,7 +4,7 @@ ### AppSamlAppSettings -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings okta_app_saml_app_settings}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings okta_app_saml_app_settings}. #### Initializers @@ -40,7 +40,7 @@ appSamlAppSettings.AppSamlAppSettings( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | app_id | str | ID of the application. | | settings | str | Application settings in JSON format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope ID of the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#app_id AppSamlAppSettings#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#app_id AppSamlAppSettings#app_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#settings AppSamlAppSettings#settings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#settings AppSamlAppSettings#settings} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -611,7 +611,7 @@ The construct id used in the generated config for the AppSamlAppSettings to impo The id of the existing AppSamlAppSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ appSamlAppSettings.AppSamlAppSettingsConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | app_id | str | ID of the application. | | settings | str | Application settings in JSON format. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. | --- @@ -990,7 +990,7 @@ app_id: str ID of the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#app_id AppSamlAppSettings#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#app_id AppSamlAppSettings#app_id} --- @@ -1004,7 +1004,7 @@ settings: str Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#settings AppSamlAppSettings#settings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#settings AppSamlAppSettings#settings} --- @@ -1016,7 +1016,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appSamlAppSettings.typescript.md b/docs/appSamlAppSettings.typescript.md index a69ee5f03..1da096730 100644 --- a/docs/appSamlAppSettings.typescript.md +++ b/docs/appSamlAppSettings.typescript.md @@ -4,7 +4,7 @@ ### AppSamlAppSettings -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings okta_app_saml_app_settings}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings okta_app_saml_app_settings}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppSamlAppSettings to impo The id of the existing AppSamlAppSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ const appSamlAppSettingsConfig: appSamlAppSettings.AppSamlAppSettingsConfig = { | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | appId | string | ID of the application. | | settings | string | Application settings in JSON format. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. | --- @@ -842,7 +842,7 @@ public readonly appId: string; ID of the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#app_id AppSamlAppSettings#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#app_id AppSamlAppSettings#app_id} --- @@ -856,7 +856,7 @@ public readonly settings: string; Application settings in JSON format. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#settings AppSamlAppSettings#settings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#settings AppSamlAppSettings#settings} --- @@ -868,7 +868,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_saml_app_settings#id AppSamlAppSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appSecurePasswordStore.csharp.md b/docs/appSecurePasswordStore.csharp.md index a8c626961..3c0815350 100644 --- a/docs/appSecurePasswordStore.csharp.md +++ b/docs/appSecurePasswordStore.csharp.md @@ -4,7 +4,7 @@ ### AppSecurePasswordStore -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store okta_app_secure_password_store}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store okta_app_secure_password_store}. #### Initializers @@ -669,7 +669,7 @@ The construct id used in the generated config for the AppSecurePasswordStore to The id of the existing AppSecurePasswordStore that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#import import section} in the documentation of this resource for the id to use --- @@ -1653,7 +1653,7 @@ new AppSecurePasswordStoreConfig { | EnduserNote | string | Application notes for end users. | | HideIos | object | Do not display application icon on mobile app. | | HideWeb | object | Do not display application icon to users. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. | | Logo | string | Local file path to the logo. | | OptionalField1 | string | Name of optional param in the login form. | | OptionalField1Value | string | Name of optional value in login form. | @@ -1753,7 +1753,7 @@ public string Label { get; set; } The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#label AppSecurePasswordStore#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#label AppSecurePasswordStore#label} --- @@ -1767,7 +1767,7 @@ public string PasswordField { get; set; } Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#password_field AppSecurePasswordStore#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#password_field AppSecurePasswordStore#password_field} --- @@ -1781,7 +1781,7 @@ public string Url { get; set; } Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#url AppSecurePasswordStore#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#url AppSecurePasswordStore#url} --- @@ -1795,7 +1795,7 @@ public string UsernameField { get; set; } Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#username_field AppSecurePasswordStore#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#username_field AppSecurePasswordStore#username_field} --- @@ -1809,7 +1809,7 @@ public string AccessibilityErrorRedirectUrl { get; set; } Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_error_redirect_url AppSecurePasswordStore#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_error_redirect_url AppSecurePasswordStore#accessibility_error_redirect_url} --- @@ -1823,7 +1823,7 @@ public string AccessibilityLoginRedirectUrl { get; set; } Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_login_redirect_url AppSecurePasswordStore#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_login_redirect_url AppSecurePasswordStore#accessibility_login_redirect_url} --- @@ -1837,7 +1837,7 @@ public object AccessibilitySelfService { get; set; } Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_self_service AppSecurePasswordStore#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_self_service AppSecurePasswordStore#accessibility_self_service} --- @@ -1851,7 +1851,7 @@ public string AdminNote { get; set; } Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#admin_note AppSecurePasswordStore#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#admin_note AppSecurePasswordStore#admin_note} --- @@ -1865,7 +1865,7 @@ public string AppLinksJson { get; set; } Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#app_links_json AppSecurePasswordStore#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#app_links_json AppSecurePasswordStore#app_links_json} --- @@ -1879,7 +1879,7 @@ public object AutoSubmitToolbar { get; set; } Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#auto_submit_toolbar AppSecurePasswordStore#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#auto_submit_toolbar AppSecurePasswordStore#auto_submit_toolbar} --- @@ -1893,7 +1893,7 @@ public string CredentialsScheme { get; set; } Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#credentials_scheme AppSecurePasswordStore#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#credentials_scheme AppSecurePasswordStore#credentials_scheme} --- @@ -1907,7 +1907,7 @@ public string EnduserNote { get; set; } Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#enduser_note AppSecurePasswordStore#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#enduser_note AppSecurePasswordStore#enduser_note} --- @@ -1921,7 +1921,7 @@ public object HideIos { get; set; } Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#hide_ios AppSecurePasswordStore#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#hide_ios AppSecurePasswordStore#hide_ios} --- @@ -1935,7 +1935,7 @@ public object HideWeb { get; set; } Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#hide_web AppSecurePasswordStore#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#hide_web AppSecurePasswordStore#hide_web} --- @@ -1947,7 +1947,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1966,7 +1966,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#logo AppSecurePasswordStore#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#logo AppSecurePasswordStore#logo} --- @@ -1980,7 +1980,7 @@ public string OptionalField1 { get; set; } Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field1 AppSecurePasswordStore#optional_field1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field1 AppSecurePasswordStore#optional_field1} --- @@ -1994,7 +1994,7 @@ public string OptionalField1Value { get; set; } Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field1_value AppSecurePasswordStore#optional_field1_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field1_value AppSecurePasswordStore#optional_field1_value} --- @@ -2008,7 +2008,7 @@ public string OptionalField2 { get; set; } Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field2 AppSecurePasswordStore#optional_field2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field2 AppSecurePasswordStore#optional_field2} --- @@ -2022,7 +2022,7 @@ public string OptionalField2Value { get; set; } Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field2_value AppSecurePasswordStore#optional_field2_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field2_value AppSecurePasswordStore#optional_field2_value} --- @@ -2036,7 +2036,7 @@ public string OptionalField3 { get; set; } Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field3 AppSecurePasswordStore#optional_field3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field3 AppSecurePasswordStore#optional_field3} --- @@ -2050,7 +2050,7 @@ public string OptionalField3Value { get; set; } Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field3_value AppSecurePasswordStore#optional_field3_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field3_value AppSecurePasswordStore#optional_field3_value} --- @@ -2064,7 +2064,7 @@ public object RevealPassword { get; set; } Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#reveal_password AppSecurePasswordStore#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#reveal_password AppSecurePasswordStore#reveal_password} --- @@ -2078,7 +2078,7 @@ public string SharedPassword { get; set; } Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#shared_password AppSecurePasswordStore#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#shared_password AppSecurePasswordStore#shared_password} --- @@ -2092,7 +2092,7 @@ public string SharedUsername { get; set; } Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#shared_username AppSecurePasswordStore#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#shared_username AppSecurePasswordStore#shared_username} --- @@ -2106,7 +2106,7 @@ public string Status { get; set; } Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#status AppSecurePasswordStore#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#status AppSecurePasswordStore#status} --- @@ -2120,7 +2120,7 @@ public AppSecurePasswordStoreTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#timeouts AppSecurePasswordStore#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#timeouts AppSecurePasswordStore#timeouts} --- @@ -2134,7 +2134,7 @@ public string UserNameTemplate { get; set; } Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template AppSecurePasswordStore#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template AppSecurePasswordStore#user_name_template} --- @@ -2148,7 +2148,7 @@ public string UserNameTemplatePushStatus { get; set; } Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_push_status AppSecurePasswordStore#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_push_status AppSecurePasswordStore#user_name_template_push_status} --- @@ -2162,7 +2162,7 @@ public string UserNameTemplateSuffix { get; set; } Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_suffix AppSecurePasswordStore#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_suffix AppSecurePasswordStore#user_name_template_suffix} --- @@ -2176,7 +2176,7 @@ public string UserNameTemplateType { get; set; } Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_type AppSecurePasswordStore#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_type AppSecurePasswordStore#user_name_template_type} --- @@ -2198,9 +2198,9 @@ new AppSecurePasswordStoreTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. | -| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. | +| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. | --- @@ -2212,7 +2212,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. --- @@ -2224,7 +2224,7 @@ public string Read { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. --- @@ -2236,7 +2236,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. --- diff --git a/docs/appSecurePasswordStore.go.md b/docs/appSecurePasswordStore.go.md index bfc23d336..0a3c5eea8 100644 --- a/docs/appSecurePasswordStore.go.md +++ b/docs/appSecurePasswordStore.go.md @@ -4,7 +4,7 @@ ### AppSecurePasswordStore -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store okta_app_secure_password_store}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store okta_app_secure_password_store}. #### Initializers @@ -669,7 +669,7 @@ The construct id used in the generated config for the AppSecurePasswordStore to The id of the existing AppSecurePasswordStore that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#import import section} in the documentation of this resource for the id to use --- @@ -1653,7 +1653,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appsecurepasswordstore" | EnduserNote | *string | Application notes for end users. | | HideIos | interface{} | Do not display application icon on mobile app. | | HideWeb | interface{} | Do not display application icon to users. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. | | Logo | *string | Local file path to the logo. | | OptionalField1 | *string | Name of optional param in the login form. | | OptionalField1Value | *string | Name of optional value in login form. | @@ -1753,7 +1753,7 @@ Label *string The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#label AppSecurePasswordStore#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#label AppSecurePasswordStore#label} --- @@ -1767,7 +1767,7 @@ PasswordField *string Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#password_field AppSecurePasswordStore#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#password_field AppSecurePasswordStore#password_field} --- @@ -1781,7 +1781,7 @@ Url *string Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#url AppSecurePasswordStore#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#url AppSecurePasswordStore#url} --- @@ -1795,7 +1795,7 @@ UsernameField *string Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#username_field AppSecurePasswordStore#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#username_field AppSecurePasswordStore#username_field} --- @@ -1809,7 +1809,7 @@ AccessibilityErrorRedirectUrl *string Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_error_redirect_url AppSecurePasswordStore#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_error_redirect_url AppSecurePasswordStore#accessibility_error_redirect_url} --- @@ -1823,7 +1823,7 @@ AccessibilityLoginRedirectUrl *string Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_login_redirect_url AppSecurePasswordStore#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_login_redirect_url AppSecurePasswordStore#accessibility_login_redirect_url} --- @@ -1837,7 +1837,7 @@ AccessibilitySelfService interface{} Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_self_service AppSecurePasswordStore#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_self_service AppSecurePasswordStore#accessibility_self_service} --- @@ -1851,7 +1851,7 @@ AdminNote *string Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#admin_note AppSecurePasswordStore#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#admin_note AppSecurePasswordStore#admin_note} --- @@ -1865,7 +1865,7 @@ AppLinksJson *string Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#app_links_json AppSecurePasswordStore#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#app_links_json AppSecurePasswordStore#app_links_json} --- @@ -1879,7 +1879,7 @@ AutoSubmitToolbar interface{} Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#auto_submit_toolbar AppSecurePasswordStore#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#auto_submit_toolbar AppSecurePasswordStore#auto_submit_toolbar} --- @@ -1893,7 +1893,7 @@ CredentialsScheme *string Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#credentials_scheme AppSecurePasswordStore#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#credentials_scheme AppSecurePasswordStore#credentials_scheme} --- @@ -1907,7 +1907,7 @@ EnduserNote *string Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#enduser_note AppSecurePasswordStore#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#enduser_note AppSecurePasswordStore#enduser_note} --- @@ -1921,7 +1921,7 @@ HideIos interface{} Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#hide_ios AppSecurePasswordStore#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#hide_ios AppSecurePasswordStore#hide_ios} --- @@ -1935,7 +1935,7 @@ HideWeb interface{} Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#hide_web AppSecurePasswordStore#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#hide_web AppSecurePasswordStore#hide_web} --- @@ -1947,7 +1947,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1966,7 +1966,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#logo AppSecurePasswordStore#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#logo AppSecurePasswordStore#logo} --- @@ -1980,7 +1980,7 @@ OptionalField1 *string Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field1 AppSecurePasswordStore#optional_field1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field1 AppSecurePasswordStore#optional_field1} --- @@ -1994,7 +1994,7 @@ OptionalField1Value *string Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field1_value AppSecurePasswordStore#optional_field1_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field1_value AppSecurePasswordStore#optional_field1_value} --- @@ -2008,7 +2008,7 @@ OptionalField2 *string Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field2 AppSecurePasswordStore#optional_field2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field2 AppSecurePasswordStore#optional_field2} --- @@ -2022,7 +2022,7 @@ OptionalField2Value *string Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field2_value AppSecurePasswordStore#optional_field2_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field2_value AppSecurePasswordStore#optional_field2_value} --- @@ -2036,7 +2036,7 @@ OptionalField3 *string Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field3 AppSecurePasswordStore#optional_field3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field3 AppSecurePasswordStore#optional_field3} --- @@ -2050,7 +2050,7 @@ OptionalField3Value *string Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field3_value AppSecurePasswordStore#optional_field3_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field3_value AppSecurePasswordStore#optional_field3_value} --- @@ -2064,7 +2064,7 @@ RevealPassword interface{} Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#reveal_password AppSecurePasswordStore#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#reveal_password AppSecurePasswordStore#reveal_password} --- @@ -2078,7 +2078,7 @@ SharedPassword *string Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#shared_password AppSecurePasswordStore#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#shared_password AppSecurePasswordStore#shared_password} --- @@ -2092,7 +2092,7 @@ SharedUsername *string Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#shared_username AppSecurePasswordStore#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#shared_username AppSecurePasswordStore#shared_username} --- @@ -2106,7 +2106,7 @@ Status *string Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#status AppSecurePasswordStore#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#status AppSecurePasswordStore#status} --- @@ -2120,7 +2120,7 @@ Timeouts AppSecurePasswordStoreTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#timeouts AppSecurePasswordStore#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#timeouts AppSecurePasswordStore#timeouts} --- @@ -2134,7 +2134,7 @@ UserNameTemplate *string Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template AppSecurePasswordStore#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template AppSecurePasswordStore#user_name_template} --- @@ -2148,7 +2148,7 @@ UserNameTemplatePushStatus *string Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_push_status AppSecurePasswordStore#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_push_status AppSecurePasswordStore#user_name_template_push_status} --- @@ -2162,7 +2162,7 @@ UserNameTemplateSuffix *string Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_suffix AppSecurePasswordStore#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_suffix AppSecurePasswordStore#user_name_template_suffix} --- @@ -2176,7 +2176,7 @@ UserNameTemplateType *string Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_type AppSecurePasswordStore#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_type AppSecurePasswordStore#user_name_template_type} --- @@ -2198,9 +2198,9 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appsecurepasswordstore" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. | -| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. | +| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. | --- @@ -2212,7 +2212,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. --- @@ -2224,7 +2224,7 @@ Read *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. --- @@ -2236,7 +2236,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. --- diff --git a/docs/appSecurePasswordStore.java.md b/docs/appSecurePasswordStore.java.md index eaf72db39..ca9df11a6 100644 --- a/docs/appSecurePasswordStore.java.md +++ b/docs/appSecurePasswordStore.java.md @@ -4,7 +4,7 @@ ### AppSecurePasswordStore -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store okta_app_secure_password_store}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store okta_app_secure_password_store}. #### Initializers @@ -87,7 +87,7 @@ AppSecurePasswordStore.Builder.create(Construct scope, java.lang.String id) | enduserNote | java.lang.String | Application notes for end users. | | hideIos | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon to users. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. | | logo | java.lang.String | Local file path to the logo. | | optionalField1 | java.lang.String | Name of optional param in the login form. | | optionalField1Value | java.lang.String | Name of optional value in login form. | @@ -173,7 +173,7 @@ Must be unique amongst siblings in the same scope The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#label AppSecurePasswordStore#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#label AppSecurePasswordStore#label} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#password_field AppSecurePasswordStore#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#password_field AppSecurePasswordStore#password_field} --- @@ -193,7 +193,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#url AppSecurePasswordStore#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#url AppSecurePasswordStore#url} --- @@ -203,7 +203,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#username_field AppSecurePasswordStore#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#username_field AppSecurePasswordStore#username_field} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_error_redirect_url AppSecurePasswordStore#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_error_redirect_url AppSecurePasswordStore#accessibility_error_redirect_url} --- @@ -223,7 +223,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_login_redirect_url AppSecurePasswordStore#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_login_redirect_url AppSecurePasswordStore#accessibility_login_redirect_url} --- @@ -233,7 +233,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_self_service AppSecurePasswordStore#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_self_service AppSecurePasswordStore#accessibility_self_service} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#admin_note AppSecurePasswordStore#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#admin_note AppSecurePasswordStore#admin_note} --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#app_links_json AppSecurePasswordStore#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#app_links_json AppSecurePasswordStore#app_links_json} --- @@ -263,7 +263,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#auto_submit_toolbar AppSecurePasswordStore#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#auto_submit_toolbar AppSecurePasswordStore#auto_submit_toolbar} --- @@ -273,7 +273,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#credentials_scheme AppSecurePasswordStore#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#credentials_scheme AppSecurePasswordStore#credentials_scheme} --- @@ -283,7 +283,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#enduser_note AppSecurePasswordStore#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#enduser_note AppSecurePasswordStore#enduser_note} --- @@ -293,7 +293,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#hide_ios AppSecurePasswordStore#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#hide_ios AppSecurePasswordStore#hide_ios} --- @@ -303,7 +303,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#hide_web AppSecurePasswordStore#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#hide_web AppSecurePasswordStore#hide_web} --- @@ -311,7 +311,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -326,7 +326,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#logo AppSecurePasswordStore#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#logo AppSecurePasswordStore#logo} --- @@ -336,7 +336,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field1 AppSecurePasswordStore#optional_field1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field1 AppSecurePasswordStore#optional_field1} --- @@ -346,7 +346,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field1_value AppSecurePasswordStore#optional_field1_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field1_value AppSecurePasswordStore#optional_field1_value} --- @@ -356,7 +356,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field2 AppSecurePasswordStore#optional_field2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field2 AppSecurePasswordStore#optional_field2} --- @@ -366,7 +366,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field2_value AppSecurePasswordStore#optional_field2_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field2_value AppSecurePasswordStore#optional_field2_value} --- @@ -376,7 +376,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field3 AppSecurePasswordStore#optional_field3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field3 AppSecurePasswordStore#optional_field3} --- @@ -386,7 +386,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field3_value AppSecurePasswordStore#optional_field3_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field3_value AppSecurePasswordStore#optional_field3_value} --- @@ -396,7 +396,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#reveal_password AppSecurePasswordStore#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#reveal_password AppSecurePasswordStore#reveal_password} --- @@ -406,7 +406,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#shared_password AppSecurePasswordStore#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#shared_password AppSecurePasswordStore#shared_password} --- @@ -416,7 +416,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#shared_username AppSecurePasswordStore#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#shared_username AppSecurePasswordStore#shared_username} --- @@ -426,7 +426,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#status AppSecurePasswordStore#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#status AppSecurePasswordStore#status} --- @@ -436,7 +436,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#timeouts AppSecurePasswordStore#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#timeouts AppSecurePasswordStore#timeouts} --- @@ -446,7 +446,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template AppSecurePasswordStore#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template AppSecurePasswordStore#user_name_template} --- @@ -456,7 +456,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_push_status AppSecurePasswordStore#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_push_status AppSecurePasswordStore#user_name_template_push_status} --- @@ -466,7 +466,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_suffix AppSecurePasswordStore#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_suffix AppSecurePasswordStore#user_name_template_suffix} --- @@ -476,7 +476,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_type AppSecurePasswordStore#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_type AppSecurePasswordStore#user_name_template_type} --- @@ -1105,7 +1105,7 @@ The construct id used in the generated config for the AppSecurePasswordStore to The id of the existing AppSecurePasswordStore that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#import import section} in the documentation of this resource for the id to use --- @@ -2098,7 +2098,7 @@ AppSecurePasswordStoreConfig.builder() | enduserNote | java.lang.String | Application notes for end users. | | hideIos | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon to users. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. | | logo | java.lang.String | Local file path to the logo. | | optionalField1 | java.lang.String | Name of optional param in the login form. | | optionalField1Value | java.lang.String | Name of optional value in login form. | @@ -2198,7 +2198,7 @@ public java.lang.String getLabel(); The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#label AppSecurePasswordStore#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#label AppSecurePasswordStore#label} --- @@ -2212,7 +2212,7 @@ public java.lang.String getPasswordField(); Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#password_field AppSecurePasswordStore#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#password_field AppSecurePasswordStore#password_field} --- @@ -2226,7 +2226,7 @@ public java.lang.String getUrl(); Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#url AppSecurePasswordStore#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#url AppSecurePasswordStore#url} --- @@ -2240,7 +2240,7 @@ public java.lang.String getUsernameField(); Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#username_field AppSecurePasswordStore#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#username_field AppSecurePasswordStore#username_field} --- @@ -2254,7 +2254,7 @@ public java.lang.String getAccessibilityErrorRedirectUrl(); Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_error_redirect_url AppSecurePasswordStore#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_error_redirect_url AppSecurePasswordStore#accessibility_error_redirect_url} --- @@ -2268,7 +2268,7 @@ public java.lang.String getAccessibilityLoginRedirectUrl(); Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_login_redirect_url AppSecurePasswordStore#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_login_redirect_url AppSecurePasswordStore#accessibility_login_redirect_url} --- @@ -2282,7 +2282,7 @@ public java.lang.Object getAccessibilitySelfService(); Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_self_service AppSecurePasswordStore#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_self_service AppSecurePasswordStore#accessibility_self_service} --- @@ -2296,7 +2296,7 @@ public java.lang.String getAdminNote(); Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#admin_note AppSecurePasswordStore#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#admin_note AppSecurePasswordStore#admin_note} --- @@ -2310,7 +2310,7 @@ public java.lang.String getAppLinksJson(); Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#app_links_json AppSecurePasswordStore#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#app_links_json AppSecurePasswordStore#app_links_json} --- @@ -2324,7 +2324,7 @@ public java.lang.Object getAutoSubmitToolbar(); Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#auto_submit_toolbar AppSecurePasswordStore#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#auto_submit_toolbar AppSecurePasswordStore#auto_submit_toolbar} --- @@ -2338,7 +2338,7 @@ public java.lang.String getCredentialsScheme(); Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#credentials_scheme AppSecurePasswordStore#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#credentials_scheme AppSecurePasswordStore#credentials_scheme} --- @@ -2352,7 +2352,7 @@ public java.lang.String getEnduserNote(); Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#enduser_note AppSecurePasswordStore#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#enduser_note AppSecurePasswordStore#enduser_note} --- @@ -2366,7 +2366,7 @@ public java.lang.Object getHideIos(); Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#hide_ios AppSecurePasswordStore#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#hide_ios AppSecurePasswordStore#hide_ios} --- @@ -2380,7 +2380,7 @@ public java.lang.Object getHideWeb(); Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#hide_web AppSecurePasswordStore#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#hide_web AppSecurePasswordStore#hide_web} --- @@ -2392,7 +2392,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2411,7 +2411,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#logo AppSecurePasswordStore#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#logo AppSecurePasswordStore#logo} --- @@ -2425,7 +2425,7 @@ public java.lang.String getOptionalField1(); Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field1 AppSecurePasswordStore#optional_field1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field1 AppSecurePasswordStore#optional_field1} --- @@ -2439,7 +2439,7 @@ public java.lang.String getOptionalField1Value(); Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field1_value AppSecurePasswordStore#optional_field1_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field1_value AppSecurePasswordStore#optional_field1_value} --- @@ -2453,7 +2453,7 @@ public java.lang.String getOptionalField2(); Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field2 AppSecurePasswordStore#optional_field2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field2 AppSecurePasswordStore#optional_field2} --- @@ -2467,7 +2467,7 @@ public java.lang.String getOptionalField2Value(); Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field2_value AppSecurePasswordStore#optional_field2_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field2_value AppSecurePasswordStore#optional_field2_value} --- @@ -2481,7 +2481,7 @@ public java.lang.String getOptionalField3(); Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field3 AppSecurePasswordStore#optional_field3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field3 AppSecurePasswordStore#optional_field3} --- @@ -2495,7 +2495,7 @@ public java.lang.String getOptionalField3Value(); Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field3_value AppSecurePasswordStore#optional_field3_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field3_value AppSecurePasswordStore#optional_field3_value} --- @@ -2509,7 +2509,7 @@ public java.lang.Object getRevealPassword(); Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#reveal_password AppSecurePasswordStore#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#reveal_password AppSecurePasswordStore#reveal_password} --- @@ -2523,7 +2523,7 @@ public java.lang.String getSharedPassword(); Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#shared_password AppSecurePasswordStore#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#shared_password AppSecurePasswordStore#shared_password} --- @@ -2537,7 +2537,7 @@ public java.lang.String getSharedUsername(); Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#shared_username AppSecurePasswordStore#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#shared_username AppSecurePasswordStore#shared_username} --- @@ -2551,7 +2551,7 @@ public java.lang.String getStatus(); Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#status AppSecurePasswordStore#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#status AppSecurePasswordStore#status} --- @@ -2565,7 +2565,7 @@ public AppSecurePasswordStoreTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#timeouts AppSecurePasswordStore#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#timeouts AppSecurePasswordStore#timeouts} --- @@ -2579,7 +2579,7 @@ public java.lang.String getUserNameTemplate(); Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template AppSecurePasswordStore#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template AppSecurePasswordStore#user_name_template} --- @@ -2593,7 +2593,7 @@ public java.lang.String getUserNameTemplatePushStatus(); Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_push_status AppSecurePasswordStore#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_push_status AppSecurePasswordStore#user_name_template_push_status} --- @@ -2607,7 +2607,7 @@ public java.lang.String getUserNameTemplateSuffix(); Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_suffix AppSecurePasswordStore#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_suffix AppSecurePasswordStore#user_name_template_suffix} --- @@ -2621,7 +2621,7 @@ public java.lang.String getUserNameTemplateType(); Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_type AppSecurePasswordStore#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_type AppSecurePasswordStore#user_name_template_type} --- @@ -2643,9 +2643,9 @@ AppSecurePasswordStoreTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. | -| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. | +| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. | --- @@ -2657,7 +2657,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. --- @@ -2669,7 +2669,7 @@ public java.lang.String getRead(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. --- @@ -2681,7 +2681,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. --- diff --git a/docs/appSecurePasswordStore.python.md b/docs/appSecurePasswordStore.python.md index c6393f756..eefbe7880 100644 --- a/docs/appSecurePasswordStore.python.md +++ b/docs/appSecurePasswordStore.python.md @@ -4,7 +4,7 @@ ### AppSecurePasswordStore -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store okta_app_secure_password_store}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store okta_app_secure_password_store}. #### Initializers @@ -80,7 +80,7 @@ appSecurePasswordStore.AppSecurePasswordStore( | enduser_note | str | Application notes for end users. | | hide_ios | typing.Union[bool, cdktf.IResolvable] | Do not display application icon on mobile app. | | hide_web | typing.Union[bool, cdktf.IResolvable] | Do not display application icon to users. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. | | logo | str | Local file path to the logo. | | optional_field1 | str | Name of optional param in the login form. | | optional_field1_value | str | Name of optional value in login form. | @@ -166,7 +166,7 @@ Must be unique amongst siblings in the same scope The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#label AppSecurePasswordStore#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#label AppSecurePasswordStore#label} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#password_field AppSecurePasswordStore#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#password_field AppSecurePasswordStore#password_field} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#url AppSecurePasswordStore#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#url AppSecurePasswordStore#url} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#username_field AppSecurePasswordStore#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#username_field AppSecurePasswordStore#username_field} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_error_redirect_url AppSecurePasswordStore#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_error_redirect_url AppSecurePasswordStore#accessibility_error_redirect_url} --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_login_redirect_url AppSecurePasswordStore#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_login_redirect_url AppSecurePasswordStore#accessibility_login_redirect_url} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_self_service AppSecurePasswordStore#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_self_service AppSecurePasswordStore#accessibility_self_service} --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#admin_note AppSecurePasswordStore#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#admin_note AppSecurePasswordStore#admin_note} --- @@ -246,7 +246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#app_links_json AppSecurePasswordStore#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#app_links_json AppSecurePasswordStore#app_links_json} --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#auto_submit_toolbar AppSecurePasswordStore#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#auto_submit_toolbar AppSecurePasswordStore#auto_submit_toolbar} --- @@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#credentials_scheme AppSecurePasswordStore#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#credentials_scheme AppSecurePasswordStore#credentials_scheme} --- @@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#enduser_note AppSecurePasswordStore#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#enduser_note AppSecurePasswordStore#enduser_note} --- @@ -286,7 +286,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#hide_ios AppSecurePasswordStore#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#hide_ios AppSecurePasswordStore#hide_ios} --- @@ -296,7 +296,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#hide_web AppSecurePasswordStore#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#hide_web AppSecurePasswordStore#hide_web} --- @@ -304,7 +304,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -319,7 +319,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#logo AppSecurePasswordStore#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#logo AppSecurePasswordStore#logo} --- @@ -329,7 +329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field1 AppSecurePasswordStore#optional_field1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field1 AppSecurePasswordStore#optional_field1} --- @@ -339,7 +339,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field1_value AppSecurePasswordStore#optional_field1_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field1_value AppSecurePasswordStore#optional_field1_value} --- @@ -349,7 +349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field2 AppSecurePasswordStore#optional_field2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field2 AppSecurePasswordStore#optional_field2} --- @@ -359,7 +359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field2_value AppSecurePasswordStore#optional_field2_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field2_value AppSecurePasswordStore#optional_field2_value} --- @@ -369,7 +369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field3 AppSecurePasswordStore#optional_field3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field3 AppSecurePasswordStore#optional_field3} --- @@ -379,7 +379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field3_value AppSecurePasswordStore#optional_field3_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field3_value AppSecurePasswordStore#optional_field3_value} --- @@ -389,7 +389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#reveal_password AppSecurePasswordStore#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#reveal_password AppSecurePasswordStore#reveal_password} --- @@ -399,7 +399,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#shared_password AppSecurePasswordStore#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#shared_password AppSecurePasswordStore#shared_password} --- @@ -409,7 +409,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#shared_username AppSecurePasswordStore#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#shared_username AppSecurePasswordStore#shared_username} --- @@ -419,7 +419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#status AppSecurePasswordStore#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#status AppSecurePasswordStore#status} --- @@ -429,7 +429,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#timeouts AppSecurePasswordStore#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#timeouts AppSecurePasswordStore#timeouts} --- @@ -439,7 +439,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template AppSecurePasswordStore#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template AppSecurePasswordStore#user_name_template} --- @@ -449,7 +449,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_push_status AppSecurePasswordStore#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_push_status AppSecurePasswordStore#user_name_template_push_status} --- @@ -459,7 +459,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_suffix AppSecurePasswordStore#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_suffix AppSecurePasswordStore#user_name_template_suffix} --- @@ -469,7 +469,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_type AppSecurePasswordStore#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_type AppSecurePasswordStore#user_name_template_type} --- @@ -870,7 +870,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. --- @@ -878,7 +878,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. --- @@ -886,7 +886,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. --- @@ -1166,7 +1166,7 @@ The construct id used in the generated config for the AppSecurePasswordStore to The id of the existing AppSecurePasswordStore that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#import import section} in the documentation of this resource for the id to use --- @@ -2150,7 +2150,7 @@ appSecurePasswordStore.AppSecurePasswordStoreConfig( | enduser_note | str | Application notes for end users. | | hide_ios | typing.Union[bool, cdktf.IResolvable] | Do not display application icon on mobile app. | | hide_web | typing.Union[bool, cdktf.IResolvable] | Do not display application icon to users. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. | | logo | str | Local file path to the logo. | | optional_field1 | str | Name of optional param in the login form. | | optional_field1_value | str | Name of optional value in login form. | @@ -2250,7 +2250,7 @@ label: str The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#label AppSecurePasswordStore#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#label AppSecurePasswordStore#label} --- @@ -2264,7 +2264,7 @@ password_field: str Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#password_field AppSecurePasswordStore#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#password_field AppSecurePasswordStore#password_field} --- @@ -2278,7 +2278,7 @@ url: str Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#url AppSecurePasswordStore#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#url AppSecurePasswordStore#url} --- @@ -2292,7 +2292,7 @@ username_field: str Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#username_field AppSecurePasswordStore#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#username_field AppSecurePasswordStore#username_field} --- @@ -2306,7 +2306,7 @@ accessibility_error_redirect_url: str Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_error_redirect_url AppSecurePasswordStore#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_error_redirect_url AppSecurePasswordStore#accessibility_error_redirect_url} --- @@ -2320,7 +2320,7 @@ accessibility_login_redirect_url: str Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_login_redirect_url AppSecurePasswordStore#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_login_redirect_url AppSecurePasswordStore#accessibility_login_redirect_url} --- @@ -2334,7 +2334,7 @@ accessibility_self_service: typing.Union[bool, IResolvable] Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_self_service AppSecurePasswordStore#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_self_service AppSecurePasswordStore#accessibility_self_service} --- @@ -2348,7 +2348,7 @@ admin_note: str Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#admin_note AppSecurePasswordStore#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#admin_note AppSecurePasswordStore#admin_note} --- @@ -2362,7 +2362,7 @@ app_links_json: str Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#app_links_json AppSecurePasswordStore#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#app_links_json AppSecurePasswordStore#app_links_json} --- @@ -2376,7 +2376,7 @@ auto_submit_toolbar: typing.Union[bool, IResolvable] Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#auto_submit_toolbar AppSecurePasswordStore#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#auto_submit_toolbar AppSecurePasswordStore#auto_submit_toolbar} --- @@ -2390,7 +2390,7 @@ credentials_scheme: str Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#credentials_scheme AppSecurePasswordStore#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#credentials_scheme AppSecurePasswordStore#credentials_scheme} --- @@ -2404,7 +2404,7 @@ enduser_note: str Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#enduser_note AppSecurePasswordStore#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#enduser_note AppSecurePasswordStore#enduser_note} --- @@ -2418,7 +2418,7 @@ hide_ios: typing.Union[bool, IResolvable] Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#hide_ios AppSecurePasswordStore#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#hide_ios AppSecurePasswordStore#hide_ios} --- @@ -2432,7 +2432,7 @@ hide_web: typing.Union[bool, IResolvable] Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#hide_web AppSecurePasswordStore#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#hide_web AppSecurePasswordStore#hide_web} --- @@ -2444,7 +2444,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2463,7 +2463,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#logo AppSecurePasswordStore#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#logo AppSecurePasswordStore#logo} --- @@ -2477,7 +2477,7 @@ optional_field1: str Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field1 AppSecurePasswordStore#optional_field1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field1 AppSecurePasswordStore#optional_field1} --- @@ -2491,7 +2491,7 @@ optional_field1_value: str Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field1_value AppSecurePasswordStore#optional_field1_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field1_value AppSecurePasswordStore#optional_field1_value} --- @@ -2505,7 +2505,7 @@ optional_field2: str Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field2 AppSecurePasswordStore#optional_field2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field2 AppSecurePasswordStore#optional_field2} --- @@ -2519,7 +2519,7 @@ optional_field2_value: str Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field2_value AppSecurePasswordStore#optional_field2_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field2_value AppSecurePasswordStore#optional_field2_value} --- @@ -2533,7 +2533,7 @@ optional_field3: str Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field3 AppSecurePasswordStore#optional_field3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field3 AppSecurePasswordStore#optional_field3} --- @@ -2547,7 +2547,7 @@ optional_field3_value: str Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field3_value AppSecurePasswordStore#optional_field3_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field3_value AppSecurePasswordStore#optional_field3_value} --- @@ -2561,7 +2561,7 @@ reveal_password: typing.Union[bool, IResolvable] Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#reveal_password AppSecurePasswordStore#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#reveal_password AppSecurePasswordStore#reveal_password} --- @@ -2575,7 +2575,7 @@ shared_password: str Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#shared_password AppSecurePasswordStore#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#shared_password AppSecurePasswordStore#shared_password} --- @@ -2589,7 +2589,7 @@ shared_username: str Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#shared_username AppSecurePasswordStore#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#shared_username AppSecurePasswordStore#shared_username} --- @@ -2603,7 +2603,7 @@ status: str Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#status AppSecurePasswordStore#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#status AppSecurePasswordStore#status} --- @@ -2617,7 +2617,7 @@ timeouts: AppSecurePasswordStoreTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#timeouts AppSecurePasswordStore#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#timeouts AppSecurePasswordStore#timeouts} --- @@ -2631,7 +2631,7 @@ user_name_template: str Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template AppSecurePasswordStore#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template AppSecurePasswordStore#user_name_template} --- @@ -2645,7 +2645,7 @@ user_name_template_push_status: str Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_push_status AppSecurePasswordStore#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_push_status AppSecurePasswordStore#user_name_template_push_status} --- @@ -2659,7 +2659,7 @@ user_name_template_suffix: str Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_suffix AppSecurePasswordStore#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_suffix AppSecurePasswordStore#user_name_template_suffix} --- @@ -2673,7 +2673,7 @@ user_name_template_type: str Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_type AppSecurePasswordStore#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_type AppSecurePasswordStore#user_name_template_type} --- @@ -2695,9 +2695,9 @@ appSecurePasswordStore.AppSecurePasswordStoreTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. | -| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. | +| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. | --- @@ -2709,7 +2709,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. --- @@ -2721,7 +2721,7 @@ read: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. --- @@ -2733,7 +2733,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. --- diff --git a/docs/appSecurePasswordStore.typescript.md b/docs/appSecurePasswordStore.typescript.md index b6f277fee..0dc51e239 100644 --- a/docs/appSecurePasswordStore.typescript.md +++ b/docs/appSecurePasswordStore.typescript.md @@ -4,7 +4,7 @@ ### AppSecurePasswordStore -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store okta_app_secure_password_store}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store okta_app_secure_password_store}. #### Initializers @@ -669,7 +669,7 @@ The construct id used in the generated config for the AppSecurePasswordStore to The id of the existing AppSecurePasswordStore that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#import import section} in the documentation of this resource for the id to use --- @@ -1614,7 +1614,7 @@ const appSecurePasswordStoreConfig: appSecurePasswordStore.AppSecurePasswordStor | enduserNote | string | Application notes for end users. | | hideIos | boolean \| cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | boolean \| cdktf.IResolvable | Do not display application icon to users. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. | | logo | string | Local file path to the logo. | | optionalField1 | string | Name of optional param in the login form. | | optionalField1Value | string | Name of optional value in login form. | @@ -1714,7 +1714,7 @@ public readonly label: string; The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#label AppSecurePasswordStore#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#label AppSecurePasswordStore#label} --- @@ -1728,7 +1728,7 @@ public readonly passwordField: string; Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#password_field AppSecurePasswordStore#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#password_field AppSecurePasswordStore#password_field} --- @@ -1742,7 +1742,7 @@ public readonly url: string; Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#url AppSecurePasswordStore#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#url AppSecurePasswordStore#url} --- @@ -1756,7 +1756,7 @@ public readonly usernameField: string; Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#username_field AppSecurePasswordStore#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#username_field AppSecurePasswordStore#username_field} --- @@ -1770,7 +1770,7 @@ public readonly accessibilityErrorRedirectUrl: string; Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_error_redirect_url AppSecurePasswordStore#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_error_redirect_url AppSecurePasswordStore#accessibility_error_redirect_url} --- @@ -1784,7 +1784,7 @@ public readonly accessibilityLoginRedirectUrl: string; Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_login_redirect_url AppSecurePasswordStore#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_login_redirect_url AppSecurePasswordStore#accessibility_login_redirect_url} --- @@ -1798,7 +1798,7 @@ public readonly accessibilitySelfService: boolean | IResolvable; Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#accessibility_self_service AppSecurePasswordStore#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#accessibility_self_service AppSecurePasswordStore#accessibility_self_service} --- @@ -1812,7 +1812,7 @@ public readonly adminNote: string; Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#admin_note AppSecurePasswordStore#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#admin_note AppSecurePasswordStore#admin_note} --- @@ -1826,7 +1826,7 @@ public readonly appLinksJson: string; Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#app_links_json AppSecurePasswordStore#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#app_links_json AppSecurePasswordStore#app_links_json} --- @@ -1840,7 +1840,7 @@ public readonly autoSubmitToolbar: boolean | IResolvable; Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#auto_submit_toolbar AppSecurePasswordStore#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#auto_submit_toolbar AppSecurePasswordStore#auto_submit_toolbar} --- @@ -1854,7 +1854,7 @@ public readonly credentialsScheme: string; Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#credentials_scheme AppSecurePasswordStore#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#credentials_scheme AppSecurePasswordStore#credentials_scheme} --- @@ -1868,7 +1868,7 @@ public readonly enduserNote: string; Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#enduser_note AppSecurePasswordStore#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#enduser_note AppSecurePasswordStore#enduser_note} --- @@ -1882,7 +1882,7 @@ public readonly hideIos: boolean | IResolvable; Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#hide_ios AppSecurePasswordStore#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#hide_ios AppSecurePasswordStore#hide_ios} --- @@ -1896,7 +1896,7 @@ public readonly hideWeb: boolean | IResolvable; Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#hide_web AppSecurePasswordStore#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#hide_web AppSecurePasswordStore#hide_web} --- @@ -1908,7 +1908,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#id AppSecurePasswordStore#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1927,7 +1927,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#logo AppSecurePasswordStore#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#logo AppSecurePasswordStore#logo} --- @@ -1941,7 +1941,7 @@ public readonly optionalField1: string; Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field1 AppSecurePasswordStore#optional_field1} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field1 AppSecurePasswordStore#optional_field1} --- @@ -1955,7 +1955,7 @@ public readonly optionalField1Value: string; Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field1_value AppSecurePasswordStore#optional_field1_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field1_value AppSecurePasswordStore#optional_field1_value} --- @@ -1969,7 +1969,7 @@ public readonly optionalField2: string; Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field2 AppSecurePasswordStore#optional_field2} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field2 AppSecurePasswordStore#optional_field2} --- @@ -1983,7 +1983,7 @@ public readonly optionalField2Value: string; Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field2_value AppSecurePasswordStore#optional_field2_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field2_value AppSecurePasswordStore#optional_field2_value} --- @@ -1997,7 +1997,7 @@ public readonly optionalField3: string; Name of optional param in the login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field3 AppSecurePasswordStore#optional_field3} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field3 AppSecurePasswordStore#optional_field3} --- @@ -2011,7 +2011,7 @@ public readonly optionalField3Value: string; Name of optional value in login form. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#optional_field3_value AppSecurePasswordStore#optional_field3_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#optional_field3_value AppSecurePasswordStore#optional_field3_value} --- @@ -2025,7 +2025,7 @@ public readonly revealPassword: boolean | IResolvable; Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#reveal_password AppSecurePasswordStore#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#reveal_password AppSecurePasswordStore#reveal_password} --- @@ -2039,7 +2039,7 @@ public readonly sharedPassword: string; Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#shared_password AppSecurePasswordStore#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#shared_password AppSecurePasswordStore#shared_password} --- @@ -2053,7 +2053,7 @@ public readonly sharedUsername: string; Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#shared_username AppSecurePasswordStore#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#shared_username AppSecurePasswordStore#shared_username} --- @@ -2067,7 +2067,7 @@ public readonly status: string; Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#status AppSecurePasswordStore#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#status AppSecurePasswordStore#status} --- @@ -2081,7 +2081,7 @@ public readonly timeouts: AppSecurePasswordStoreTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#timeouts AppSecurePasswordStore#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#timeouts AppSecurePasswordStore#timeouts} --- @@ -2095,7 +2095,7 @@ public readonly userNameTemplate: string; Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template AppSecurePasswordStore#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template AppSecurePasswordStore#user_name_template} --- @@ -2109,7 +2109,7 @@ public readonly userNameTemplatePushStatus: string; Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_push_status AppSecurePasswordStore#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_push_status AppSecurePasswordStore#user_name_template_push_status} --- @@ -2123,7 +2123,7 @@ public readonly userNameTemplateSuffix: string; Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_suffix AppSecurePasswordStore#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_suffix AppSecurePasswordStore#user_name_template_suffix} --- @@ -2137,7 +2137,7 @@ public readonly userNameTemplateType: string; Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#user_name_template_type AppSecurePasswordStore#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#user_name_template_type AppSecurePasswordStore#user_name_template_type} --- @@ -2155,9 +2155,9 @@ const appSecurePasswordStoreTimeouts: appSecurePasswordStore.AppSecurePasswordSt | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. | -| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. | +| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. | --- @@ -2169,7 +2169,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#create AppSecurePasswordStore#create}. --- @@ -2181,7 +2181,7 @@ public readonly read: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#read AppSecurePasswordStore#read}. --- @@ -2193,7 +2193,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_secure_password_store#update AppSecurePasswordStore#update}. --- diff --git a/docs/appSharedCredentials.csharp.md b/docs/appSharedCredentials.csharp.md index 3f8e22bd1..001ede39a 100644 --- a/docs/appSharedCredentials.csharp.md +++ b/docs/appSharedCredentials.csharp.md @@ -4,7 +4,7 @@ ### AppSharedCredentials -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials okta_app_shared_credentials}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials okta_app_shared_credentials}. #### Initializers @@ -669,7 +669,7 @@ The construct id used in the generated config for the AppSharedCredentials to im The id of the existing AppSharedCredentials that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#import import section} in the documentation of this resource for the id to use --- @@ -1582,7 +1582,7 @@ new AppSharedCredentialsConfig { | EnduserNote | string | Application notes for end users. | | HideIos | object | Do not display application icon on mobile app. | | HideWeb | object | Do not display application icon to users. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. | | Logo | string | Local file path to the logo. | | PasswordField | string | Login password field. | | PreconfiguredApp | string | Name of application from the Okta Integration Network, if not included a custom app will be created. | @@ -1681,7 +1681,7 @@ public string Label { get; set; } The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#label AppSharedCredentials#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#label AppSharedCredentials#label} --- @@ -1695,7 +1695,7 @@ public string AccessibilityErrorRedirectUrl { get; set; } Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_error_redirect_url AppSharedCredentials#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_error_redirect_url AppSharedCredentials#accessibility_error_redirect_url} --- @@ -1709,7 +1709,7 @@ public string AccessibilityLoginRedirectUrl { get; set; } Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_login_redirect_url AppSharedCredentials#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_login_redirect_url AppSharedCredentials#accessibility_login_redirect_url} --- @@ -1723,7 +1723,7 @@ public object AccessibilitySelfService { get; set; } Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_self_service AppSharedCredentials#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_self_service AppSharedCredentials#accessibility_self_service} --- @@ -1737,7 +1737,7 @@ public string AdminNote { get; set; } Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#admin_note AppSharedCredentials#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#admin_note AppSharedCredentials#admin_note} --- @@ -1751,7 +1751,7 @@ public string AppLinksJson { get; set; } Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#app_links_json AppSharedCredentials#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#app_links_json AppSharedCredentials#app_links_json} --- @@ -1765,7 +1765,7 @@ public object AutoSubmitToolbar { get; set; } Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#auto_submit_toolbar AppSharedCredentials#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#auto_submit_toolbar AppSharedCredentials#auto_submit_toolbar} --- @@ -1779,7 +1779,7 @@ public string ButtonField { get; set; } Login button field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#button_field AppSharedCredentials#button_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#button_field AppSharedCredentials#button_field} --- @@ -1793,7 +1793,7 @@ public string Checkbox { get; set; } CSS selector for the checkbox. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#checkbox AppSharedCredentials#checkbox} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#checkbox AppSharedCredentials#checkbox} --- @@ -1807,7 +1807,7 @@ public string EnduserNote { get; set; } Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#enduser_note AppSharedCredentials#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#enduser_note AppSharedCredentials#enduser_note} --- @@ -1821,7 +1821,7 @@ public object HideIos { get; set; } Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#hide_ios AppSharedCredentials#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#hide_ios AppSharedCredentials#hide_ios} --- @@ -1835,7 +1835,7 @@ public object HideWeb { get; set; } Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#hide_web AppSharedCredentials#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#hide_web AppSharedCredentials#hide_web} --- @@ -1847,7 +1847,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1866,7 +1866,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#logo AppSharedCredentials#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#logo AppSharedCredentials#logo} --- @@ -1880,7 +1880,7 @@ public string PasswordField { get; set; } Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#password_field AppSharedCredentials#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#password_field AppSharedCredentials#password_field} --- @@ -1894,7 +1894,7 @@ public string PreconfiguredApp { get; set; } Name of application from the Okta Integration Network, if not included a custom app will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#preconfigured_app AppSharedCredentials#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#preconfigured_app AppSharedCredentials#preconfigured_app} --- @@ -1908,7 +1908,7 @@ public string RedirectUrl { get; set; } Secondary URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#redirect_url AppSharedCredentials#redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#redirect_url AppSharedCredentials#redirect_url} --- @@ -1922,7 +1922,7 @@ public string SharedPassword { get; set; } Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#shared_password AppSharedCredentials#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#shared_password AppSharedCredentials#shared_password} --- @@ -1936,7 +1936,7 @@ public string SharedUsername { get; set; } Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#shared_username AppSharedCredentials#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#shared_username AppSharedCredentials#shared_username} --- @@ -1950,7 +1950,7 @@ public string Status { get; set; } Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#status AppSharedCredentials#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#status AppSharedCredentials#status} --- @@ -1964,7 +1964,7 @@ public AppSharedCredentialsTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#timeouts AppSharedCredentials#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#timeouts AppSharedCredentials#timeouts} --- @@ -1978,7 +1978,7 @@ public string Url { get; set; } The URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#url AppSharedCredentials#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#url AppSharedCredentials#url} --- @@ -1992,7 +1992,7 @@ public string UrlRegex { get; set; } A regular expression that further restricts url to the specified regular expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#url_regex AppSharedCredentials#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#url_regex AppSharedCredentials#url_regex} --- @@ -2006,7 +2006,7 @@ public string UsernameField { get; set; } Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#username_field AppSharedCredentials#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#username_field AppSharedCredentials#username_field} --- @@ -2020,7 +2020,7 @@ public string UserNameTemplate { get; set; } Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template AppSharedCredentials#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template AppSharedCredentials#user_name_template} --- @@ -2034,7 +2034,7 @@ public string UserNameTemplatePushStatus { get; set; } Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_push_status AppSharedCredentials#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_push_status AppSharedCredentials#user_name_template_push_status} --- @@ -2048,7 +2048,7 @@ public string UserNameTemplateSuffix { get; set; } Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_suffix AppSharedCredentials#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_suffix AppSharedCredentials#user_name_template_suffix} --- @@ -2062,7 +2062,7 @@ public string UserNameTemplateType { get; set; } Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_type AppSharedCredentials#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_type AppSharedCredentials#user_name_template_type} --- @@ -2084,9 +2084,9 @@ new AppSharedCredentialsTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. | -| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. | +| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. | --- @@ -2098,7 +2098,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. --- @@ -2110,7 +2110,7 @@ public string Read { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. --- @@ -2122,7 +2122,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. --- diff --git a/docs/appSharedCredentials.go.md b/docs/appSharedCredentials.go.md index 3dbdd148e..43b56ff56 100644 --- a/docs/appSharedCredentials.go.md +++ b/docs/appSharedCredentials.go.md @@ -4,7 +4,7 @@ ### AppSharedCredentials -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials okta_app_shared_credentials}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials okta_app_shared_credentials}. #### Initializers @@ -669,7 +669,7 @@ The construct id used in the generated config for the AppSharedCredentials to im The id of the existing AppSharedCredentials that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#import import section} in the documentation of this resource for the id to use --- @@ -1582,7 +1582,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appsharedcredentials" | EnduserNote | *string | Application notes for end users. | | HideIos | interface{} | Do not display application icon on mobile app. | | HideWeb | interface{} | Do not display application icon to users. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. | | Logo | *string | Local file path to the logo. | | PasswordField | *string | Login password field. | | PreconfiguredApp | *string | Name of application from the Okta Integration Network, if not included a custom app will be created. | @@ -1681,7 +1681,7 @@ Label *string The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#label AppSharedCredentials#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#label AppSharedCredentials#label} --- @@ -1695,7 +1695,7 @@ AccessibilityErrorRedirectUrl *string Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_error_redirect_url AppSharedCredentials#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_error_redirect_url AppSharedCredentials#accessibility_error_redirect_url} --- @@ -1709,7 +1709,7 @@ AccessibilityLoginRedirectUrl *string Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_login_redirect_url AppSharedCredentials#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_login_redirect_url AppSharedCredentials#accessibility_login_redirect_url} --- @@ -1723,7 +1723,7 @@ AccessibilitySelfService interface{} Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_self_service AppSharedCredentials#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_self_service AppSharedCredentials#accessibility_self_service} --- @@ -1737,7 +1737,7 @@ AdminNote *string Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#admin_note AppSharedCredentials#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#admin_note AppSharedCredentials#admin_note} --- @@ -1751,7 +1751,7 @@ AppLinksJson *string Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#app_links_json AppSharedCredentials#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#app_links_json AppSharedCredentials#app_links_json} --- @@ -1765,7 +1765,7 @@ AutoSubmitToolbar interface{} Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#auto_submit_toolbar AppSharedCredentials#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#auto_submit_toolbar AppSharedCredentials#auto_submit_toolbar} --- @@ -1779,7 +1779,7 @@ ButtonField *string Login button field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#button_field AppSharedCredentials#button_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#button_field AppSharedCredentials#button_field} --- @@ -1793,7 +1793,7 @@ Checkbox *string CSS selector for the checkbox. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#checkbox AppSharedCredentials#checkbox} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#checkbox AppSharedCredentials#checkbox} --- @@ -1807,7 +1807,7 @@ EnduserNote *string Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#enduser_note AppSharedCredentials#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#enduser_note AppSharedCredentials#enduser_note} --- @@ -1821,7 +1821,7 @@ HideIos interface{} Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#hide_ios AppSharedCredentials#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#hide_ios AppSharedCredentials#hide_ios} --- @@ -1835,7 +1835,7 @@ HideWeb interface{} Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#hide_web AppSharedCredentials#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#hide_web AppSharedCredentials#hide_web} --- @@ -1847,7 +1847,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1866,7 +1866,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#logo AppSharedCredentials#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#logo AppSharedCredentials#logo} --- @@ -1880,7 +1880,7 @@ PasswordField *string Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#password_field AppSharedCredentials#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#password_field AppSharedCredentials#password_field} --- @@ -1894,7 +1894,7 @@ PreconfiguredApp *string Name of application from the Okta Integration Network, if not included a custom app will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#preconfigured_app AppSharedCredentials#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#preconfigured_app AppSharedCredentials#preconfigured_app} --- @@ -1908,7 +1908,7 @@ RedirectUrl *string Secondary URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#redirect_url AppSharedCredentials#redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#redirect_url AppSharedCredentials#redirect_url} --- @@ -1922,7 +1922,7 @@ SharedPassword *string Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#shared_password AppSharedCredentials#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#shared_password AppSharedCredentials#shared_password} --- @@ -1936,7 +1936,7 @@ SharedUsername *string Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#shared_username AppSharedCredentials#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#shared_username AppSharedCredentials#shared_username} --- @@ -1950,7 +1950,7 @@ Status *string Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#status AppSharedCredentials#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#status AppSharedCredentials#status} --- @@ -1964,7 +1964,7 @@ Timeouts AppSharedCredentialsTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#timeouts AppSharedCredentials#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#timeouts AppSharedCredentials#timeouts} --- @@ -1978,7 +1978,7 @@ Url *string The URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#url AppSharedCredentials#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#url AppSharedCredentials#url} --- @@ -1992,7 +1992,7 @@ UrlRegex *string A regular expression that further restricts url to the specified regular expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#url_regex AppSharedCredentials#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#url_regex AppSharedCredentials#url_regex} --- @@ -2006,7 +2006,7 @@ UsernameField *string Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#username_field AppSharedCredentials#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#username_field AppSharedCredentials#username_field} --- @@ -2020,7 +2020,7 @@ UserNameTemplate *string Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template AppSharedCredentials#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template AppSharedCredentials#user_name_template} --- @@ -2034,7 +2034,7 @@ UserNameTemplatePushStatus *string Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_push_status AppSharedCredentials#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_push_status AppSharedCredentials#user_name_template_push_status} --- @@ -2048,7 +2048,7 @@ UserNameTemplateSuffix *string Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_suffix AppSharedCredentials#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_suffix AppSharedCredentials#user_name_template_suffix} --- @@ -2062,7 +2062,7 @@ UserNameTemplateType *string Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_type AppSharedCredentials#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_type AppSharedCredentials#user_name_template_type} --- @@ -2084,9 +2084,9 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appsharedcredentials" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. | -| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. | +| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. | --- @@ -2098,7 +2098,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. --- @@ -2110,7 +2110,7 @@ Read *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. --- @@ -2122,7 +2122,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. --- diff --git a/docs/appSharedCredentials.java.md b/docs/appSharedCredentials.java.md index 80a7a1bde..b1fce4d28 100644 --- a/docs/appSharedCredentials.java.md +++ b/docs/appSharedCredentials.java.md @@ -4,7 +4,7 @@ ### AppSharedCredentials -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials okta_app_shared_credentials}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials okta_app_shared_credentials}. #### Initializers @@ -81,7 +81,7 @@ AppSharedCredentials.Builder.create(Construct scope, java.lang.String id) | enduserNote | java.lang.String | Application notes for end users. | | hideIos | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon to users. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. | | logo | java.lang.String | Local file path to the logo. | | passwordField | java.lang.String | Login password field. | | preconfiguredApp | java.lang.String | Name of application from the Okta Integration Network, if not included a custom app will be created. | @@ -166,7 +166,7 @@ Must be unique amongst siblings in the same scope The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#label AppSharedCredentials#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#label AppSharedCredentials#label} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_error_redirect_url AppSharedCredentials#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_error_redirect_url AppSharedCredentials#accessibility_error_redirect_url} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_login_redirect_url AppSharedCredentials#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_login_redirect_url AppSharedCredentials#accessibility_login_redirect_url} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_self_service AppSharedCredentials#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_self_service AppSharedCredentials#accessibility_self_service} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#admin_note AppSharedCredentials#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#admin_note AppSharedCredentials#admin_note} --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#app_links_json AppSharedCredentials#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#app_links_json AppSharedCredentials#app_links_json} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#auto_submit_toolbar AppSharedCredentials#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#auto_submit_toolbar AppSharedCredentials#auto_submit_toolbar} --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login button field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#button_field AppSharedCredentials#button_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#button_field AppSharedCredentials#button_field} --- @@ -246,7 +246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ CSS selector for the checkbox. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#checkbox AppSharedCredentials#checkbox} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#checkbox AppSharedCredentials#checkbox} --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#enduser_note AppSharedCredentials#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#enduser_note AppSharedCredentials#enduser_note} --- @@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#hide_ios AppSharedCredentials#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#hide_ios AppSharedCredentials#hide_ios} --- @@ -276,7 +276,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#hide_web AppSharedCredentials#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#hide_web AppSharedCredentials#hide_web} --- @@ -284,7 +284,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -299,7 +299,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#logo AppSharedCredentials#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#logo AppSharedCredentials#logo} --- @@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#password_field AppSharedCredentials#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#password_field AppSharedCredentials#password_field} --- @@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Name of application from the Okta Integration Network, if not included a custom app will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#preconfigured_app AppSharedCredentials#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#preconfigured_app AppSharedCredentials#preconfigured_app} --- @@ -329,7 +329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Secondary URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#redirect_url AppSharedCredentials#redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#redirect_url AppSharedCredentials#redirect_url} --- @@ -339,7 +339,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#shared_password AppSharedCredentials#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#shared_password AppSharedCredentials#shared_password} --- @@ -349,7 +349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#shared_username AppSharedCredentials#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#shared_username AppSharedCredentials#shared_username} --- @@ -359,7 +359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#status AppSharedCredentials#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#status AppSharedCredentials#status} --- @@ -369,7 +369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#timeouts AppSharedCredentials#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#timeouts AppSharedCredentials#timeouts} --- @@ -379,7 +379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#url AppSharedCredentials#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#url AppSharedCredentials#url} --- @@ -389,7 +389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ A regular expression that further restricts url to the specified regular expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#url_regex AppSharedCredentials#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#url_regex AppSharedCredentials#url_regex} --- @@ -399,7 +399,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#username_field AppSharedCredentials#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#username_field AppSharedCredentials#username_field} --- @@ -409,7 +409,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template AppSharedCredentials#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template AppSharedCredentials#user_name_template} --- @@ -419,7 +419,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_push_status AppSharedCredentials#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_push_status AppSharedCredentials#user_name_template_push_status} --- @@ -429,7 +429,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_suffix AppSharedCredentials#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_suffix AppSharedCredentials#user_name_template_suffix} --- @@ -439,7 +439,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_type AppSharedCredentials#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_type AppSharedCredentials#user_name_template_type} --- @@ -1068,7 +1068,7 @@ The construct id used in the generated config for the AppSharedCredentials to im The id of the existing AppSharedCredentials that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#import import section} in the documentation of this resource for the id to use --- @@ -1989,7 +1989,7 @@ AppSharedCredentialsConfig.builder() | enduserNote | java.lang.String | Application notes for end users. | | hideIos | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon to users. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. | | logo | java.lang.String | Local file path to the logo. | | passwordField | java.lang.String | Login password field. | | preconfiguredApp | java.lang.String | Name of application from the Okta Integration Network, if not included a custom app will be created. | @@ -2088,7 +2088,7 @@ public java.lang.String getLabel(); The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#label AppSharedCredentials#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#label AppSharedCredentials#label} --- @@ -2102,7 +2102,7 @@ public java.lang.String getAccessibilityErrorRedirectUrl(); Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_error_redirect_url AppSharedCredentials#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_error_redirect_url AppSharedCredentials#accessibility_error_redirect_url} --- @@ -2116,7 +2116,7 @@ public java.lang.String getAccessibilityLoginRedirectUrl(); Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_login_redirect_url AppSharedCredentials#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_login_redirect_url AppSharedCredentials#accessibility_login_redirect_url} --- @@ -2130,7 +2130,7 @@ public java.lang.Object getAccessibilitySelfService(); Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_self_service AppSharedCredentials#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_self_service AppSharedCredentials#accessibility_self_service} --- @@ -2144,7 +2144,7 @@ public java.lang.String getAdminNote(); Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#admin_note AppSharedCredentials#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#admin_note AppSharedCredentials#admin_note} --- @@ -2158,7 +2158,7 @@ public java.lang.String getAppLinksJson(); Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#app_links_json AppSharedCredentials#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#app_links_json AppSharedCredentials#app_links_json} --- @@ -2172,7 +2172,7 @@ public java.lang.Object getAutoSubmitToolbar(); Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#auto_submit_toolbar AppSharedCredentials#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#auto_submit_toolbar AppSharedCredentials#auto_submit_toolbar} --- @@ -2186,7 +2186,7 @@ public java.lang.String getButtonField(); Login button field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#button_field AppSharedCredentials#button_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#button_field AppSharedCredentials#button_field} --- @@ -2200,7 +2200,7 @@ public java.lang.String getCheckbox(); CSS selector for the checkbox. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#checkbox AppSharedCredentials#checkbox} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#checkbox AppSharedCredentials#checkbox} --- @@ -2214,7 +2214,7 @@ public java.lang.String getEnduserNote(); Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#enduser_note AppSharedCredentials#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#enduser_note AppSharedCredentials#enduser_note} --- @@ -2228,7 +2228,7 @@ public java.lang.Object getHideIos(); Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#hide_ios AppSharedCredentials#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#hide_ios AppSharedCredentials#hide_ios} --- @@ -2242,7 +2242,7 @@ public java.lang.Object getHideWeb(); Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#hide_web AppSharedCredentials#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#hide_web AppSharedCredentials#hide_web} --- @@ -2254,7 +2254,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2273,7 +2273,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#logo AppSharedCredentials#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#logo AppSharedCredentials#logo} --- @@ -2287,7 +2287,7 @@ public java.lang.String getPasswordField(); Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#password_field AppSharedCredentials#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#password_field AppSharedCredentials#password_field} --- @@ -2301,7 +2301,7 @@ public java.lang.String getPreconfiguredApp(); Name of application from the Okta Integration Network, if not included a custom app will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#preconfigured_app AppSharedCredentials#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#preconfigured_app AppSharedCredentials#preconfigured_app} --- @@ -2315,7 +2315,7 @@ public java.lang.String getRedirectUrl(); Secondary URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#redirect_url AppSharedCredentials#redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#redirect_url AppSharedCredentials#redirect_url} --- @@ -2329,7 +2329,7 @@ public java.lang.String getSharedPassword(); Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#shared_password AppSharedCredentials#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#shared_password AppSharedCredentials#shared_password} --- @@ -2343,7 +2343,7 @@ public java.lang.String getSharedUsername(); Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#shared_username AppSharedCredentials#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#shared_username AppSharedCredentials#shared_username} --- @@ -2357,7 +2357,7 @@ public java.lang.String getStatus(); Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#status AppSharedCredentials#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#status AppSharedCredentials#status} --- @@ -2371,7 +2371,7 @@ public AppSharedCredentialsTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#timeouts AppSharedCredentials#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#timeouts AppSharedCredentials#timeouts} --- @@ -2385,7 +2385,7 @@ public java.lang.String getUrl(); The URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#url AppSharedCredentials#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#url AppSharedCredentials#url} --- @@ -2399,7 +2399,7 @@ public java.lang.String getUrlRegex(); A regular expression that further restricts url to the specified regular expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#url_regex AppSharedCredentials#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#url_regex AppSharedCredentials#url_regex} --- @@ -2413,7 +2413,7 @@ public java.lang.String getUsernameField(); Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#username_field AppSharedCredentials#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#username_field AppSharedCredentials#username_field} --- @@ -2427,7 +2427,7 @@ public java.lang.String getUserNameTemplate(); Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template AppSharedCredentials#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template AppSharedCredentials#user_name_template} --- @@ -2441,7 +2441,7 @@ public java.lang.String getUserNameTemplatePushStatus(); Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_push_status AppSharedCredentials#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_push_status AppSharedCredentials#user_name_template_push_status} --- @@ -2455,7 +2455,7 @@ public java.lang.String getUserNameTemplateSuffix(); Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_suffix AppSharedCredentials#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_suffix AppSharedCredentials#user_name_template_suffix} --- @@ -2469,7 +2469,7 @@ public java.lang.String getUserNameTemplateType(); Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_type AppSharedCredentials#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_type AppSharedCredentials#user_name_template_type} --- @@ -2491,9 +2491,9 @@ AppSharedCredentialsTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. | -| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. | +| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. | --- @@ -2505,7 +2505,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. --- @@ -2517,7 +2517,7 @@ public java.lang.String getRead(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. --- @@ -2529,7 +2529,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. --- diff --git a/docs/appSharedCredentials.python.md b/docs/appSharedCredentials.python.md index ebb76b22c..49a006bcb 100644 --- a/docs/appSharedCredentials.python.md +++ b/docs/appSharedCredentials.python.md @@ -4,7 +4,7 @@ ### AppSharedCredentials -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials okta_app_shared_credentials}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials okta_app_shared_credentials}. #### Initializers @@ -75,7 +75,7 @@ appSharedCredentials.AppSharedCredentials( | enduser_note | str | Application notes for end users. | | hide_ios | typing.Union[bool, cdktf.IResolvable] | Do not display application icon on mobile app. | | hide_web | typing.Union[bool, cdktf.IResolvable] | Do not display application icon to users. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. | | logo | str | Local file path to the logo. | | password_field | str | Login password field. | | preconfigured_app | str | Name of application from the Okta Integration Network, if not included a custom app will be created. | @@ -160,7 +160,7 @@ Must be unique amongst siblings in the same scope The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#label AppSharedCredentials#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#label AppSharedCredentials#label} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_error_redirect_url AppSharedCredentials#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_error_redirect_url AppSharedCredentials#accessibility_error_redirect_url} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_login_redirect_url AppSharedCredentials#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_login_redirect_url AppSharedCredentials#accessibility_login_redirect_url} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_self_service AppSharedCredentials#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_self_service AppSharedCredentials#accessibility_self_service} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#admin_note AppSharedCredentials#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#admin_note AppSharedCredentials#admin_note} --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#app_links_json AppSharedCredentials#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#app_links_json AppSharedCredentials#app_links_json} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#auto_submit_toolbar AppSharedCredentials#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#auto_submit_toolbar AppSharedCredentials#auto_submit_toolbar} --- @@ -230,7 +230,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login button field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#button_field AppSharedCredentials#button_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#button_field AppSharedCredentials#button_field} --- @@ -240,7 +240,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ CSS selector for the checkbox. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#checkbox AppSharedCredentials#checkbox} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#checkbox AppSharedCredentials#checkbox} --- @@ -250,7 +250,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#enduser_note AppSharedCredentials#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#enduser_note AppSharedCredentials#enduser_note} --- @@ -260,7 +260,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#hide_ios AppSharedCredentials#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#hide_ios AppSharedCredentials#hide_ios} --- @@ -270,7 +270,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#hide_web AppSharedCredentials#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#hide_web AppSharedCredentials#hide_web} --- @@ -278,7 +278,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -293,7 +293,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#logo AppSharedCredentials#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#logo AppSharedCredentials#logo} --- @@ -303,7 +303,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#password_field AppSharedCredentials#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#password_field AppSharedCredentials#password_field} --- @@ -313,7 +313,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Name of application from the Okta Integration Network, if not included a custom app will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#preconfigured_app AppSharedCredentials#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#preconfigured_app AppSharedCredentials#preconfigured_app} --- @@ -323,7 +323,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Secondary URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#redirect_url AppSharedCredentials#redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#redirect_url AppSharedCredentials#redirect_url} --- @@ -333,7 +333,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#shared_password AppSharedCredentials#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#shared_password AppSharedCredentials#shared_password} --- @@ -343,7 +343,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#shared_username AppSharedCredentials#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#shared_username AppSharedCredentials#shared_username} --- @@ -353,7 +353,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#status AppSharedCredentials#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#status AppSharedCredentials#status} --- @@ -363,7 +363,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#timeouts AppSharedCredentials#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#timeouts AppSharedCredentials#timeouts} --- @@ -373,7 +373,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#url AppSharedCredentials#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#url AppSharedCredentials#url} --- @@ -383,7 +383,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ A regular expression that further restricts url to the specified regular expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#url_regex AppSharedCredentials#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#url_regex AppSharedCredentials#url_regex} --- @@ -393,7 +393,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#username_field AppSharedCredentials#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#username_field AppSharedCredentials#username_field} --- @@ -403,7 +403,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template AppSharedCredentials#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template AppSharedCredentials#user_name_template} --- @@ -413,7 +413,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_push_status AppSharedCredentials#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_push_status AppSharedCredentials#user_name_template_push_status} --- @@ -423,7 +423,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_suffix AppSharedCredentials#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_suffix AppSharedCredentials#user_name_template_suffix} --- @@ -433,7 +433,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_type AppSharedCredentials#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_type AppSharedCredentials#user_name_template_type} --- @@ -834,7 +834,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. --- @@ -842,7 +842,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. --- @@ -850,7 +850,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. --- @@ -1130,7 +1130,7 @@ The construct id used in the generated config for the AppSharedCredentials to im The id of the existing AppSharedCredentials that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#import import section} in the documentation of this resource for the id to use --- @@ -2043,7 +2043,7 @@ appSharedCredentials.AppSharedCredentialsConfig( | enduser_note | str | Application notes for end users. | | hide_ios | typing.Union[bool, cdktf.IResolvable] | Do not display application icon on mobile app. | | hide_web | typing.Union[bool, cdktf.IResolvable] | Do not display application icon to users. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. | | logo | str | Local file path to the logo. | | password_field | str | Login password field. | | preconfigured_app | str | Name of application from the Okta Integration Network, if not included a custom app will be created. | @@ -2142,7 +2142,7 @@ label: str The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#label AppSharedCredentials#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#label AppSharedCredentials#label} --- @@ -2156,7 +2156,7 @@ accessibility_error_redirect_url: str Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_error_redirect_url AppSharedCredentials#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_error_redirect_url AppSharedCredentials#accessibility_error_redirect_url} --- @@ -2170,7 +2170,7 @@ accessibility_login_redirect_url: str Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_login_redirect_url AppSharedCredentials#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_login_redirect_url AppSharedCredentials#accessibility_login_redirect_url} --- @@ -2184,7 +2184,7 @@ accessibility_self_service: typing.Union[bool, IResolvable] Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_self_service AppSharedCredentials#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_self_service AppSharedCredentials#accessibility_self_service} --- @@ -2198,7 +2198,7 @@ admin_note: str Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#admin_note AppSharedCredentials#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#admin_note AppSharedCredentials#admin_note} --- @@ -2212,7 +2212,7 @@ app_links_json: str Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#app_links_json AppSharedCredentials#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#app_links_json AppSharedCredentials#app_links_json} --- @@ -2226,7 +2226,7 @@ auto_submit_toolbar: typing.Union[bool, IResolvable] Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#auto_submit_toolbar AppSharedCredentials#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#auto_submit_toolbar AppSharedCredentials#auto_submit_toolbar} --- @@ -2240,7 +2240,7 @@ button_field: str Login button field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#button_field AppSharedCredentials#button_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#button_field AppSharedCredentials#button_field} --- @@ -2254,7 +2254,7 @@ checkbox: str CSS selector for the checkbox. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#checkbox AppSharedCredentials#checkbox} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#checkbox AppSharedCredentials#checkbox} --- @@ -2268,7 +2268,7 @@ enduser_note: str Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#enduser_note AppSharedCredentials#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#enduser_note AppSharedCredentials#enduser_note} --- @@ -2282,7 +2282,7 @@ hide_ios: typing.Union[bool, IResolvable] Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#hide_ios AppSharedCredentials#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#hide_ios AppSharedCredentials#hide_ios} --- @@ -2296,7 +2296,7 @@ hide_web: typing.Union[bool, IResolvable] Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#hide_web AppSharedCredentials#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#hide_web AppSharedCredentials#hide_web} --- @@ -2308,7 +2308,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2327,7 +2327,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#logo AppSharedCredentials#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#logo AppSharedCredentials#logo} --- @@ -2341,7 +2341,7 @@ password_field: str Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#password_field AppSharedCredentials#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#password_field AppSharedCredentials#password_field} --- @@ -2355,7 +2355,7 @@ preconfigured_app: str Name of application from the Okta Integration Network, if not included a custom app will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#preconfigured_app AppSharedCredentials#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#preconfigured_app AppSharedCredentials#preconfigured_app} --- @@ -2369,7 +2369,7 @@ redirect_url: str Secondary URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#redirect_url AppSharedCredentials#redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#redirect_url AppSharedCredentials#redirect_url} --- @@ -2383,7 +2383,7 @@ shared_password: str Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#shared_password AppSharedCredentials#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#shared_password AppSharedCredentials#shared_password} --- @@ -2397,7 +2397,7 @@ shared_username: str Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#shared_username AppSharedCredentials#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#shared_username AppSharedCredentials#shared_username} --- @@ -2411,7 +2411,7 @@ status: str Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#status AppSharedCredentials#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#status AppSharedCredentials#status} --- @@ -2425,7 +2425,7 @@ timeouts: AppSharedCredentialsTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#timeouts AppSharedCredentials#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#timeouts AppSharedCredentials#timeouts} --- @@ -2439,7 +2439,7 @@ url: str The URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#url AppSharedCredentials#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#url AppSharedCredentials#url} --- @@ -2453,7 +2453,7 @@ url_regex: str A regular expression that further restricts url to the specified regular expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#url_regex AppSharedCredentials#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#url_regex AppSharedCredentials#url_regex} --- @@ -2467,7 +2467,7 @@ username_field: str Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#username_field AppSharedCredentials#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#username_field AppSharedCredentials#username_field} --- @@ -2481,7 +2481,7 @@ user_name_template: str Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template AppSharedCredentials#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template AppSharedCredentials#user_name_template} --- @@ -2495,7 +2495,7 @@ user_name_template_push_status: str Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_push_status AppSharedCredentials#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_push_status AppSharedCredentials#user_name_template_push_status} --- @@ -2509,7 +2509,7 @@ user_name_template_suffix: str Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_suffix AppSharedCredentials#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_suffix AppSharedCredentials#user_name_template_suffix} --- @@ -2523,7 +2523,7 @@ user_name_template_type: str Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_type AppSharedCredentials#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_type AppSharedCredentials#user_name_template_type} --- @@ -2545,9 +2545,9 @@ appSharedCredentials.AppSharedCredentialsTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. | -| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. | +| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. | --- @@ -2559,7 +2559,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. --- @@ -2571,7 +2571,7 @@ read: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. --- @@ -2583,7 +2583,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. --- diff --git a/docs/appSharedCredentials.typescript.md b/docs/appSharedCredentials.typescript.md index 43967dee9..7f7096de5 100644 --- a/docs/appSharedCredentials.typescript.md +++ b/docs/appSharedCredentials.typescript.md @@ -4,7 +4,7 @@ ### AppSharedCredentials -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials okta_app_shared_credentials}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials okta_app_shared_credentials}. #### Initializers @@ -669,7 +669,7 @@ The construct id used in the generated config for the AppSharedCredentials to im The id of the existing AppSharedCredentials that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#import import section} in the documentation of this resource for the id to use --- @@ -1546,7 +1546,7 @@ const appSharedCredentialsConfig: appSharedCredentials.AppSharedCredentialsConfi | enduserNote | string | Application notes for end users. | | hideIos | boolean \| cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | boolean \| cdktf.IResolvable | Do not display application icon to users. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. | | logo | string | Local file path to the logo. | | passwordField | string | Login password field. | | preconfiguredApp | string | Name of application from the Okta Integration Network, if not included a custom app will be created. | @@ -1645,7 +1645,7 @@ public readonly label: string; The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#label AppSharedCredentials#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#label AppSharedCredentials#label} --- @@ -1659,7 +1659,7 @@ public readonly accessibilityErrorRedirectUrl: string; Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_error_redirect_url AppSharedCredentials#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_error_redirect_url AppSharedCredentials#accessibility_error_redirect_url} --- @@ -1673,7 +1673,7 @@ public readonly accessibilityLoginRedirectUrl: string; Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_login_redirect_url AppSharedCredentials#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_login_redirect_url AppSharedCredentials#accessibility_login_redirect_url} --- @@ -1687,7 +1687,7 @@ public readonly accessibilitySelfService: boolean | IResolvable; Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#accessibility_self_service AppSharedCredentials#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#accessibility_self_service AppSharedCredentials#accessibility_self_service} --- @@ -1701,7 +1701,7 @@ public readonly adminNote: string; Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#admin_note AppSharedCredentials#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#admin_note AppSharedCredentials#admin_note} --- @@ -1715,7 +1715,7 @@ public readonly appLinksJson: string; Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#app_links_json AppSharedCredentials#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#app_links_json AppSharedCredentials#app_links_json} --- @@ -1729,7 +1729,7 @@ public readonly autoSubmitToolbar: boolean | IResolvable; Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#auto_submit_toolbar AppSharedCredentials#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#auto_submit_toolbar AppSharedCredentials#auto_submit_toolbar} --- @@ -1743,7 +1743,7 @@ public readonly buttonField: string; Login button field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#button_field AppSharedCredentials#button_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#button_field AppSharedCredentials#button_field} --- @@ -1757,7 +1757,7 @@ public readonly checkbox: string; CSS selector for the checkbox. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#checkbox AppSharedCredentials#checkbox} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#checkbox AppSharedCredentials#checkbox} --- @@ -1771,7 +1771,7 @@ public readonly enduserNote: string; Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#enduser_note AppSharedCredentials#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#enduser_note AppSharedCredentials#enduser_note} --- @@ -1785,7 +1785,7 @@ public readonly hideIos: boolean | IResolvable; Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#hide_ios AppSharedCredentials#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#hide_ios AppSharedCredentials#hide_ios} --- @@ -1799,7 +1799,7 @@ public readonly hideWeb: boolean | IResolvable; Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#hide_web AppSharedCredentials#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#hide_web AppSharedCredentials#hide_web} --- @@ -1811,7 +1811,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#id AppSharedCredentials#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1830,7 +1830,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#logo AppSharedCredentials#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#logo AppSharedCredentials#logo} --- @@ -1844,7 +1844,7 @@ public readonly passwordField: string; Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#password_field AppSharedCredentials#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#password_field AppSharedCredentials#password_field} --- @@ -1858,7 +1858,7 @@ public readonly preconfiguredApp: string; Name of application from the Okta Integration Network, if not included a custom app will be created. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#preconfigured_app AppSharedCredentials#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#preconfigured_app AppSharedCredentials#preconfigured_app} --- @@ -1872,7 +1872,7 @@ public readonly redirectUrl: string; Secondary URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#redirect_url AppSharedCredentials#redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#redirect_url AppSharedCredentials#redirect_url} --- @@ -1886,7 +1886,7 @@ public readonly sharedPassword: string; Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#shared_password AppSharedCredentials#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#shared_password AppSharedCredentials#shared_password} --- @@ -1900,7 +1900,7 @@ public readonly sharedUsername: string; Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#shared_username AppSharedCredentials#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#shared_username AppSharedCredentials#shared_username} --- @@ -1914,7 +1914,7 @@ public readonly status: string; Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#status AppSharedCredentials#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#status AppSharedCredentials#status} --- @@ -1928,7 +1928,7 @@ public readonly timeouts: AppSharedCredentialsTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#timeouts AppSharedCredentials#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#timeouts AppSharedCredentials#timeouts} --- @@ -1942,7 +1942,7 @@ public readonly url: string; The URL of the sign-in page for this app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#url AppSharedCredentials#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#url AppSharedCredentials#url} --- @@ -1956,7 +1956,7 @@ public readonly urlRegex: string; A regular expression that further restricts url to the specified regular expression. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#url_regex AppSharedCredentials#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#url_regex AppSharedCredentials#url_regex} --- @@ -1970,7 +1970,7 @@ public readonly usernameField: string; Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#username_field AppSharedCredentials#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#username_field AppSharedCredentials#username_field} --- @@ -1984,7 +1984,7 @@ public readonly userNameTemplate: string; Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template AppSharedCredentials#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template AppSharedCredentials#user_name_template} --- @@ -1998,7 +1998,7 @@ public readonly userNameTemplatePushStatus: string; Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_push_status AppSharedCredentials#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_push_status AppSharedCredentials#user_name_template_push_status} --- @@ -2012,7 +2012,7 @@ public readonly userNameTemplateSuffix: string; Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_suffix AppSharedCredentials#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_suffix AppSharedCredentials#user_name_template_suffix} --- @@ -2026,7 +2026,7 @@ public readonly userNameTemplateType: string; Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#user_name_template_type AppSharedCredentials#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#user_name_template_type AppSharedCredentials#user_name_template_type} --- @@ -2044,9 +2044,9 @@ const appSharedCredentialsTimeouts: appSharedCredentials.AppSharedCredentialsTim | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. | -| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. | +| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. | --- @@ -2058,7 +2058,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#create AppSharedCredentials#create}. --- @@ -2070,7 +2070,7 @@ public readonly read: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#read AppSharedCredentials#read}. --- @@ -2082,7 +2082,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_shared_credentials#update AppSharedCredentials#update}. --- diff --git a/docs/appSignonPolicy.csharp.md b/docs/appSignonPolicy.csharp.md index 4cbf62b5f..a3178d417 100644 --- a/docs/appSignonPolicy.csharp.md +++ b/docs/appSignonPolicy.csharp.md @@ -4,7 +4,7 @@ ### AppSignonPolicy -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy okta_app_signon_policy}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy okta_app_signon_policy}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppSignonPolicy to import. The id of the existing AppSignonPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ new AppSignonPolicyConfig { | Provisioners | object[] | *No description.* | | Description | string | Description of the policy. | | Name | string | Name of the policy. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. | --- @@ -853,7 +853,7 @@ public string Description { get; set; } Description of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#description AppSignonPolicy#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#description AppSignonPolicy#description} --- @@ -867,7 +867,7 @@ public string Name { get; set; } Name of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#name AppSignonPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#name AppSignonPolicy#name} --- @@ -879,7 +879,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appSignonPolicy.go.md b/docs/appSignonPolicy.go.md index 65649718d..d674b960a 100644 --- a/docs/appSignonPolicy.go.md +++ b/docs/appSignonPolicy.go.md @@ -4,7 +4,7 @@ ### AppSignonPolicy -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy okta_app_signon_policy}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy okta_app_signon_policy}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppSignonPolicy to import. The id of the existing AppSignonPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#import import section} in the documentation of this resource for the id to use --- @@ -769,7 +769,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appsignonpolicy" | Provisioners | *[]interface{} | *No description.* | | Description | *string | Description of the policy. | | Name | *string | Name of the policy. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. | --- @@ -853,7 +853,7 @@ Description *string Description of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#description AppSignonPolicy#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#description AppSignonPolicy#description} --- @@ -867,7 +867,7 @@ Name *string Name of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#name AppSignonPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#name AppSignonPolicy#name} --- @@ -879,7 +879,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appSignonPolicy.java.md b/docs/appSignonPolicy.java.md index faadfbf62..61f9aa931 100644 --- a/docs/appSignonPolicy.java.md +++ b/docs/appSignonPolicy.java.md @@ -4,7 +4,7 @@ ### AppSignonPolicy -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy okta_app_signon_policy}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy okta_app_signon_policy}. #### Initializers @@ -42,7 +42,7 @@ AppSignonPolicy.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | description | java.lang.String | Description of the policy. | | name | java.lang.String | Name of the policy. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Description of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#description AppSignonPolicy#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#description AppSignonPolicy#description} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Name of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#name AppSignonPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#name AppSignonPolicy#name} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -567,7 +567,7 @@ The construct id used in the generated config for the AppSignonPolicy to import. The id of the existing AppSignonPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#import import section} in the documentation of this resource for the id to use --- @@ -866,7 +866,7 @@ AppSignonPolicyConfig.builder() | provisioners | java.util.List | *No description.* | | description | java.lang.String | Description of the policy. | | name | java.lang.String | Name of the policy. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. | --- @@ -950,7 +950,7 @@ public java.lang.String getDescription(); Description of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#description AppSignonPolicy#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#description AppSignonPolicy#description} --- @@ -964,7 +964,7 @@ public java.lang.String getName(); Name of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#name AppSignonPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#name AppSignonPolicy#name} --- @@ -976,7 +976,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appSignonPolicy.python.md b/docs/appSignonPolicy.python.md index d91879afb..b865fec40 100644 --- a/docs/appSignonPolicy.python.md +++ b/docs/appSignonPolicy.python.md @@ -4,7 +4,7 @@ ### AppSignonPolicy -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy okta_app_signon_policy}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy okta_app_signon_policy}. #### Initializers @@ -40,7 +40,7 @@ appSignonPolicy.AppSignonPolicy( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | description | str | Description of the policy. | | name | str | Name of the policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Description of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#description AppSignonPolicy#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#description AppSignonPolicy#description} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Name of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#name AppSignonPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#name AppSignonPolicy#name} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -611,7 +611,7 @@ The construct id used in the generated config for the AppSignonPolicy to import. The id of the existing AppSignonPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#import import section} in the documentation of this resource for the id to use --- @@ -906,7 +906,7 @@ appSignonPolicy.AppSignonPolicyConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | description | str | Description of the policy. | | name | str | Name of the policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. | --- @@ -990,7 +990,7 @@ description: str Description of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#description AppSignonPolicy#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#description AppSignonPolicy#description} --- @@ -1004,7 +1004,7 @@ name: str Name of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#name AppSignonPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#name AppSignonPolicy#name} --- @@ -1016,7 +1016,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appSignonPolicy.typescript.md b/docs/appSignonPolicy.typescript.md index 5ebbcb5ce..5804cceaf 100644 --- a/docs/appSignonPolicy.typescript.md +++ b/docs/appSignonPolicy.typescript.md @@ -4,7 +4,7 @@ ### AppSignonPolicy -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy okta_app_signon_policy}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy okta_app_signon_policy}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the AppSignonPolicy to import. The id of the existing AppSignonPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#import import section} in the documentation of this resource for the id to use --- @@ -758,7 +758,7 @@ const appSignonPolicyConfig: appSignonPolicy.AppSignonPolicyConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | description | string | Description of the policy. | | name | string | Name of the policy. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. | --- @@ -842,7 +842,7 @@ public readonly description: string; Description of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#description AppSignonPolicy#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#description AppSignonPolicy#description} --- @@ -856,7 +856,7 @@ public readonly name: string; Name of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#name AppSignonPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#name AppSignonPolicy#name} --- @@ -868,7 +868,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy#id AppSignonPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/appSignonPolicyRule.csharp.md b/docs/appSignonPolicyRule.csharp.md index c1ed3fc32..a4a78d066 100644 --- a/docs/appSignonPolicyRule.csharp.md +++ b/docs/appSignonPolicyRule.csharp.md @@ -4,7 +4,7 @@ ### AppSignonPolicyRule -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule okta_app_signon_policy_rule}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule okta_app_signon_policy_rule}. #### Initializers @@ -648,7 +648,7 @@ The construct id used in the generated config for the AppSignonPolicyRule to imp The id of the existing AppSignonPolicyRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#import import section} in the documentation of this resource for the id to use --- @@ -1492,7 +1492,7 @@ new AppSignonPolicyRuleConfig { | FactorMode | string | The number of factors required to satisfy this assurance level. | | GroupsExcluded | string[] | List of group IDs to exclude. | | GroupsIncluded | string[] | List of group IDs to include. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. | | InactivityPeriod | string | The inactivity duration after which the end user must re-authenticate. | | NetworkConnection | string | Network selection mode: ANYWHERE, ZONE, ON_NETWORK, or OFF_NETWORK. | | NetworkExcludes | string[] | The zones to exclude. | @@ -1590,7 +1590,7 @@ public string Name { get; set; } Policy Rule Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#name AppSignonPolicyRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#name AppSignonPolicyRule#name} --- @@ -1604,7 +1604,7 @@ public string PolicyId { get; set; } ID of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#policy_id AppSignonPolicyRule#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#policy_id AppSignonPolicyRule#policy_id} --- @@ -1618,7 +1618,7 @@ public string Access { get; set; } Allow or deny access based on the rule conditions: ALLOW or DENY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#access AppSignonPolicyRule#access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#access AppSignonPolicyRule#access} --- @@ -1632,7 +1632,7 @@ public string[] Constraints { get; set; } An array that contains nested Authenticator Constraint objects that are organized by the Authenticator class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#constraints AppSignonPolicyRule#constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#constraints AppSignonPolicyRule#constraints} --- @@ -1648,7 +1648,7 @@ This is an optional advanced setting. If the expression is formatted incorrectly or conflicts with conditions set above, the rule may not match any users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#custom_expression AppSignonPolicyRule#custom_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#custom_expression AppSignonPolicyRule#custom_expression} --- @@ -1662,7 +1662,7 @@ public string[] DeviceAssurancesIncluded { get; set; } List of device assurance IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_assurances_included AppSignonPolicyRule#device_assurances_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_assurances_included AppSignonPolicyRule#device_assurances_included} --- @@ -1678,7 +1678,7 @@ If the device is managed. A device is managed if it's managed by a device management system. When managed is passed, registered must also be included and must be set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_is_managed AppSignonPolicyRule#device_is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_is_managed AppSignonPolicyRule#device_is_managed} --- @@ -1694,7 +1694,7 @@ If the device is registered. A device is registered if the User enrolls with Okta Verify that is installed on the device. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_is_registered AppSignonPolicyRule#device_is_registered} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_is_registered AppSignonPolicyRule#device_is_registered} --- @@ -1708,7 +1708,7 @@ public string FactorMode { get; set; } The number of factors required to satisfy this assurance level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#factor_mode AppSignonPolicyRule#factor_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#factor_mode AppSignonPolicyRule#factor_mode} --- @@ -1722,7 +1722,7 @@ public string[] GroupsExcluded { get; set; } List of group IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#groups_excluded AppSignonPolicyRule#groups_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#groups_excluded AppSignonPolicyRule#groups_excluded} --- @@ -1736,7 +1736,7 @@ public string[] GroupsIncluded { get; set; } List of group IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#groups_included AppSignonPolicyRule#groups_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#groups_included AppSignonPolicyRule#groups_included} --- @@ -1748,7 +1748,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1767,7 +1767,7 @@ The inactivity duration after which the end user must re-authenticate. Use the ISO 8601 Period format for recurring time intervals. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#inactivity_period AppSignonPolicyRule#inactivity_period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#inactivity_period AppSignonPolicyRule#inactivity_period} --- @@ -1781,7 +1781,7 @@ public string NetworkConnection { get; set; } Network selection mode: ANYWHERE, ZONE, ON_NETWORK, or OFF_NETWORK. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_connection AppSignonPolicyRule#network_connection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_connection AppSignonPolicyRule#network_connection} --- @@ -1795,7 +1795,7 @@ public string[] NetworkExcludes { get; set; } The zones to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_excludes AppSignonPolicyRule#network_excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_excludes AppSignonPolicyRule#network_excludes} --- @@ -1809,7 +1809,7 @@ public string[] NetworkIncludes { get; set; } The zones to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_includes AppSignonPolicyRule#network_includes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_includes AppSignonPolicyRule#network_includes} --- @@ -1823,7 +1823,7 @@ public object PlatformInclude { get; set; } platform_include block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#platform_include AppSignonPolicyRule#platform_include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#platform_include AppSignonPolicyRule#platform_include} --- @@ -1837,7 +1837,7 @@ public double Priority { get; set; } Priority of the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#priority AppSignonPolicyRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#priority AppSignonPolicyRule#priority} --- @@ -1853,7 +1853,7 @@ The duration after which the end user must re-authenticate, regardless of user a Use the ISO 8601 Period format for recurring time intervals. PT0S - Every sign-in attempt, PT43800H - Once per session -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#re_authentication_frequency AppSignonPolicyRule#re_authentication_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#re_authentication_frequency AppSignonPolicyRule#re_authentication_frequency} --- @@ -1867,7 +1867,7 @@ public string RiskScore { get; set; } The risk score specifies a particular level of risk to match on: ANY, LOW, MEDIUM, HIGH. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#risk_score AppSignonPolicyRule#risk_score} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#risk_score AppSignonPolicyRule#risk_score} --- @@ -1881,7 +1881,7 @@ public string Status { get; set; } Status of the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#status AppSignonPolicyRule#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#status AppSignonPolicyRule#status} --- @@ -1895,7 +1895,7 @@ public string Type { get; set; } The Verification Method type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type} --- @@ -1909,7 +1909,7 @@ public string[] UsersExcluded { get; set; } Set of User IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#users_excluded AppSignonPolicyRule#users_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#users_excluded AppSignonPolicyRule#users_excluded} --- @@ -1923,7 +1923,7 @@ public string[] UsersIncluded { get; set; } Set of User IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#users_included AppSignonPolicyRule#users_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#users_included AppSignonPolicyRule#users_included} --- @@ -1937,7 +1937,7 @@ public string[] UserTypesExcluded { get; set; } Set of User Type IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#user_types_excluded AppSignonPolicyRule#user_types_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#user_types_excluded AppSignonPolicyRule#user_types_excluded} --- @@ -1951,7 +1951,7 @@ public string[] UserTypesIncluded { get; set; } Set of User Type IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#user_types_included AppSignonPolicyRule#user_types_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#user_types_included AppSignonPolicyRule#user_types_included} --- @@ -1974,8 +1974,8 @@ new AppSignonPolicyRulePlatformInclude { | **Name** | **Type** | **Description** | | --- | --- | --- | | OsExpression | string | Only available with OTHER OS type. | -| OsType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. | -| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. | +| OsType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. | +| Type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. | --- @@ -1989,7 +1989,7 @@ public string OsExpression { get; set; } Only available with OTHER OS type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#os_expression AppSignonPolicyRule#os_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#os_expression AppSignonPolicyRule#os_expression} --- @@ -2001,7 +2001,7 @@ public string OsType { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. --- @@ -2013,7 +2013,7 @@ public string Type { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. --- diff --git a/docs/appSignonPolicyRule.go.md b/docs/appSignonPolicyRule.go.md index 4ead1bd96..306b4787d 100644 --- a/docs/appSignonPolicyRule.go.md +++ b/docs/appSignonPolicyRule.go.md @@ -4,7 +4,7 @@ ### AppSignonPolicyRule -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule okta_app_signon_policy_rule}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule okta_app_signon_policy_rule}. #### Initializers @@ -648,7 +648,7 @@ The construct id used in the generated config for the AppSignonPolicyRule to imp The id of the existing AppSignonPolicyRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#import import section} in the documentation of this resource for the id to use --- @@ -1492,7 +1492,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appsignonpolicyrule" | FactorMode | *string | The number of factors required to satisfy this assurance level. | | GroupsExcluded | *[]*string | List of group IDs to exclude. | | GroupsIncluded | *[]*string | List of group IDs to include. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. | | InactivityPeriod | *string | The inactivity duration after which the end user must re-authenticate. | | NetworkConnection | *string | Network selection mode: ANYWHERE, ZONE, ON_NETWORK, or OFF_NETWORK. | | NetworkExcludes | *[]*string | The zones to exclude. | @@ -1590,7 +1590,7 @@ Name *string Policy Rule Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#name AppSignonPolicyRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#name AppSignonPolicyRule#name} --- @@ -1604,7 +1604,7 @@ PolicyId *string ID of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#policy_id AppSignonPolicyRule#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#policy_id AppSignonPolicyRule#policy_id} --- @@ -1618,7 +1618,7 @@ Access *string Allow or deny access based on the rule conditions: ALLOW or DENY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#access AppSignonPolicyRule#access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#access AppSignonPolicyRule#access} --- @@ -1632,7 +1632,7 @@ Constraints *[]*string An array that contains nested Authenticator Constraint objects that are organized by the Authenticator class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#constraints AppSignonPolicyRule#constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#constraints AppSignonPolicyRule#constraints} --- @@ -1648,7 +1648,7 @@ This is an optional advanced setting. If the expression is formatted incorrectly or conflicts with conditions set above, the rule may not match any users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#custom_expression AppSignonPolicyRule#custom_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#custom_expression AppSignonPolicyRule#custom_expression} --- @@ -1662,7 +1662,7 @@ DeviceAssurancesIncluded *[]*string List of device assurance IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_assurances_included AppSignonPolicyRule#device_assurances_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_assurances_included AppSignonPolicyRule#device_assurances_included} --- @@ -1678,7 +1678,7 @@ If the device is managed. A device is managed if it's managed by a device management system. When managed is passed, registered must also be included and must be set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_is_managed AppSignonPolicyRule#device_is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_is_managed AppSignonPolicyRule#device_is_managed} --- @@ -1694,7 +1694,7 @@ If the device is registered. A device is registered if the User enrolls with Okta Verify that is installed on the device. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_is_registered AppSignonPolicyRule#device_is_registered} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_is_registered AppSignonPolicyRule#device_is_registered} --- @@ -1708,7 +1708,7 @@ FactorMode *string The number of factors required to satisfy this assurance level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#factor_mode AppSignonPolicyRule#factor_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#factor_mode AppSignonPolicyRule#factor_mode} --- @@ -1722,7 +1722,7 @@ GroupsExcluded *[]*string List of group IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#groups_excluded AppSignonPolicyRule#groups_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#groups_excluded AppSignonPolicyRule#groups_excluded} --- @@ -1736,7 +1736,7 @@ GroupsIncluded *[]*string List of group IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#groups_included AppSignonPolicyRule#groups_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#groups_included AppSignonPolicyRule#groups_included} --- @@ -1748,7 +1748,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1767,7 +1767,7 @@ The inactivity duration after which the end user must re-authenticate. Use the ISO 8601 Period format for recurring time intervals. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#inactivity_period AppSignonPolicyRule#inactivity_period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#inactivity_period AppSignonPolicyRule#inactivity_period} --- @@ -1781,7 +1781,7 @@ NetworkConnection *string Network selection mode: ANYWHERE, ZONE, ON_NETWORK, or OFF_NETWORK. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_connection AppSignonPolicyRule#network_connection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_connection AppSignonPolicyRule#network_connection} --- @@ -1795,7 +1795,7 @@ NetworkExcludes *[]*string The zones to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_excludes AppSignonPolicyRule#network_excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_excludes AppSignonPolicyRule#network_excludes} --- @@ -1809,7 +1809,7 @@ NetworkIncludes *[]*string The zones to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_includes AppSignonPolicyRule#network_includes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_includes AppSignonPolicyRule#network_includes} --- @@ -1823,7 +1823,7 @@ PlatformInclude interface{} platform_include block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#platform_include AppSignonPolicyRule#platform_include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#platform_include AppSignonPolicyRule#platform_include} --- @@ -1837,7 +1837,7 @@ Priority *f64 Priority of the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#priority AppSignonPolicyRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#priority AppSignonPolicyRule#priority} --- @@ -1853,7 +1853,7 @@ The duration after which the end user must re-authenticate, regardless of user a Use the ISO 8601 Period format for recurring time intervals. PT0S - Every sign-in attempt, PT43800H - Once per session -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#re_authentication_frequency AppSignonPolicyRule#re_authentication_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#re_authentication_frequency AppSignonPolicyRule#re_authentication_frequency} --- @@ -1867,7 +1867,7 @@ RiskScore *string The risk score specifies a particular level of risk to match on: ANY, LOW, MEDIUM, HIGH. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#risk_score AppSignonPolicyRule#risk_score} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#risk_score AppSignonPolicyRule#risk_score} --- @@ -1881,7 +1881,7 @@ Status *string Status of the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#status AppSignonPolicyRule#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#status AppSignonPolicyRule#status} --- @@ -1895,7 +1895,7 @@ Type *string The Verification Method type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type} --- @@ -1909,7 +1909,7 @@ UsersExcluded *[]*string Set of User IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#users_excluded AppSignonPolicyRule#users_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#users_excluded AppSignonPolicyRule#users_excluded} --- @@ -1923,7 +1923,7 @@ UsersIncluded *[]*string Set of User IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#users_included AppSignonPolicyRule#users_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#users_included AppSignonPolicyRule#users_included} --- @@ -1937,7 +1937,7 @@ UserTypesExcluded *[]*string Set of User Type IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#user_types_excluded AppSignonPolicyRule#user_types_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#user_types_excluded AppSignonPolicyRule#user_types_excluded} --- @@ -1951,7 +1951,7 @@ UserTypesIncluded *[]*string Set of User Type IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#user_types_included AppSignonPolicyRule#user_types_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#user_types_included AppSignonPolicyRule#user_types_included} --- @@ -1974,8 +1974,8 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appsignonpolicyrule" | **Name** | **Type** | **Description** | | --- | --- | --- | | OsExpression | *string | Only available with OTHER OS type. | -| OsType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. | -| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. | +| OsType | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. | +| Type | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. | --- @@ -1989,7 +1989,7 @@ OsExpression *string Only available with OTHER OS type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#os_expression AppSignonPolicyRule#os_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#os_expression AppSignonPolicyRule#os_expression} --- @@ -2001,7 +2001,7 @@ OsType *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. --- @@ -2013,7 +2013,7 @@ Type *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. --- diff --git a/docs/appSignonPolicyRule.java.md b/docs/appSignonPolicyRule.java.md index 2c52b9aa0..6c2d74b69 100644 --- a/docs/appSignonPolicyRule.java.md +++ b/docs/appSignonPolicyRule.java.md @@ -4,7 +4,7 @@ ### AppSignonPolicyRule -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule okta_app_signon_policy_rule}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule okta_app_signon_policy_rule}. #### Initializers @@ -77,7 +77,7 @@ AppSignonPolicyRule.Builder.create(Construct scope, java.lang.String id) | factorMode | java.lang.String | The number of factors required to satisfy this assurance level. | | groupsExcluded | java.util.List | List of group IDs to exclude. | | groupsIncluded | java.util.List | List of group IDs to include. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. | | inactivityPeriod | java.lang.String | The inactivity duration after which the end user must re-authenticate. | | networkConnection | java.lang.String | Network selection mode: ANYWHERE, ZONE, ON_NETWORK, or OFF_NETWORK. | | networkExcludes | java.util.List | The zones to exclude. | @@ -161,7 +161,7 @@ Must be unique amongst siblings in the same scope Policy Rule Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#name AppSignonPolicyRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#name AppSignonPolicyRule#name} --- @@ -171,7 +171,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ ID of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#policy_id AppSignonPolicyRule#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#policy_id AppSignonPolicyRule#policy_id} --- @@ -181,7 +181,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Allow or deny access based on the rule conditions: ALLOW or DENY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#access AppSignonPolicyRule#access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#access AppSignonPolicyRule#access} --- @@ -191,7 +191,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ An array that contains nested Authenticator Constraint objects that are organized by the Authenticator class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#constraints AppSignonPolicyRule#constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#constraints AppSignonPolicyRule#constraints} --- @@ -203,7 +203,7 @@ This is an optional advanced setting. If the expression is formatted incorrectly or conflicts with conditions set above, the rule may not match any users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#custom_expression AppSignonPolicyRule#custom_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#custom_expression AppSignonPolicyRule#custom_expression} --- @@ -213,7 +213,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ List of device assurance IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_assurances_included AppSignonPolicyRule#device_assurances_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_assurances_included AppSignonPolicyRule#device_assurances_included} --- @@ -225,7 +225,7 @@ If the device is managed. A device is managed if it's managed by a device management system. When managed is passed, registered must also be included and must be set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_is_managed AppSignonPolicyRule#device_is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_is_managed AppSignonPolicyRule#device_is_managed} --- @@ -237,7 +237,7 @@ If the device is registered. A device is registered if the User enrolls with Okta Verify that is installed on the device. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_is_registered AppSignonPolicyRule#device_is_registered} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_is_registered AppSignonPolicyRule#device_is_registered} --- @@ -247,7 +247,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The number of factors required to satisfy this assurance level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#factor_mode AppSignonPolicyRule#factor_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#factor_mode AppSignonPolicyRule#factor_mode} --- @@ -257,7 +257,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ List of group IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#groups_excluded AppSignonPolicyRule#groups_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#groups_excluded AppSignonPolicyRule#groups_excluded} --- @@ -267,7 +267,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ List of group IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#groups_included AppSignonPolicyRule#groups_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#groups_included AppSignonPolicyRule#groups_included} --- @@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -290,7 +290,7 @@ The inactivity duration after which the end user must re-authenticate. Use the ISO 8601 Period format for recurring time intervals. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#inactivity_period AppSignonPolicyRule#inactivity_period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#inactivity_period AppSignonPolicyRule#inactivity_period} --- @@ -300,7 +300,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Network selection mode: ANYWHERE, ZONE, ON_NETWORK, or OFF_NETWORK. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_connection AppSignonPolicyRule#network_connection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_connection AppSignonPolicyRule#network_connection} --- @@ -310,7 +310,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The zones to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_excludes AppSignonPolicyRule#network_excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_excludes AppSignonPolicyRule#network_excludes} --- @@ -320,7 +320,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The zones to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_includes AppSignonPolicyRule#network_includes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_includes AppSignonPolicyRule#network_includes} --- @@ -330,7 +330,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ platform_include block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#platform_include AppSignonPolicyRule#platform_include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#platform_include AppSignonPolicyRule#platform_include} --- @@ -340,7 +340,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Priority of the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#priority AppSignonPolicyRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#priority AppSignonPolicyRule#priority} --- @@ -352,7 +352,7 @@ The duration after which the end user must re-authenticate, regardless of user a Use the ISO 8601 Period format for recurring time intervals. PT0S - Every sign-in attempt, PT43800H - Once per session -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#re_authentication_frequency AppSignonPolicyRule#re_authentication_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#re_authentication_frequency AppSignonPolicyRule#re_authentication_frequency} --- @@ -362,7 +362,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The risk score specifies a particular level of risk to match on: ANY, LOW, MEDIUM, HIGH. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#risk_score AppSignonPolicyRule#risk_score} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#risk_score AppSignonPolicyRule#risk_score} --- @@ -372,7 +372,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#status AppSignonPolicyRule#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#status AppSignonPolicyRule#status} --- @@ -382,7 +382,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The Verification Method type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type} --- @@ -392,7 +392,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Set of User IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#users_excluded AppSignonPolicyRule#users_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#users_excluded AppSignonPolicyRule#users_excluded} --- @@ -402,7 +402,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Set of User IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#users_included AppSignonPolicyRule#users_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#users_included AppSignonPolicyRule#users_included} --- @@ -412,7 +412,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Set of User Type IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#user_types_excluded AppSignonPolicyRule#user_types_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#user_types_excluded AppSignonPolicyRule#user_types_excluded} --- @@ -422,7 +422,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Set of User Type IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#user_types_included AppSignonPolicyRule#user_types_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#user_types_included AppSignonPolicyRule#user_types_included} --- @@ -1030,7 +1030,7 @@ The construct id used in the generated config for the AppSignonPolicyRule to imp The id of the existing AppSignonPolicyRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#import import section} in the documentation of this resource for the id to use --- @@ -1881,7 +1881,7 @@ AppSignonPolicyRuleConfig.builder() | factorMode | java.lang.String | The number of factors required to satisfy this assurance level. | | groupsExcluded | java.util.List | List of group IDs to exclude. | | groupsIncluded | java.util.List | List of group IDs to include. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. | | inactivityPeriod | java.lang.String | The inactivity duration after which the end user must re-authenticate. | | networkConnection | java.lang.String | Network selection mode: ANYWHERE, ZONE, ON_NETWORK, or OFF_NETWORK. | | networkExcludes | java.util.List | The zones to exclude. | @@ -1979,7 +1979,7 @@ public java.lang.String getName(); Policy Rule Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#name AppSignonPolicyRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#name AppSignonPolicyRule#name} --- @@ -1993,7 +1993,7 @@ public java.lang.String getPolicyId(); ID of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#policy_id AppSignonPolicyRule#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#policy_id AppSignonPolicyRule#policy_id} --- @@ -2007,7 +2007,7 @@ public java.lang.String getAccess(); Allow or deny access based on the rule conditions: ALLOW or DENY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#access AppSignonPolicyRule#access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#access AppSignonPolicyRule#access} --- @@ -2021,7 +2021,7 @@ public java.util.List getConstraints(); An array that contains nested Authenticator Constraint objects that are organized by the Authenticator class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#constraints AppSignonPolicyRule#constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#constraints AppSignonPolicyRule#constraints} --- @@ -2037,7 +2037,7 @@ This is an optional advanced setting. If the expression is formatted incorrectly or conflicts with conditions set above, the rule may not match any users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#custom_expression AppSignonPolicyRule#custom_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#custom_expression AppSignonPolicyRule#custom_expression} --- @@ -2051,7 +2051,7 @@ public java.util.List getDeviceAssurancesIncluded(); List of device assurance IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_assurances_included AppSignonPolicyRule#device_assurances_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_assurances_included AppSignonPolicyRule#device_assurances_included} --- @@ -2067,7 +2067,7 @@ If the device is managed. A device is managed if it's managed by a device management system. When managed is passed, registered must also be included and must be set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_is_managed AppSignonPolicyRule#device_is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_is_managed AppSignonPolicyRule#device_is_managed} --- @@ -2083,7 +2083,7 @@ If the device is registered. A device is registered if the User enrolls with Okta Verify that is installed on the device. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_is_registered AppSignonPolicyRule#device_is_registered} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_is_registered AppSignonPolicyRule#device_is_registered} --- @@ -2097,7 +2097,7 @@ public java.lang.String getFactorMode(); The number of factors required to satisfy this assurance level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#factor_mode AppSignonPolicyRule#factor_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#factor_mode AppSignonPolicyRule#factor_mode} --- @@ -2111,7 +2111,7 @@ public java.util.List getGroupsExcluded(); List of group IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#groups_excluded AppSignonPolicyRule#groups_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#groups_excluded AppSignonPolicyRule#groups_excluded} --- @@ -2125,7 +2125,7 @@ public java.util.List getGroupsIncluded(); List of group IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#groups_included AppSignonPolicyRule#groups_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#groups_included AppSignonPolicyRule#groups_included} --- @@ -2137,7 +2137,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2156,7 +2156,7 @@ The inactivity duration after which the end user must re-authenticate. Use the ISO 8601 Period format for recurring time intervals. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#inactivity_period AppSignonPolicyRule#inactivity_period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#inactivity_period AppSignonPolicyRule#inactivity_period} --- @@ -2170,7 +2170,7 @@ public java.lang.String getNetworkConnection(); Network selection mode: ANYWHERE, ZONE, ON_NETWORK, or OFF_NETWORK. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_connection AppSignonPolicyRule#network_connection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_connection AppSignonPolicyRule#network_connection} --- @@ -2184,7 +2184,7 @@ public java.util.List getNetworkExcludes(); The zones to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_excludes AppSignonPolicyRule#network_excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_excludes AppSignonPolicyRule#network_excludes} --- @@ -2198,7 +2198,7 @@ public java.util.List getNetworkIncludes(); The zones to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_includes AppSignonPolicyRule#network_includes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_includes AppSignonPolicyRule#network_includes} --- @@ -2212,7 +2212,7 @@ public java.lang.Object getPlatformInclude(); platform_include block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#platform_include AppSignonPolicyRule#platform_include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#platform_include AppSignonPolicyRule#platform_include} --- @@ -2226,7 +2226,7 @@ public java.lang.Number getPriority(); Priority of the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#priority AppSignonPolicyRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#priority AppSignonPolicyRule#priority} --- @@ -2242,7 +2242,7 @@ The duration after which the end user must re-authenticate, regardless of user a Use the ISO 8601 Period format for recurring time intervals. PT0S - Every sign-in attempt, PT43800H - Once per session -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#re_authentication_frequency AppSignonPolicyRule#re_authentication_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#re_authentication_frequency AppSignonPolicyRule#re_authentication_frequency} --- @@ -2256,7 +2256,7 @@ public java.lang.String getRiskScore(); The risk score specifies a particular level of risk to match on: ANY, LOW, MEDIUM, HIGH. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#risk_score AppSignonPolicyRule#risk_score} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#risk_score AppSignonPolicyRule#risk_score} --- @@ -2270,7 +2270,7 @@ public java.lang.String getStatus(); Status of the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#status AppSignonPolicyRule#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#status AppSignonPolicyRule#status} --- @@ -2284,7 +2284,7 @@ public java.lang.String getType(); The Verification Method type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type} --- @@ -2298,7 +2298,7 @@ public java.util.List getUsersExcluded(); Set of User IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#users_excluded AppSignonPolicyRule#users_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#users_excluded AppSignonPolicyRule#users_excluded} --- @@ -2312,7 +2312,7 @@ public java.util.List getUsersIncluded(); Set of User IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#users_included AppSignonPolicyRule#users_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#users_included AppSignonPolicyRule#users_included} --- @@ -2326,7 +2326,7 @@ public java.util.List getUserTypesExcluded(); Set of User Type IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#user_types_excluded AppSignonPolicyRule#user_types_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#user_types_excluded AppSignonPolicyRule#user_types_excluded} --- @@ -2340,7 +2340,7 @@ public java.util.List getUserTypesIncluded(); Set of User Type IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#user_types_included AppSignonPolicyRule#user_types_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#user_types_included AppSignonPolicyRule#user_types_included} --- @@ -2363,8 +2363,8 @@ AppSignonPolicyRulePlatformInclude.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | osExpression | java.lang.String | Only available with OTHER OS type. | -| osType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. | -| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. | +| osType | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. | +| type | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. | --- @@ -2378,7 +2378,7 @@ public java.lang.String getOsExpression(); Only available with OTHER OS type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#os_expression AppSignonPolicyRule#os_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#os_expression AppSignonPolicyRule#os_expression} --- @@ -2390,7 +2390,7 @@ public java.lang.String getOsType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. --- @@ -2402,7 +2402,7 @@ public java.lang.String getType(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. --- diff --git a/docs/appSignonPolicyRule.python.md b/docs/appSignonPolicyRule.python.md index 375408137..56e983a6c 100644 --- a/docs/appSignonPolicyRule.python.md +++ b/docs/appSignonPolicyRule.python.md @@ -4,7 +4,7 @@ ### AppSignonPolicyRule -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule okta_app_signon_policy_rule}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule okta_app_signon_policy_rule}. #### Initializers @@ -72,7 +72,7 @@ appSignonPolicyRule.AppSignonPolicyRule( | factor_mode | str | The number of factors required to satisfy this assurance level. | | groups_excluded | typing.List[str] | List of group IDs to exclude. | | groups_included | typing.List[str] | List of group IDs to include. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. | | inactivity_period | str | The inactivity duration after which the end user must re-authenticate. | | network_connection | str | Network selection mode: ANYWHERE, ZONE, ON_NETWORK, or OFF_NETWORK. | | network_excludes | typing.List[str] | The zones to exclude. | @@ -156,7 +156,7 @@ Must be unique amongst siblings in the same scope Policy Rule Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#name AppSignonPolicyRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#name AppSignonPolicyRule#name} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ ID of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#policy_id AppSignonPolicyRule#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#policy_id AppSignonPolicyRule#policy_id} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Allow or deny access based on the rule conditions: ALLOW or DENY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#access AppSignonPolicyRule#access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#access AppSignonPolicyRule#access} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ An array that contains nested Authenticator Constraint objects that are organized by the Authenticator class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#constraints AppSignonPolicyRule#constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#constraints AppSignonPolicyRule#constraints} --- @@ -198,7 +198,7 @@ This is an optional advanced setting. If the expression is formatted incorrectly or conflicts with conditions set above, the rule may not match any users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#custom_expression AppSignonPolicyRule#custom_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#custom_expression AppSignonPolicyRule#custom_expression} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ List of device assurance IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_assurances_included AppSignonPolicyRule#device_assurances_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_assurances_included AppSignonPolicyRule#device_assurances_included} --- @@ -220,7 +220,7 @@ If the device is managed. A device is managed if it's managed by a device management system. When managed is passed, registered must also be included and must be set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_is_managed AppSignonPolicyRule#device_is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_is_managed AppSignonPolicyRule#device_is_managed} --- @@ -232,7 +232,7 @@ If the device is registered. A device is registered if the User enrolls with Okta Verify that is installed on the device. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_is_registered AppSignonPolicyRule#device_is_registered} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_is_registered AppSignonPolicyRule#device_is_registered} --- @@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The number of factors required to satisfy this assurance level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#factor_mode AppSignonPolicyRule#factor_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#factor_mode AppSignonPolicyRule#factor_mode} --- @@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ List of group IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#groups_excluded AppSignonPolicyRule#groups_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#groups_excluded AppSignonPolicyRule#groups_excluded} --- @@ -262,7 +262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ List of group IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#groups_included AppSignonPolicyRule#groups_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#groups_included AppSignonPolicyRule#groups_included} --- @@ -270,7 +270,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -285,7 +285,7 @@ The inactivity duration after which the end user must re-authenticate. Use the ISO 8601 Period format for recurring time intervals. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#inactivity_period AppSignonPolicyRule#inactivity_period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#inactivity_period AppSignonPolicyRule#inactivity_period} --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Network selection mode: ANYWHERE, ZONE, ON_NETWORK, or OFF_NETWORK. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_connection AppSignonPolicyRule#network_connection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_connection AppSignonPolicyRule#network_connection} --- @@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The zones to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_excludes AppSignonPolicyRule#network_excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_excludes AppSignonPolicyRule#network_excludes} --- @@ -315,7 +315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The zones to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_includes AppSignonPolicyRule#network_includes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_includes AppSignonPolicyRule#network_includes} --- @@ -325,7 +325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ platform_include block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#platform_include AppSignonPolicyRule#platform_include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#platform_include AppSignonPolicyRule#platform_include} --- @@ -335,7 +335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Priority of the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#priority AppSignonPolicyRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#priority AppSignonPolicyRule#priority} --- @@ -347,7 +347,7 @@ The duration after which the end user must re-authenticate, regardless of user a Use the ISO 8601 Period format for recurring time intervals. PT0S - Every sign-in attempt, PT43800H - Once per session -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#re_authentication_frequency AppSignonPolicyRule#re_authentication_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#re_authentication_frequency AppSignonPolicyRule#re_authentication_frequency} --- @@ -357,7 +357,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The risk score specifies a particular level of risk to match on: ANY, LOW, MEDIUM, HIGH. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#risk_score AppSignonPolicyRule#risk_score} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#risk_score AppSignonPolicyRule#risk_score} --- @@ -367,7 +367,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#status AppSignonPolicyRule#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#status AppSignonPolicyRule#status} --- @@ -377,7 +377,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The Verification Method type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type} --- @@ -387,7 +387,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Set of User IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#users_excluded AppSignonPolicyRule#users_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#users_excluded AppSignonPolicyRule#users_excluded} --- @@ -397,7 +397,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Set of User IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#users_included AppSignonPolicyRule#users_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#users_included AppSignonPolicyRule#users_included} --- @@ -407,7 +407,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Set of User Type IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#user_types_excluded AppSignonPolicyRule#user_types_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#user_types_excluded AppSignonPolicyRule#user_types_excluded} --- @@ -417,7 +417,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Set of User Type IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#user_types_included AppSignonPolicyRule#user_types_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#user_types_included AppSignonPolicyRule#user_types_included} --- @@ -1073,7 +1073,7 @@ The construct id used in the generated config for the AppSignonPolicyRule to imp The id of the existing AppSignonPolicyRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#import import section} in the documentation of this resource for the id to use --- @@ -1917,7 +1917,7 @@ appSignonPolicyRule.AppSignonPolicyRuleConfig( | factor_mode | str | The number of factors required to satisfy this assurance level. | | groups_excluded | typing.List[str] | List of group IDs to exclude. | | groups_included | typing.List[str] | List of group IDs to include. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. | | inactivity_period | str | The inactivity duration after which the end user must re-authenticate. | | network_connection | str | Network selection mode: ANYWHERE, ZONE, ON_NETWORK, or OFF_NETWORK. | | network_excludes | typing.List[str] | The zones to exclude. | @@ -2015,7 +2015,7 @@ name: str Policy Rule Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#name AppSignonPolicyRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#name AppSignonPolicyRule#name} --- @@ -2029,7 +2029,7 @@ policy_id: str ID of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#policy_id AppSignonPolicyRule#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#policy_id AppSignonPolicyRule#policy_id} --- @@ -2043,7 +2043,7 @@ access: str Allow or deny access based on the rule conditions: ALLOW or DENY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#access AppSignonPolicyRule#access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#access AppSignonPolicyRule#access} --- @@ -2057,7 +2057,7 @@ constraints: typing.List[str] An array that contains nested Authenticator Constraint objects that are organized by the Authenticator class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#constraints AppSignonPolicyRule#constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#constraints AppSignonPolicyRule#constraints} --- @@ -2073,7 +2073,7 @@ This is an optional advanced setting. If the expression is formatted incorrectly or conflicts with conditions set above, the rule may not match any users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#custom_expression AppSignonPolicyRule#custom_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#custom_expression AppSignonPolicyRule#custom_expression} --- @@ -2087,7 +2087,7 @@ device_assurances_included: typing.List[str] List of device assurance IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_assurances_included AppSignonPolicyRule#device_assurances_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_assurances_included AppSignonPolicyRule#device_assurances_included} --- @@ -2103,7 +2103,7 @@ If the device is managed. A device is managed if it's managed by a device management system. When managed is passed, registered must also be included and must be set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_is_managed AppSignonPolicyRule#device_is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_is_managed AppSignonPolicyRule#device_is_managed} --- @@ -2119,7 +2119,7 @@ If the device is registered. A device is registered if the User enrolls with Okta Verify that is installed on the device. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_is_registered AppSignonPolicyRule#device_is_registered} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_is_registered AppSignonPolicyRule#device_is_registered} --- @@ -2133,7 +2133,7 @@ factor_mode: str The number of factors required to satisfy this assurance level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#factor_mode AppSignonPolicyRule#factor_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#factor_mode AppSignonPolicyRule#factor_mode} --- @@ -2147,7 +2147,7 @@ groups_excluded: typing.List[str] List of group IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#groups_excluded AppSignonPolicyRule#groups_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#groups_excluded AppSignonPolicyRule#groups_excluded} --- @@ -2161,7 +2161,7 @@ groups_included: typing.List[str] List of group IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#groups_included AppSignonPolicyRule#groups_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#groups_included AppSignonPolicyRule#groups_included} --- @@ -2173,7 +2173,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2192,7 +2192,7 @@ The inactivity duration after which the end user must re-authenticate. Use the ISO 8601 Period format for recurring time intervals. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#inactivity_period AppSignonPolicyRule#inactivity_period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#inactivity_period AppSignonPolicyRule#inactivity_period} --- @@ -2206,7 +2206,7 @@ network_connection: str Network selection mode: ANYWHERE, ZONE, ON_NETWORK, or OFF_NETWORK. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_connection AppSignonPolicyRule#network_connection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_connection AppSignonPolicyRule#network_connection} --- @@ -2220,7 +2220,7 @@ network_excludes: typing.List[str] The zones to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_excludes AppSignonPolicyRule#network_excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_excludes AppSignonPolicyRule#network_excludes} --- @@ -2234,7 +2234,7 @@ network_includes: typing.List[str] The zones to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_includes AppSignonPolicyRule#network_includes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_includes AppSignonPolicyRule#network_includes} --- @@ -2248,7 +2248,7 @@ platform_include: typing.Union[IResolvable, typing.List[AppSignonPolicyRulePlatf platform_include block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#platform_include AppSignonPolicyRule#platform_include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#platform_include AppSignonPolicyRule#platform_include} --- @@ -2262,7 +2262,7 @@ priority: typing.Union[int, float] Priority of the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#priority AppSignonPolicyRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#priority AppSignonPolicyRule#priority} --- @@ -2278,7 +2278,7 @@ The duration after which the end user must re-authenticate, regardless of user a Use the ISO 8601 Period format for recurring time intervals. PT0S - Every sign-in attempt, PT43800H - Once per session -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#re_authentication_frequency AppSignonPolicyRule#re_authentication_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#re_authentication_frequency AppSignonPolicyRule#re_authentication_frequency} --- @@ -2292,7 +2292,7 @@ risk_score: str The risk score specifies a particular level of risk to match on: ANY, LOW, MEDIUM, HIGH. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#risk_score AppSignonPolicyRule#risk_score} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#risk_score AppSignonPolicyRule#risk_score} --- @@ -2306,7 +2306,7 @@ status: str Status of the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#status AppSignonPolicyRule#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#status AppSignonPolicyRule#status} --- @@ -2320,7 +2320,7 @@ type: str The Verification Method type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type} --- @@ -2334,7 +2334,7 @@ users_excluded: typing.List[str] Set of User IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#users_excluded AppSignonPolicyRule#users_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#users_excluded AppSignonPolicyRule#users_excluded} --- @@ -2348,7 +2348,7 @@ users_included: typing.List[str] Set of User IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#users_included AppSignonPolicyRule#users_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#users_included AppSignonPolicyRule#users_included} --- @@ -2362,7 +2362,7 @@ user_types_excluded: typing.List[str] Set of User Type IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#user_types_excluded AppSignonPolicyRule#user_types_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#user_types_excluded AppSignonPolicyRule#user_types_excluded} --- @@ -2376,7 +2376,7 @@ user_types_included: typing.List[str] Set of User Type IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#user_types_included AppSignonPolicyRule#user_types_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#user_types_included AppSignonPolicyRule#user_types_included} --- @@ -2399,8 +2399,8 @@ appSignonPolicyRule.AppSignonPolicyRulePlatformInclude( | **Name** | **Type** | **Description** | | --- | --- | --- | | os_expression | str | Only available with OTHER OS type. | -| os_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. | -| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. | +| os_type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. | +| type | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. | --- @@ -2414,7 +2414,7 @@ os_expression: str Only available with OTHER OS type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#os_expression AppSignonPolicyRule#os_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#os_expression AppSignonPolicyRule#os_expression} --- @@ -2426,7 +2426,7 @@ os_type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. --- @@ -2438,7 +2438,7 @@ type: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. --- diff --git a/docs/appSignonPolicyRule.typescript.md b/docs/appSignonPolicyRule.typescript.md index 13d46d187..6db2ebae7 100644 --- a/docs/appSignonPolicyRule.typescript.md +++ b/docs/appSignonPolicyRule.typescript.md @@ -4,7 +4,7 @@ ### AppSignonPolicyRule -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule okta_app_signon_policy_rule}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule okta_app_signon_policy_rule}. #### Initializers @@ -648,7 +648,7 @@ The construct id used in the generated config for the AppSignonPolicyRule to imp The id of the existing AppSignonPolicyRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#import import section} in the documentation of this resource for the id to use --- @@ -1458,7 +1458,7 @@ const appSignonPolicyRuleConfig: appSignonPolicyRule.AppSignonPolicyRuleConfig = | factorMode | string | The number of factors required to satisfy this assurance level. | | groupsExcluded | string[] | List of group IDs to exclude. | | groupsIncluded | string[] | List of group IDs to include. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. | | inactivityPeriod | string | The inactivity duration after which the end user must re-authenticate. | | networkConnection | string | Network selection mode: ANYWHERE, ZONE, ON_NETWORK, or OFF_NETWORK. | | networkExcludes | string[] | The zones to exclude. | @@ -1556,7 +1556,7 @@ public readonly name: string; Policy Rule Name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#name AppSignonPolicyRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#name AppSignonPolicyRule#name} --- @@ -1570,7 +1570,7 @@ public readonly policyId: string; ID of the policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#policy_id AppSignonPolicyRule#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#policy_id AppSignonPolicyRule#policy_id} --- @@ -1584,7 +1584,7 @@ public readonly access: string; Allow or deny access based on the rule conditions: ALLOW or DENY. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#access AppSignonPolicyRule#access} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#access AppSignonPolicyRule#access} --- @@ -1598,7 +1598,7 @@ public readonly constraints: string[]; An array that contains nested Authenticator Constraint objects that are organized by the Authenticator class. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#constraints AppSignonPolicyRule#constraints} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#constraints AppSignonPolicyRule#constraints} --- @@ -1614,7 +1614,7 @@ This is an optional advanced setting. If the expression is formatted incorrectly or conflicts with conditions set above, the rule may not match any users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#custom_expression AppSignonPolicyRule#custom_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#custom_expression AppSignonPolicyRule#custom_expression} --- @@ -1628,7 +1628,7 @@ public readonly deviceAssurancesIncluded: string[]; List of device assurance IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_assurances_included AppSignonPolicyRule#device_assurances_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_assurances_included AppSignonPolicyRule#device_assurances_included} --- @@ -1644,7 +1644,7 @@ If the device is managed. A device is managed if it's managed by a device management system. When managed is passed, registered must also be included and must be set to true. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_is_managed AppSignonPolicyRule#device_is_managed} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_is_managed AppSignonPolicyRule#device_is_managed} --- @@ -1660,7 +1660,7 @@ If the device is registered. A device is registered if the User enrolls with Okta Verify that is installed on the device. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#device_is_registered AppSignonPolicyRule#device_is_registered} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#device_is_registered AppSignonPolicyRule#device_is_registered} --- @@ -1674,7 +1674,7 @@ public readonly factorMode: string; The number of factors required to satisfy this assurance level. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#factor_mode AppSignonPolicyRule#factor_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#factor_mode AppSignonPolicyRule#factor_mode} --- @@ -1688,7 +1688,7 @@ public readonly groupsExcluded: string[]; List of group IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#groups_excluded AppSignonPolicyRule#groups_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#groups_excluded AppSignonPolicyRule#groups_excluded} --- @@ -1702,7 +1702,7 @@ public readonly groupsIncluded: string[]; List of group IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#groups_included AppSignonPolicyRule#groups_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#groups_included AppSignonPolicyRule#groups_included} --- @@ -1714,7 +1714,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#id AppSignonPolicyRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1733,7 +1733,7 @@ The inactivity duration after which the end user must re-authenticate. Use the ISO 8601 Period format for recurring time intervals. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#inactivity_period AppSignonPolicyRule#inactivity_period} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#inactivity_period AppSignonPolicyRule#inactivity_period} --- @@ -1747,7 +1747,7 @@ public readonly networkConnection: string; Network selection mode: ANYWHERE, ZONE, ON_NETWORK, or OFF_NETWORK. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_connection AppSignonPolicyRule#network_connection} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_connection AppSignonPolicyRule#network_connection} --- @@ -1761,7 +1761,7 @@ public readonly networkExcludes: string[]; The zones to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_excludes AppSignonPolicyRule#network_excludes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_excludes AppSignonPolicyRule#network_excludes} --- @@ -1775,7 +1775,7 @@ public readonly networkIncludes: string[]; The zones to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#network_includes AppSignonPolicyRule#network_includes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#network_includes AppSignonPolicyRule#network_includes} --- @@ -1789,7 +1789,7 @@ public readonly platformInclude: IResolvable | AppSignonPolicyRulePlatformInclud platform_include block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#platform_include AppSignonPolicyRule#platform_include} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#platform_include AppSignonPolicyRule#platform_include} --- @@ -1803,7 +1803,7 @@ public readonly priority: number; Priority of the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#priority AppSignonPolicyRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#priority AppSignonPolicyRule#priority} --- @@ -1819,7 +1819,7 @@ The duration after which the end user must re-authenticate, regardless of user a Use the ISO 8601 Period format for recurring time intervals. PT0S - Every sign-in attempt, PT43800H - Once per session -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#re_authentication_frequency AppSignonPolicyRule#re_authentication_frequency} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#re_authentication_frequency AppSignonPolicyRule#re_authentication_frequency} --- @@ -1833,7 +1833,7 @@ public readonly riskScore: string; The risk score specifies a particular level of risk to match on: ANY, LOW, MEDIUM, HIGH. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#risk_score AppSignonPolicyRule#risk_score} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#risk_score AppSignonPolicyRule#risk_score} --- @@ -1847,7 +1847,7 @@ public readonly status: string; Status of the rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#status AppSignonPolicyRule#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#status AppSignonPolicyRule#status} --- @@ -1861,7 +1861,7 @@ public readonly type: string; The Verification Method type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type} --- @@ -1875,7 +1875,7 @@ public readonly usersExcluded: string[]; Set of User IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#users_excluded AppSignonPolicyRule#users_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#users_excluded AppSignonPolicyRule#users_excluded} --- @@ -1889,7 +1889,7 @@ public readonly usersIncluded: string[]; Set of User IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#users_included AppSignonPolicyRule#users_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#users_included AppSignonPolicyRule#users_included} --- @@ -1903,7 +1903,7 @@ public readonly userTypesExcluded: string[]; Set of User Type IDs to exclude. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#user_types_excluded AppSignonPolicyRule#user_types_excluded} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#user_types_excluded AppSignonPolicyRule#user_types_excluded} --- @@ -1917,7 +1917,7 @@ public readonly userTypesIncluded: string[]; Set of User Type IDs to include. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#user_types_included AppSignonPolicyRule#user_types_included} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#user_types_included AppSignonPolicyRule#user_types_included} --- @@ -1936,8 +1936,8 @@ const appSignonPolicyRulePlatformInclude: appSignonPolicyRule.AppSignonPolicyRul | **Name** | **Type** | **Description** | | --- | --- | --- | | osExpression | string | Only available with OTHER OS type. | -| osType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. | -| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. | +| osType | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. | +| type | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. | --- @@ -1951,7 +1951,7 @@ public readonly osExpression: string; Only available with OTHER OS type. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#os_expression AppSignonPolicyRule#os_expression} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#os_expression AppSignonPolicyRule#os_expression} --- @@ -1963,7 +1963,7 @@ public readonly osType: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#os_type AppSignonPolicyRule#os_type}. --- @@ -1975,7 +1975,7 @@ public readonly type: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_signon_policy_rule#type AppSignonPolicyRule#type}. --- diff --git a/docs/appSwa.csharp.md b/docs/appSwa.csharp.md index 75af6e22b..018909d95 100644 --- a/docs/appSwa.csharp.md +++ b/docs/appSwa.csharp.md @@ -4,7 +4,7 @@ ### AppSwa -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa okta_app_swa}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa okta_app_swa}. #### Initializers @@ -655,7 +655,7 @@ The construct id used in the generated config for the AppSwa to import. The id of the existing AppSwa that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#import import section} in the documentation of this resource for the id to use --- @@ -1522,7 +1522,7 @@ new AppSwaConfig { | EnduserNote | string | Application notes for end users. | | HideIos | object | Do not display application icon on mobile app. | | HideWeb | object | Do not display application icon to users. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#id AppSwa#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#id AppSwa#id}. | | Logo | string | Local file path to the logo. | | PasswordField | string | Login password field. | | PreconfiguredApp | string | Preconfigured app name. | @@ -1619,7 +1619,7 @@ public string Label { get; set; } The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#label AppSwa#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#label AppSwa#label} --- @@ -1633,7 +1633,7 @@ public string AccessibilityErrorRedirectUrl { get; set; } Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_error_redirect_url AppSwa#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_error_redirect_url AppSwa#accessibility_error_redirect_url} --- @@ -1647,7 +1647,7 @@ public string AccessibilityLoginRedirectUrl { get; set; } Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_login_redirect_url AppSwa#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_login_redirect_url AppSwa#accessibility_login_redirect_url} --- @@ -1661,7 +1661,7 @@ public object AccessibilitySelfService { get; set; } Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_self_service AppSwa#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_self_service AppSwa#accessibility_self_service} --- @@ -1675,7 +1675,7 @@ public string AdminNote { get; set; } Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#admin_note AppSwa#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#admin_note AppSwa#admin_note} --- @@ -1689,7 +1689,7 @@ public string AppLinksJson { get; set; } Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#app_links_json AppSwa#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#app_links_json AppSwa#app_links_json} --- @@ -1703,7 +1703,7 @@ public object AutoSubmitToolbar { get; set; } Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#auto_submit_toolbar AppSwa#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#auto_submit_toolbar AppSwa#auto_submit_toolbar} --- @@ -1717,7 +1717,7 @@ public string ButtonField { get; set; } Login button field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#button_field AppSwa#button_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#button_field AppSwa#button_field} --- @@ -1731,7 +1731,7 @@ public string Checkbox { get; set; } CSS selector for the checkbox. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#checkbox AppSwa#checkbox} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#checkbox AppSwa#checkbox} --- @@ -1745,7 +1745,7 @@ public string EnduserNote { get; set; } Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#enduser_note AppSwa#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#enduser_note AppSwa#enduser_note} --- @@ -1759,7 +1759,7 @@ public object HideIos { get; set; } Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#hide_ios AppSwa#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#hide_ios AppSwa#hide_ios} --- @@ -1773,7 +1773,7 @@ public object HideWeb { get; set; } Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#hide_web AppSwa#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#hide_web AppSwa#hide_web} --- @@ -1785,7 +1785,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#id AppSwa#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#id AppSwa#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1804,7 +1804,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#logo AppSwa#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#logo AppSwa#logo} --- @@ -1818,7 +1818,7 @@ public string PasswordField { get; set; } Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#password_field AppSwa#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#password_field AppSwa#password_field} --- @@ -1832,7 +1832,7 @@ public string PreconfiguredApp { get; set; } Preconfigured app name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#preconfigured_app AppSwa#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#preconfigured_app AppSwa#preconfigured_app} --- @@ -1846,7 +1846,7 @@ public string RedirectUrl { get; set; } If going to the login page URL redirects to another page, then enter that URL here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#redirect_url AppSwa#redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#redirect_url AppSwa#redirect_url} --- @@ -1860,7 +1860,7 @@ public string Status { get; set; } Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#status AppSwa#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#status AppSwa#status} --- @@ -1874,7 +1874,7 @@ public AppSwaTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#timeouts AppSwa#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#timeouts AppSwa#timeouts} --- @@ -1888,7 +1888,7 @@ public string Url { get; set; } Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#url AppSwa#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#url AppSwa#url} --- @@ -1902,7 +1902,7 @@ public string UrlRegex { get; set; } A regex that further restricts URL to the specified regex. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#url_regex AppSwa#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#url_regex AppSwa#url_regex} --- @@ -1916,7 +1916,7 @@ public string UsernameField { get; set; } Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#username_field AppSwa#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#username_field AppSwa#username_field} --- @@ -1930,7 +1930,7 @@ public string UserNameTemplate { get; set; } Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template AppSwa#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template AppSwa#user_name_template} --- @@ -1944,7 +1944,7 @@ public string UserNameTemplatePushStatus { get; set; } Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_push_status AppSwa#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_push_status AppSwa#user_name_template_push_status} --- @@ -1958,7 +1958,7 @@ public string UserNameTemplateSuffix { get; set; } Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_suffix AppSwa#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_suffix AppSwa#user_name_template_suffix} --- @@ -1972,7 +1972,7 @@ public string UserNameTemplateType { get; set; } Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_type AppSwa#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_type AppSwa#user_name_template_type} --- @@ -1994,9 +1994,9 @@ new AppSwaTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#create AppSwa#create}. | -| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#read AppSwa#read}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#update AppSwa#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#create AppSwa#create}. | +| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#read AppSwa#read}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#update AppSwa#update}. | --- @@ -2008,7 +2008,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#create AppSwa#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#create AppSwa#create}. --- @@ -2020,7 +2020,7 @@ public string Read { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#read AppSwa#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#read AppSwa#read}. --- @@ -2032,7 +2032,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#update AppSwa#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#update AppSwa#update}. --- diff --git a/docs/appSwa.go.md b/docs/appSwa.go.md index cd4fb6512..0fc7165b6 100644 --- a/docs/appSwa.go.md +++ b/docs/appSwa.go.md @@ -4,7 +4,7 @@ ### AppSwa -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa okta_app_swa}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa okta_app_swa}. #### Initializers @@ -655,7 +655,7 @@ The construct id used in the generated config for the AppSwa to import. The id of the existing AppSwa that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#import import section} in the documentation of this resource for the id to use --- @@ -1522,7 +1522,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appswa" | EnduserNote | *string | Application notes for end users. | | HideIos | interface{} | Do not display application icon on mobile app. | | HideWeb | interface{} | Do not display application icon to users. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#id AppSwa#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#id AppSwa#id}. | | Logo | *string | Local file path to the logo. | | PasswordField | *string | Login password field. | | PreconfiguredApp | *string | Preconfigured app name. | @@ -1619,7 +1619,7 @@ Label *string The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#label AppSwa#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#label AppSwa#label} --- @@ -1633,7 +1633,7 @@ AccessibilityErrorRedirectUrl *string Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_error_redirect_url AppSwa#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_error_redirect_url AppSwa#accessibility_error_redirect_url} --- @@ -1647,7 +1647,7 @@ AccessibilityLoginRedirectUrl *string Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_login_redirect_url AppSwa#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_login_redirect_url AppSwa#accessibility_login_redirect_url} --- @@ -1661,7 +1661,7 @@ AccessibilitySelfService interface{} Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_self_service AppSwa#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_self_service AppSwa#accessibility_self_service} --- @@ -1675,7 +1675,7 @@ AdminNote *string Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#admin_note AppSwa#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#admin_note AppSwa#admin_note} --- @@ -1689,7 +1689,7 @@ AppLinksJson *string Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#app_links_json AppSwa#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#app_links_json AppSwa#app_links_json} --- @@ -1703,7 +1703,7 @@ AutoSubmitToolbar interface{} Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#auto_submit_toolbar AppSwa#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#auto_submit_toolbar AppSwa#auto_submit_toolbar} --- @@ -1717,7 +1717,7 @@ ButtonField *string Login button field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#button_field AppSwa#button_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#button_field AppSwa#button_field} --- @@ -1731,7 +1731,7 @@ Checkbox *string CSS selector for the checkbox. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#checkbox AppSwa#checkbox} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#checkbox AppSwa#checkbox} --- @@ -1745,7 +1745,7 @@ EnduserNote *string Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#enduser_note AppSwa#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#enduser_note AppSwa#enduser_note} --- @@ -1759,7 +1759,7 @@ HideIos interface{} Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#hide_ios AppSwa#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#hide_ios AppSwa#hide_ios} --- @@ -1773,7 +1773,7 @@ HideWeb interface{} Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#hide_web AppSwa#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#hide_web AppSwa#hide_web} --- @@ -1785,7 +1785,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#id AppSwa#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#id AppSwa#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1804,7 +1804,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#logo AppSwa#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#logo AppSwa#logo} --- @@ -1818,7 +1818,7 @@ PasswordField *string Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#password_field AppSwa#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#password_field AppSwa#password_field} --- @@ -1832,7 +1832,7 @@ PreconfiguredApp *string Preconfigured app name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#preconfigured_app AppSwa#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#preconfigured_app AppSwa#preconfigured_app} --- @@ -1846,7 +1846,7 @@ RedirectUrl *string If going to the login page URL redirects to another page, then enter that URL here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#redirect_url AppSwa#redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#redirect_url AppSwa#redirect_url} --- @@ -1860,7 +1860,7 @@ Status *string Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#status AppSwa#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#status AppSwa#status} --- @@ -1874,7 +1874,7 @@ Timeouts AppSwaTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#timeouts AppSwa#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#timeouts AppSwa#timeouts} --- @@ -1888,7 +1888,7 @@ Url *string Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#url AppSwa#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#url AppSwa#url} --- @@ -1902,7 +1902,7 @@ UrlRegex *string A regex that further restricts URL to the specified regex. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#url_regex AppSwa#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#url_regex AppSwa#url_regex} --- @@ -1916,7 +1916,7 @@ UsernameField *string Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#username_field AppSwa#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#username_field AppSwa#username_field} --- @@ -1930,7 +1930,7 @@ UserNameTemplate *string Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template AppSwa#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template AppSwa#user_name_template} --- @@ -1944,7 +1944,7 @@ UserNameTemplatePushStatus *string Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_push_status AppSwa#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_push_status AppSwa#user_name_template_push_status} --- @@ -1958,7 +1958,7 @@ UserNameTemplateSuffix *string Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_suffix AppSwa#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_suffix AppSwa#user_name_template_suffix} --- @@ -1972,7 +1972,7 @@ UserNameTemplateType *string Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_type AppSwa#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_type AppSwa#user_name_template_type} --- @@ -1994,9 +1994,9 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appswa" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#create AppSwa#create}. | -| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#read AppSwa#read}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#update AppSwa#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#create AppSwa#create}. | +| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#read AppSwa#read}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#update AppSwa#update}. | --- @@ -2008,7 +2008,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#create AppSwa#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#create AppSwa#create}. --- @@ -2020,7 +2020,7 @@ Read *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#read AppSwa#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#read AppSwa#read}. --- @@ -2032,7 +2032,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#update AppSwa#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#update AppSwa#update}. --- diff --git a/docs/appSwa.java.md b/docs/appSwa.java.md index 596002474..4cbe24da1 100644 --- a/docs/appSwa.java.md +++ b/docs/appSwa.java.md @@ -4,7 +4,7 @@ ### AppSwa -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa okta_app_swa}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa okta_app_swa}. #### Initializers @@ -79,7 +79,7 @@ AppSwa.Builder.create(Construct scope, java.lang.String id) | enduserNote | java.lang.String | Application notes for end users. | | hideIos | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon to users. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#id AppSwa#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#id AppSwa#id}. | | logo | java.lang.String | Local file path to the logo. | | passwordField | java.lang.String | Login password field. | | preconfiguredApp | java.lang.String | Preconfigured app name. | @@ -162,7 +162,7 @@ Must be unique amongst siblings in the same scope The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#label AppSwa#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#label AppSwa#label} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_error_redirect_url AppSwa#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_error_redirect_url AppSwa#accessibility_error_redirect_url} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_login_redirect_url AppSwa#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_login_redirect_url AppSwa#accessibility_login_redirect_url} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_self_service AppSwa#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_self_service AppSwa#accessibility_self_service} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#admin_note AppSwa#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#admin_note AppSwa#admin_note} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#app_links_json AppSwa#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#app_links_json AppSwa#app_links_json} --- @@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#auto_submit_toolbar AppSwa#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#auto_submit_toolbar AppSwa#auto_submit_toolbar} --- @@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login button field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#button_field AppSwa#button_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#button_field AppSwa#button_field} --- @@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ CSS selector for the checkbox. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#checkbox AppSwa#checkbox} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#checkbox AppSwa#checkbox} --- @@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#enduser_note AppSwa#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#enduser_note AppSwa#enduser_note} --- @@ -262,7 +262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#hide_ios AppSwa#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#hide_ios AppSwa#hide_ios} --- @@ -272,7 +272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#hide_web AppSwa#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#hide_web AppSwa#hide_web} --- @@ -280,7 +280,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#id AppSwa#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#id AppSwa#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -295,7 +295,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#logo AppSwa#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#logo AppSwa#logo} --- @@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#password_field AppSwa#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#password_field AppSwa#password_field} --- @@ -315,7 +315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Preconfigured app name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#preconfigured_app AppSwa#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#preconfigured_app AppSwa#preconfigured_app} --- @@ -325,7 +325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ If going to the login page URL redirects to another page, then enter that URL here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#redirect_url AppSwa#redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#redirect_url AppSwa#redirect_url} --- @@ -335,7 +335,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#status AppSwa#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#status AppSwa#status} --- @@ -345,7 +345,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#timeouts AppSwa#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#timeouts AppSwa#timeouts} --- @@ -355,7 +355,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#url AppSwa#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#url AppSwa#url} --- @@ -365,7 +365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ A regex that further restricts URL to the specified regex. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#url_regex AppSwa#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#url_regex AppSwa#url_regex} --- @@ -375,7 +375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#username_field AppSwa#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#username_field AppSwa#username_field} --- @@ -385,7 +385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template AppSwa#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template AppSwa#user_name_template} --- @@ -395,7 +395,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_push_status AppSwa#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_push_status AppSwa#user_name_template_push_status} --- @@ -405,7 +405,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_suffix AppSwa#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_suffix AppSwa#user_name_template_suffix} --- @@ -415,7 +415,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_type AppSwa#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_type AppSwa#user_name_template_type} --- @@ -1030,7 +1030,7 @@ The construct id used in the generated config for the AppSwa to import. The id of the existing AppSwa that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#import import section} in the documentation of this resource for the id to use --- @@ -1905,7 +1905,7 @@ AppSwaConfig.builder() | enduserNote | java.lang.String | Application notes for end users. | | hideIos | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon to users. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#id AppSwa#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#id AppSwa#id}. | | logo | java.lang.String | Local file path to the logo. | | passwordField | java.lang.String | Login password field. | | preconfiguredApp | java.lang.String | Preconfigured app name. | @@ -2002,7 +2002,7 @@ public java.lang.String getLabel(); The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#label AppSwa#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#label AppSwa#label} --- @@ -2016,7 +2016,7 @@ public java.lang.String getAccessibilityErrorRedirectUrl(); Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_error_redirect_url AppSwa#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_error_redirect_url AppSwa#accessibility_error_redirect_url} --- @@ -2030,7 +2030,7 @@ public java.lang.String getAccessibilityLoginRedirectUrl(); Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_login_redirect_url AppSwa#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_login_redirect_url AppSwa#accessibility_login_redirect_url} --- @@ -2044,7 +2044,7 @@ public java.lang.Object getAccessibilitySelfService(); Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_self_service AppSwa#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_self_service AppSwa#accessibility_self_service} --- @@ -2058,7 +2058,7 @@ public java.lang.String getAdminNote(); Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#admin_note AppSwa#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#admin_note AppSwa#admin_note} --- @@ -2072,7 +2072,7 @@ public java.lang.String getAppLinksJson(); Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#app_links_json AppSwa#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#app_links_json AppSwa#app_links_json} --- @@ -2086,7 +2086,7 @@ public java.lang.Object getAutoSubmitToolbar(); Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#auto_submit_toolbar AppSwa#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#auto_submit_toolbar AppSwa#auto_submit_toolbar} --- @@ -2100,7 +2100,7 @@ public java.lang.String getButtonField(); Login button field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#button_field AppSwa#button_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#button_field AppSwa#button_field} --- @@ -2114,7 +2114,7 @@ public java.lang.String getCheckbox(); CSS selector for the checkbox. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#checkbox AppSwa#checkbox} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#checkbox AppSwa#checkbox} --- @@ -2128,7 +2128,7 @@ public java.lang.String getEnduserNote(); Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#enduser_note AppSwa#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#enduser_note AppSwa#enduser_note} --- @@ -2142,7 +2142,7 @@ public java.lang.Object getHideIos(); Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#hide_ios AppSwa#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#hide_ios AppSwa#hide_ios} --- @@ -2156,7 +2156,7 @@ public java.lang.Object getHideWeb(); Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#hide_web AppSwa#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#hide_web AppSwa#hide_web} --- @@ -2168,7 +2168,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#id AppSwa#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#id AppSwa#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2187,7 +2187,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#logo AppSwa#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#logo AppSwa#logo} --- @@ -2201,7 +2201,7 @@ public java.lang.String getPasswordField(); Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#password_field AppSwa#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#password_field AppSwa#password_field} --- @@ -2215,7 +2215,7 @@ public java.lang.String getPreconfiguredApp(); Preconfigured app name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#preconfigured_app AppSwa#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#preconfigured_app AppSwa#preconfigured_app} --- @@ -2229,7 +2229,7 @@ public java.lang.String getRedirectUrl(); If going to the login page URL redirects to another page, then enter that URL here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#redirect_url AppSwa#redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#redirect_url AppSwa#redirect_url} --- @@ -2243,7 +2243,7 @@ public java.lang.String getStatus(); Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#status AppSwa#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#status AppSwa#status} --- @@ -2257,7 +2257,7 @@ public AppSwaTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#timeouts AppSwa#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#timeouts AppSwa#timeouts} --- @@ -2271,7 +2271,7 @@ public java.lang.String getUrl(); Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#url AppSwa#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#url AppSwa#url} --- @@ -2285,7 +2285,7 @@ public java.lang.String getUrlRegex(); A regex that further restricts URL to the specified regex. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#url_regex AppSwa#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#url_regex AppSwa#url_regex} --- @@ -2299,7 +2299,7 @@ public java.lang.String getUsernameField(); Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#username_field AppSwa#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#username_field AppSwa#username_field} --- @@ -2313,7 +2313,7 @@ public java.lang.String getUserNameTemplate(); Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template AppSwa#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template AppSwa#user_name_template} --- @@ -2327,7 +2327,7 @@ public java.lang.String getUserNameTemplatePushStatus(); Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_push_status AppSwa#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_push_status AppSwa#user_name_template_push_status} --- @@ -2341,7 +2341,7 @@ public java.lang.String getUserNameTemplateSuffix(); Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_suffix AppSwa#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_suffix AppSwa#user_name_template_suffix} --- @@ -2355,7 +2355,7 @@ public java.lang.String getUserNameTemplateType(); Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_type AppSwa#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_type AppSwa#user_name_template_type} --- @@ -2377,9 +2377,9 @@ AppSwaTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#create AppSwa#create}. | -| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#read AppSwa#read}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#update AppSwa#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#create AppSwa#create}. | +| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#read AppSwa#read}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#update AppSwa#update}. | --- @@ -2391,7 +2391,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#create AppSwa#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#create AppSwa#create}. --- @@ -2403,7 +2403,7 @@ public java.lang.String getRead(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#read AppSwa#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#read AppSwa#read}. --- @@ -2415,7 +2415,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#update AppSwa#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#update AppSwa#update}. --- diff --git a/docs/appSwa.python.md b/docs/appSwa.python.md index f5127b7e8..603856904 100644 --- a/docs/appSwa.python.md +++ b/docs/appSwa.python.md @@ -4,7 +4,7 @@ ### AppSwa -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa okta_app_swa}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa okta_app_swa}. #### Initializers @@ -73,7 +73,7 @@ appSwa.AppSwa( | enduser_note | str | Application notes for end users. | | hide_ios | typing.Union[bool, cdktf.IResolvable] | Do not display application icon on mobile app. | | hide_web | typing.Union[bool, cdktf.IResolvable] | Do not display application icon to users. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#id AppSwa#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#id AppSwa#id}. | | logo | str | Local file path to the logo. | | password_field | str | Login password field. | | preconfigured_app | str | Preconfigured app name. | @@ -156,7 +156,7 @@ Must be unique amongst siblings in the same scope The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#label AppSwa#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#label AppSwa#label} --- @@ -166,7 +166,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_error_redirect_url AppSwa#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_error_redirect_url AppSwa#accessibility_error_redirect_url} --- @@ -176,7 +176,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_login_redirect_url AppSwa#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_login_redirect_url AppSwa#accessibility_login_redirect_url} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_self_service AppSwa#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_self_service AppSwa#accessibility_self_service} --- @@ -196,7 +196,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#admin_note AppSwa#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#admin_note AppSwa#admin_note} --- @@ -206,7 +206,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#app_links_json AppSwa#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#app_links_json AppSwa#app_links_json} --- @@ -216,7 +216,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#auto_submit_toolbar AppSwa#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#auto_submit_toolbar AppSwa#auto_submit_toolbar} --- @@ -226,7 +226,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login button field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#button_field AppSwa#button_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#button_field AppSwa#button_field} --- @@ -236,7 +236,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ CSS selector for the checkbox. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#checkbox AppSwa#checkbox} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#checkbox AppSwa#checkbox} --- @@ -246,7 +246,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#enduser_note AppSwa#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#enduser_note AppSwa#enduser_note} --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#hide_ios AppSwa#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#hide_ios AppSwa#hide_ios} --- @@ -266,7 +266,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#hide_web AppSwa#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#hide_web AppSwa#hide_web} --- @@ -274,7 +274,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#id AppSwa#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#id AppSwa#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -289,7 +289,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#logo AppSwa#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#logo AppSwa#logo} --- @@ -299,7 +299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#password_field AppSwa#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#password_field AppSwa#password_field} --- @@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Preconfigured app name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#preconfigured_app AppSwa#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#preconfigured_app AppSwa#preconfigured_app} --- @@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ If going to the login page URL redirects to another page, then enter that URL here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#redirect_url AppSwa#redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#redirect_url AppSwa#redirect_url} --- @@ -329,7 +329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#status AppSwa#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#status AppSwa#status} --- @@ -339,7 +339,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#timeouts AppSwa#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#timeouts AppSwa#timeouts} --- @@ -349,7 +349,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#url AppSwa#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#url AppSwa#url} --- @@ -359,7 +359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ A regex that further restricts URL to the specified regex. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#url_regex AppSwa#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#url_regex AppSwa#url_regex} --- @@ -369,7 +369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#username_field AppSwa#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#username_field AppSwa#username_field} --- @@ -379,7 +379,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template AppSwa#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template AppSwa#user_name_template} --- @@ -389,7 +389,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_push_status AppSwa#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_push_status AppSwa#user_name_template_push_status} --- @@ -399,7 +399,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_suffix AppSwa#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_suffix AppSwa#user_name_template_suffix} --- @@ -409,7 +409,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_type AppSwa#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_type AppSwa#user_name_template_type} --- @@ -808,7 +808,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#create AppSwa#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#create AppSwa#create}. --- @@ -816,7 +816,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#read AppSwa#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#read AppSwa#read}. --- @@ -824,7 +824,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#update AppSwa#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#update AppSwa#update}. --- @@ -1092,7 +1092,7 @@ The construct id used in the generated config for the AppSwa to import. The id of the existing AppSwa that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#import import section} in the documentation of this resource for the id to use --- @@ -1959,7 +1959,7 @@ appSwa.AppSwaConfig( | enduser_note | str | Application notes for end users. | | hide_ios | typing.Union[bool, cdktf.IResolvable] | Do not display application icon on mobile app. | | hide_web | typing.Union[bool, cdktf.IResolvable] | Do not display application icon to users. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#id AppSwa#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#id AppSwa#id}. | | logo | str | Local file path to the logo. | | password_field | str | Login password field. | | preconfigured_app | str | Preconfigured app name. | @@ -2056,7 +2056,7 @@ label: str The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#label AppSwa#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#label AppSwa#label} --- @@ -2070,7 +2070,7 @@ accessibility_error_redirect_url: str Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_error_redirect_url AppSwa#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_error_redirect_url AppSwa#accessibility_error_redirect_url} --- @@ -2084,7 +2084,7 @@ accessibility_login_redirect_url: str Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_login_redirect_url AppSwa#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_login_redirect_url AppSwa#accessibility_login_redirect_url} --- @@ -2098,7 +2098,7 @@ accessibility_self_service: typing.Union[bool, IResolvable] Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_self_service AppSwa#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_self_service AppSwa#accessibility_self_service} --- @@ -2112,7 +2112,7 @@ admin_note: str Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#admin_note AppSwa#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#admin_note AppSwa#admin_note} --- @@ -2126,7 +2126,7 @@ app_links_json: str Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#app_links_json AppSwa#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#app_links_json AppSwa#app_links_json} --- @@ -2140,7 +2140,7 @@ auto_submit_toolbar: typing.Union[bool, IResolvable] Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#auto_submit_toolbar AppSwa#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#auto_submit_toolbar AppSwa#auto_submit_toolbar} --- @@ -2154,7 +2154,7 @@ button_field: str Login button field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#button_field AppSwa#button_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#button_field AppSwa#button_field} --- @@ -2168,7 +2168,7 @@ checkbox: str CSS selector for the checkbox. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#checkbox AppSwa#checkbox} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#checkbox AppSwa#checkbox} --- @@ -2182,7 +2182,7 @@ enduser_note: str Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#enduser_note AppSwa#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#enduser_note AppSwa#enduser_note} --- @@ -2196,7 +2196,7 @@ hide_ios: typing.Union[bool, IResolvable] Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#hide_ios AppSwa#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#hide_ios AppSwa#hide_ios} --- @@ -2210,7 +2210,7 @@ hide_web: typing.Union[bool, IResolvable] Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#hide_web AppSwa#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#hide_web AppSwa#hide_web} --- @@ -2222,7 +2222,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#id AppSwa#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#id AppSwa#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2241,7 +2241,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#logo AppSwa#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#logo AppSwa#logo} --- @@ -2255,7 +2255,7 @@ password_field: str Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#password_field AppSwa#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#password_field AppSwa#password_field} --- @@ -2269,7 +2269,7 @@ preconfigured_app: str Preconfigured app name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#preconfigured_app AppSwa#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#preconfigured_app AppSwa#preconfigured_app} --- @@ -2283,7 +2283,7 @@ redirect_url: str If going to the login page URL redirects to another page, then enter that URL here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#redirect_url AppSwa#redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#redirect_url AppSwa#redirect_url} --- @@ -2297,7 +2297,7 @@ status: str Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#status AppSwa#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#status AppSwa#status} --- @@ -2311,7 +2311,7 @@ timeouts: AppSwaTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#timeouts AppSwa#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#timeouts AppSwa#timeouts} --- @@ -2325,7 +2325,7 @@ url: str Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#url AppSwa#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#url AppSwa#url} --- @@ -2339,7 +2339,7 @@ url_regex: str A regex that further restricts URL to the specified regex. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#url_regex AppSwa#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#url_regex AppSwa#url_regex} --- @@ -2353,7 +2353,7 @@ username_field: str Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#username_field AppSwa#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#username_field AppSwa#username_field} --- @@ -2367,7 +2367,7 @@ user_name_template: str Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template AppSwa#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template AppSwa#user_name_template} --- @@ -2381,7 +2381,7 @@ user_name_template_push_status: str Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_push_status AppSwa#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_push_status AppSwa#user_name_template_push_status} --- @@ -2395,7 +2395,7 @@ user_name_template_suffix: str Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_suffix AppSwa#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_suffix AppSwa#user_name_template_suffix} --- @@ -2409,7 +2409,7 @@ user_name_template_type: str Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_type AppSwa#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_type AppSwa#user_name_template_type} --- @@ -2431,9 +2431,9 @@ appSwa.AppSwaTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#create AppSwa#create}. | -| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#read AppSwa#read}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#update AppSwa#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#create AppSwa#create}. | +| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#read AppSwa#read}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#update AppSwa#update}. | --- @@ -2445,7 +2445,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#create AppSwa#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#create AppSwa#create}. --- @@ -2457,7 +2457,7 @@ read: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#read AppSwa#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#read AppSwa#read}. --- @@ -2469,7 +2469,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#update AppSwa#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#update AppSwa#update}. --- diff --git a/docs/appSwa.typescript.md b/docs/appSwa.typescript.md index 238a45b72..e8df934fc 100644 --- a/docs/appSwa.typescript.md +++ b/docs/appSwa.typescript.md @@ -4,7 +4,7 @@ ### AppSwa -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa okta_app_swa}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa okta_app_swa}. #### Initializers @@ -655,7 +655,7 @@ The construct id used in the generated config for the AppSwa to import. The id of the existing AppSwa that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#import import section} in the documentation of this resource for the id to use --- @@ -1488,7 +1488,7 @@ const appSwaConfig: appSwa.AppSwaConfig = { ... } | enduserNote | string | Application notes for end users. | | hideIos | boolean \| cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | boolean \| cdktf.IResolvable | Do not display application icon to users. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#id AppSwa#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#id AppSwa#id}. | | logo | string | Local file path to the logo. | | passwordField | string | Login password field. | | preconfiguredApp | string | Preconfigured app name. | @@ -1585,7 +1585,7 @@ public readonly label: string; The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#label AppSwa#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#label AppSwa#label} --- @@ -1599,7 +1599,7 @@ public readonly accessibilityErrorRedirectUrl: string; Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_error_redirect_url AppSwa#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_error_redirect_url AppSwa#accessibility_error_redirect_url} --- @@ -1613,7 +1613,7 @@ public readonly accessibilityLoginRedirectUrl: string; Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_login_redirect_url AppSwa#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_login_redirect_url AppSwa#accessibility_login_redirect_url} --- @@ -1627,7 +1627,7 @@ public readonly accessibilitySelfService: boolean | IResolvable; Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#accessibility_self_service AppSwa#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#accessibility_self_service AppSwa#accessibility_self_service} --- @@ -1641,7 +1641,7 @@ public readonly adminNote: string; Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#admin_note AppSwa#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#admin_note AppSwa#admin_note} --- @@ -1655,7 +1655,7 @@ public readonly appLinksJson: string; Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#app_links_json AppSwa#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#app_links_json AppSwa#app_links_json} --- @@ -1669,7 +1669,7 @@ public readonly autoSubmitToolbar: boolean | IResolvable; Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#auto_submit_toolbar AppSwa#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#auto_submit_toolbar AppSwa#auto_submit_toolbar} --- @@ -1683,7 +1683,7 @@ public readonly buttonField: string; Login button field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#button_field AppSwa#button_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#button_field AppSwa#button_field} --- @@ -1697,7 +1697,7 @@ public readonly checkbox: string; CSS selector for the checkbox. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#checkbox AppSwa#checkbox} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#checkbox AppSwa#checkbox} --- @@ -1711,7 +1711,7 @@ public readonly enduserNote: string; Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#enduser_note AppSwa#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#enduser_note AppSwa#enduser_note} --- @@ -1725,7 +1725,7 @@ public readonly hideIos: boolean | IResolvable; Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#hide_ios AppSwa#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#hide_ios AppSwa#hide_ios} --- @@ -1739,7 +1739,7 @@ public readonly hideWeb: boolean | IResolvable; Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#hide_web AppSwa#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#hide_web AppSwa#hide_web} --- @@ -1751,7 +1751,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#id AppSwa#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#id AppSwa#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1770,7 +1770,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#logo AppSwa#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#logo AppSwa#logo} --- @@ -1784,7 +1784,7 @@ public readonly passwordField: string; Login password field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#password_field AppSwa#password_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#password_field AppSwa#password_field} --- @@ -1798,7 +1798,7 @@ public readonly preconfiguredApp: string; Preconfigured app name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#preconfigured_app AppSwa#preconfigured_app} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#preconfigured_app AppSwa#preconfigured_app} --- @@ -1812,7 +1812,7 @@ public readonly redirectUrl: string; If going to the login page URL redirects to another page, then enter that URL here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#redirect_url AppSwa#redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#redirect_url AppSwa#redirect_url} --- @@ -1826,7 +1826,7 @@ public readonly status: string; Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#status AppSwa#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#status AppSwa#status} --- @@ -1840,7 +1840,7 @@ public readonly timeouts: AppSwaTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#timeouts AppSwa#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#timeouts AppSwa#timeouts} --- @@ -1854,7 +1854,7 @@ public readonly url: string; Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#url AppSwa#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#url AppSwa#url} --- @@ -1868,7 +1868,7 @@ public readonly urlRegex: string; A regex that further restricts URL to the specified regex. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#url_regex AppSwa#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#url_regex AppSwa#url_regex} --- @@ -1882,7 +1882,7 @@ public readonly usernameField: string; Login username field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#username_field AppSwa#username_field} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#username_field AppSwa#username_field} --- @@ -1896,7 +1896,7 @@ public readonly userNameTemplate: string; Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template AppSwa#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template AppSwa#user_name_template} --- @@ -1910,7 +1910,7 @@ public readonly userNameTemplatePushStatus: string; Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_push_status AppSwa#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_push_status AppSwa#user_name_template_push_status} --- @@ -1924,7 +1924,7 @@ public readonly userNameTemplateSuffix: string; Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_suffix AppSwa#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_suffix AppSwa#user_name_template_suffix} --- @@ -1938,7 +1938,7 @@ public readonly userNameTemplateType: string; Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#user_name_template_type AppSwa#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#user_name_template_type AppSwa#user_name_template_type} --- @@ -1956,9 +1956,9 @@ const appSwaTimeouts: appSwa.AppSwaTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#create AppSwa#create}. | -| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#read AppSwa#read}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#update AppSwa#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#create AppSwa#create}. | +| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#read AppSwa#read}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#update AppSwa#update}. | --- @@ -1970,7 +1970,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#create AppSwa#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#create AppSwa#create}. --- @@ -1982,7 +1982,7 @@ public readonly read: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#read AppSwa#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#read AppSwa#read}. --- @@ -1994,7 +1994,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_swa#update AppSwa#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_swa#update AppSwa#update}. --- diff --git a/docs/appThreeField.csharp.md b/docs/appThreeField.csharp.md index 80dcf6931..c369695e7 100644 --- a/docs/appThreeField.csharp.md +++ b/docs/appThreeField.csharp.md @@ -4,7 +4,7 @@ ### AppThreeField -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field okta_app_three_field}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field okta_app_three_field}. #### Initializers @@ -634,7 +634,7 @@ The construct id used in the generated config for the AppThreeField to import. The id of the existing AppThreeField that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#import import section} in the documentation of this resource for the id to use --- @@ -1575,7 +1575,7 @@ new AppThreeFieldConfig { | EnduserNote | string | Application notes for end users. | | HideIos | object | Do not display application icon on mobile app. | | HideWeb | object | Do not display application icon to users. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#id AppThreeField#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#id AppThreeField#id}. | | Logo | string | Local file path to the logo. | | RevealPassword | object | Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. | | SharedPassword | string | Shared password, required for certain schemes. | @@ -1670,7 +1670,7 @@ public string ButtonSelector { get; set; } Login button field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#button_selector AppThreeField#button_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#button_selector AppThreeField#button_selector} --- @@ -1684,7 +1684,7 @@ public string ExtraFieldSelector { get; set; } Extra field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#extra_field_selector AppThreeField#extra_field_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#extra_field_selector AppThreeField#extra_field_selector} --- @@ -1698,7 +1698,7 @@ public string ExtraFieldValue { get; set; } Value for extra form field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#extra_field_value AppThreeField#extra_field_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#extra_field_value AppThreeField#extra_field_value} --- @@ -1712,7 +1712,7 @@ public string Label { get; set; } The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#label AppThreeField#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#label AppThreeField#label} --- @@ -1726,7 +1726,7 @@ public string PasswordSelector { get; set; } Login password field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#password_selector AppThreeField#password_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#password_selector AppThreeField#password_selector} --- @@ -1740,7 +1740,7 @@ public string Url { get; set; } Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#url AppThreeField#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#url AppThreeField#url} --- @@ -1754,7 +1754,7 @@ public string UsernameSelector { get; set; } Login username field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#username_selector AppThreeField#username_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#username_selector AppThreeField#username_selector} --- @@ -1768,7 +1768,7 @@ public string AccessibilityErrorRedirectUrl { get; set; } Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_error_redirect_url AppThreeField#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_error_redirect_url AppThreeField#accessibility_error_redirect_url} --- @@ -1782,7 +1782,7 @@ public string AccessibilityLoginRedirectUrl { get; set; } Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_login_redirect_url AppThreeField#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_login_redirect_url AppThreeField#accessibility_login_redirect_url} --- @@ -1796,7 +1796,7 @@ public object AccessibilitySelfService { get; set; } Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_self_service AppThreeField#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_self_service AppThreeField#accessibility_self_service} --- @@ -1810,7 +1810,7 @@ public string AdminNote { get; set; } Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#admin_note AppThreeField#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#admin_note AppThreeField#admin_note} --- @@ -1824,7 +1824,7 @@ public string AppLinksJson { get; set; } Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#app_links_json AppThreeField#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#app_links_json AppThreeField#app_links_json} --- @@ -1838,7 +1838,7 @@ public object AutoSubmitToolbar { get; set; } Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#auto_submit_toolbar AppThreeField#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#auto_submit_toolbar AppThreeField#auto_submit_toolbar} --- @@ -1852,7 +1852,7 @@ public string CredentialsScheme { get; set; } Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#credentials_scheme AppThreeField#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#credentials_scheme AppThreeField#credentials_scheme} --- @@ -1866,7 +1866,7 @@ public string EnduserNote { get; set; } Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#enduser_note AppThreeField#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#enduser_note AppThreeField#enduser_note} --- @@ -1880,7 +1880,7 @@ public object HideIos { get; set; } Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#hide_ios AppThreeField#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#hide_ios AppThreeField#hide_ios} --- @@ -1894,7 +1894,7 @@ public object HideWeb { get; set; } Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#hide_web AppThreeField#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#hide_web AppThreeField#hide_web} --- @@ -1906,7 +1906,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#id AppThreeField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#id AppThreeField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1925,7 +1925,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#logo AppThreeField#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#logo AppThreeField#logo} --- @@ -1939,7 +1939,7 @@ public object RevealPassword { get; set; } Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#reveal_password AppThreeField#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#reveal_password AppThreeField#reveal_password} --- @@ -1953,7 +1953,7 @@ public string SharedPassword { get; set; } Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#shared_password AppThreeField#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#shared_password AppThreeField#shared_password} --- @@ -1967,7 +1967,7 @@ public string SharedUsername { get; set; } Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#shared_username AppThreeField#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#shared_username AppThreeField#shared_username} --- @@ -1981,7 +1981,7 @@ public string Status { get; set; } Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#status AppThreeField#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#status AppThreeField#status} --- @@ -1995,7 +1995,7 @@ public AppThreeFieldTimeouts Timeouts { get; set; } timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#timeouts AppThreeField#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#timeouts AppThreeField#timeouts} --- @@ -2009,7 +2009,7 @@ public string UrlRegex { get; set; } A regex that further restricts URL to the specified regex. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#url_regex AppThreeField#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#url_regex AppThreeField#url_regex} --- @@ -2023,7 +2023,7 @@ public string UserNameTemplate { get; set; } Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template AppThreeField#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template AppThreeField#user_name_template} --- @@ -2037,7 +2037,7 @@ public string UserNameTemplatePushStatus { get; set; } Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_push_status AppThreeField#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_push_status AppThreeField#user_name_template_push_status} --- @@ -2051,7 +2051,7 @@ public string UserNameTemplateSuffix { get; set; } Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_suffix AppThreeField#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_suffix AppThreeField#user_name_template_suffix} --- @@ -2065,7 +2065,7 @@ public string UserNameTemplateType { get; set; } Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_type AppThreeField#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_type AppThreeField#user_name_template_type} --- @@ -2087,9 +2087,9 @@ new AppThreeFieldTimeouts { | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#create AppThreeField#create}. | -| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#read AppThreeField#read}. | -| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#update AppThreeField#update}. | +| Create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#create AppThreeField#create}. | +| Read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#read AppThreeField#read}. | +| Update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#update AppThreeField#update}. | --- @@ -2101,7 +2101,7 @@ public string Create { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#create AppThreeField#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#create AppThreeField#create}. --- @@ -2113,7 +2113,7 @@ public string Read { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#read AppThreeField#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#read AppThreeField#read}. --- @@ -2125,7 +2125,7 @@ public string Update { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#update AppThreeField#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#update AppThreeField#update}. --- diff --git a/docs/appThreeField.go.md b/docs/appThreeField.go.md index 85648bac0..c9d2f2867 100644 --- a/docs/appThreeField.go.md +++ b/docs/appThreeField.go.md @@ -4,7 +4,7 @@ ### AppThreeField -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field okta_app_three_field}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field okta_app_three_field}. #### Initializers @@ -634,7 +634,7 @@ The construct id used in the generated config for the AppThreeField to import. The id of the existing AppThreeField that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#import import section} in the documentation of this resource for the id to use --- @@ -1575,7 +1575,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appthreefield" | EnduserNote | *string | Application notes for end users. | | HideIos | interface{} | Do not display application icon on mobile app. | | HideWeb | interface{} | Do not display application icon to users. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#id AppThreeField#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#id AppThreeField#id}. | | Logo | *string | Local file path to the logo. | | RevealPassword | interface{} | Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. | | SharedPassword | *string | Shared password, required for certain schemes. | @@ -1670,7 +1670,7 @@ ButtonSelector *string Login button field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#button_selector AppThreeField#button_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#button_selector AppThreeField#button_selector} --- @@ -1684,7 +1684,7 @@ ExtraFieldSelector *string Extra field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#extra_field_selector AppThreeField#extra_field_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#extra_field_selector AppThreeField#extra_field_selector} --- @@ -1698,7 +1698,7 @@ ExtraFieldValue *string Value for extra form field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#extra_field_value AppThreeField#extra_field_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#extra_field_value AppThreeField#extra_field_value} --- @@ -1712,7 +1712,7 @@ Label *string The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#label AppThreeField#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#label AppThreeField#label} --- @@ -1726,7 +1726,7 @@ PasswordSelector *string Login password field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#password_selector AppThreeField#password_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#password_selector AppThreeField#password_selector} --- @@ -1740,7 +1740,7 @@ Url *string Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#url AppThreeField#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#url AppThreeField#url} --- @@ -1754,7 +1754,7 @@ UsernameSelector *string Login username field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#username_selector AppThreeField#username_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#username_selector AppThreeField#username_selector} --- @@ -1768,7 +1768,7 @@ AccessibilityErrorRedirectUrl *string Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_error_redirect_url AppThreeField#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_error_redirect_url AppThreeField#accessibility_error_redirect_url} --- @@ -1782,7 +1782,7 @@ AccessibilityLoginRedirectUrl *string Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_login_redirect_url AppThreeField#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_login_redirect_url AppThreeField#accessibility_login_redirect_url} --- @@ -1796,7 +1796,7 @@ AccessibilitySelfService interface{} Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_self_service AppThreeField#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_self_service AppThreeField#accessibility_self_service} --- @@ -1810,7 +1810,7 @@ AdminNote *string Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#admin_note AppThreeField#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#admin_note AppThreeField#admin_note} --- @@ -1824,7 +1824,7 @@ AppLinksJson *string Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#app_links_json AppThreeField#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#app_links_json AppThreeField#app_links_json} --- @@ -1838,7 +1838,7 @@ AutoSubmitToolbar interface{} Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#auto_submit_toolbar AppThreeField#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#auto_submit_toolbar AppThreeField#auto_submit_toolbar} --- @@ -1852,7 +1852,7 @@ CredentialsScheme *string Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#credentials_scheme AppThreeField#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#credentials_scheme AppThreeField#credentials_scheme} --- @@ -1866,7 +1866,7 @@ EnduserNote *string Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#enduser_note AppThreeField#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#enduser_note AppThreeField#enduser_note} --- @@ -1880,7 +1880,7 @@ HideIos interface{} Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#hide_ios AppThreeField#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#hide_ios AppThreeField#hide_ios} --- @@ -1894,7 +1894,7 @@ HideWeb interface{} Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#hide_web AppThreeField#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#hide_web AppThreeField#hide_web} --- @@ -1906,7 +1906,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#id AppThreeField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#id AppThreeField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1925,7 +1925,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#logo AppThreeField#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#logo AppThreeField#logo} --- @@ -1939,7 +1939,7 @@ RevealPassword interface{} Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#reveal_password AppThreeField#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#reveal_password AppThreeField#reveal_password} --- @@ -1953,7 +1953,7 @@ SharedPassword *string Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#shared_password AppThreeField#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#shared_password AppThreeField#shared_password} --- @@ -1967,7 +1967,7 @@ SharedUsername *string Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#shared_username AppThreeField#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#shared_username AppThreeField#shared_username} --- @@ -1981,7 +1981,7 @@ Status *string Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#status AppThreeField#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#status AppThreeField#status} --- @@ -1995,7 +1995,7 @@ Timeouts AppThreeFieldTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#timeouts AppThreeField#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#timeouts AppThreeField#timeouts} --- @@ -2009,7 +2009,7 @@ UrlRegex *string A regex that further restricts URL to the specified regex. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#url_regex AppThreeField#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#url_regex AppThreeField#url_regex} --- @@ -2023,7 +2023,7 @@ UserNameTemplate *string Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template AppThreeField#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template AppThreeField#user_name_template} --- @@ -2037,7 +2037,7 @@ UserNameTemplatePushStatus *string Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_push_status AppThreeField#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_push_status AppThreeField#user_name_template_push_status} --- @@ -2051,7 +2051,7 @@ UserNameTemplateSuffix *string Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_suffix AppThreeField#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_suffix AppThreeField#user_name_template_suffix} --- @@ -2065,7 +2065,7 @@ UserNameTemplateType *string Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_type AppThreeField#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_type AppThreeField#user_name_template_type} --- @@ -2087,9 +2087,9 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appthreefield" | **Name** | **Type** | **Description** | | --- | --- | --- | -| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#create AppThreeField#create}. | -| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#read AppThreeField#read}. | -| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#update AppThreeField#update}. | +| Create | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#create AppThreeField#create}. | +| Read | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#read AppThreeField#read}. | +| Update | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#update AppThreeField#update}. | --- @@ -2101,7 +2101,7 @@ Create *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#create AppThreeField#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#create AppThreeField#create}. --- @@ -2113,7 +2113,7 @@ Read *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#read AppThreeField#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#read AppThreeField#read}. --- @@ -2125,7 +2125,7 @@ Update *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#update AppThreeField#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#update AppThreeField#update}. --- diff --git a/docs/appThreeField.java.md b/docs/appThreeField.java.md index 73a0614e4..3865d29fa 100644 --- a/docs/appThreeField.java.md +++ b/docs/appThreeField.java.md @@ -4,7 +4,7 @@ ### AppThreeField -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field okta_app_three_field}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field okta_app_three_field}. #### Initializers @@ -88,7 +88,7 @@ AppThreeField.Builder.create(Construct scope, java.lang.String id) | enduserNote | java.lang.String | Application notes for end users. | | hideIos | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon to users. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#id AppThreeField#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#id AppThreeField#id}. | | logo | java.lang.String | Local file path to the logo. | | revealPassword | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. | | sharedPassword | java.lang.String | Shared password, required for certain schemes. | @@ -169,7 +169,7 @@ Must be unique amongst siblings in the same scope Login button field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#button_selector AppThreeField#button_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#button_selector AppThreeField#button_selector} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Extra field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#extra_field_selector AppThreeField#extra_field_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#extra_field_selector AppThreeField#extra_field_selector} --- @@ -189,7 +189,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Value for extra form field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#extra_field_value AppThreeField#extra_field_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#extra_field_value AppThreeField#extra_field_value} --- @@ -199,7 +199,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#label AppThreeField#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#label AppThreeField#label} --- @@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login password field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#password_selector AppThreeField#password_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#password_selector AppThreeField#password_selector} --- @@ -219,7 +219,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#url AppThreeField#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#url AppThreeField#url} --- @@ -229,7 +229,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login username field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#username_selector AppThreeField#username_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#username_selector AppThreeField#username_selector} --- @@ -239,7 +239,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_error_redirect_url AppThreeField#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_error_redirect_url AppThreeField#accessibility_error_redirect_url} --- @@ -249,7 +249,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_login_redirect_url AppThreeField#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_login_redirect_url AppThreeField#accessibility_login_redirect_url} --- @@ -259,7 +259,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_self_service AppThreeField#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_self_service AppThreeField#accessibility_self_service} --- @@ -269,7 +269,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#admin_note AppThreeField#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#admin_note AppThreeField#admin_note} --- @@ -279,7 +279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#app_links_json AppThreeField#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#app_links_json AppThreeField#app_links_json} --- @@ -289,7 +289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#auto_submit_toolbar AppThreeField#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#auto_submit_toolbar AppThreeField#auto_submit_toolbar} --- @@ -299,7 +299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#credentials_scheme AppThreeField#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#credentials_scheme AppThreeField#credentials_scheme} --- @@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#enduser_note AppThreeField#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#enduser_note AppThreeField#enduser_note} --- @@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#hide_ios AppThreeField#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#hide_ios AppThreeField#hide_ios} --- @@ -329,7 +329,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#hide_web AppThreeField#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#hide_web AppThreeField#hide_web} --- @@ -337,7 +337,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#id AppThreeField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#id AppThreeField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -352,7 +352,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#logo AppThreeField#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#logo AppThreeField#logo} --- @@ -362,7 +362,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#reveal_password AppThreeField#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#reveal_password AppThreeField#reveal_password} --- @@ -372,7 +372,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#shared_password AppThreeField#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#shared_password AppThreeField#shared_password} --- @@ -382,7 +382,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#shared_username AppThreeField#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#shared_username AppThreeField#shared_username} --- @@ -392,7 +392,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#status AppThreeField#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#status AppThreeField#status} --- @@ -402,7 +402,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#timeouts AppThreeField#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#timeouts AppThreeField#timeouts} --- @@ -412,7 +412,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ A regex that further restricts URL to the specified regex. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#url_regex AppThreeField#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#url_regex AppThreeField#url_regex} --- @@ -422,7 +422,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template AppThreeField#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template AppThreeField#user_name_template} --- @@ -432,7 +432,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_push_status AppThreeField#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_push_status AppThreeField#user_name_template_push_status} --- @@ -442,7 +442,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_suffix AppThreeField#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_suffix AppThreeField#user_name_template_suffix} --- @@ -452,7 +452,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_type AppThreeField#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_type AppThreeField#user_name_template_type} --- @@ -1046,7 +1046,7 @@ The construct id used in the generated config for the AppThreeField to import. The id of the existing AppThreeField that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#import import section} in the documentation of this resource for the id to use --- @@ -1996,7 +1996,7 @@ AppThreeFieldConfig.builder() | enduserNote | java.lang.String | Application notes for end users. | | hideIos | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Do not display application icon to users. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#id AppThreeField#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#id AppThreeField#id}. | | logo | java.lang.String | Local file path to the logo. | | revealPassword | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. | | sharedPassword | java.lang.String | Shared password, required for certain schemes. | @@ -2091,7 +2091,7 @@ public java.lang.String getButtonSelector(); Login button field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#button_selector AppThreeField#button_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#button_selector AppThreeField#button_selector} --- @@ -2105,7 +2105,7 @@ public java.lang.String getExtraFieldSelector(); Extra field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#extra_field_selector AppThreeField#extra_field_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#extra_field_selector AppThreeField#extra_field_selector} --- @@ -2119,7 +2119,7 @@ public java.lang.String getExtraFieldValue(); Value for extra form field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#extra_field_value AppThreeField#extra_field_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#extra_field_value AppThreeField#extra_field_value} --- @@ -2133,7 +2133,7 @@ public java.lang.String getLabel(); The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#label AppThreeField#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#label AppThreeField#label} --- @@ -2147,7 +2147,7 @@ public java.lang.String getPasswordSelector(); Login password field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#password_selector AppThreeField#password_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#password_selector AppThreeField#password_selector} --- @@ -2161,7 +2161,7 @@ public java.lang.String getUrl(); Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#url AppThreeField#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#url AppThreeField#url} --- @@ -2175,7 +2175,7 @@ public java.lang.String getUsernameSelector(); Login username field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#username_selector AppThreeField#username_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#username_selector AppThreeField#username_selector} --- @@ -2189,7 +2189,7 @@ public java.lang.String getAccessibilityErrorRedirectUrl(); Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_error_redirect_url AppThreeField#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_error_redirect_url AppThreeField#accessibility_error_redirect_url} --- @@ -2203,7 +2203,7 @@ public java.lang.String getAccessibilityLoginRedirectUrl(); Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_login_redirect_url AppThreeField#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_login_redirect_url AppThreeField#accessibility_login_redirect_url} --- @@ -2217,7 +2217,7 @@ public java.lang.Object getAccessibilitySelfService(); Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_self_service AppThreeField#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_self_service AppThreeField#accessibility_self_service} --- @@ -2231,7 +2231,7 @@ public java.lang.String getAdminNote(); Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#admin_note AppThreeField#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#admin_note AppThreeField#admin_note} --- @@ -2245,7 +2245,7 @@ public java.lang.String getAppLinksJson(); Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#app_links_json AppThreeField#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#app_links_json AppThreeField#app_links_json} --- @@ -2259,7 +2259,7 @@ public java.lang.Object getAutoSubmitToolbar(); Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#auto_submit_toolbar AppThreeField#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#auto_submit_toolbar AppThreeField#auto_submit_toolbar} --- @@ -2273,7 +2273,7 @@ public java.lang.String getCredentialsScheme(); Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#credentials_scheme AppThreeField#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#credentials_scheme AppThreeField#credentials_scheme} --- @@ -2287,7 +2287,7 @@ public java.lang.String getEnduserNote(); Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#enduser_note AppThreeField#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#enduser_note AppThreeField#enduser_note} --- @@ -2301,7 +2301,7 @@ public java.lang.Object getHideIos(); Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#hide_ios AppThreeField#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#hide_ios AppThreeField#hide_ios} --- @@ -2315,7 +2315,7 @@ public java.lang.Object getHideWeb(); Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#hide_web AppThreeField#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#hide_web AppThreeField#hide_web} --- @@ -2327,7 +2327,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#id AppThreeField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#id AppThreeField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2346,7 +2346,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#logo AppThreeField#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#logo AppThreeField#logo} --- @@ -2360,7 +2360,7 @@ public java.lang.Object getRevealPassword(); Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#reveal_password AppThreeField#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#reveal_password AppThreeField#reveal_password} --- @@ -2374,7 +2374,7 @@ public java.lang.String getSharedPassword(); Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#shared_password AppThreeField#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#shared_password AppThreeField#shared_password} --- @@ -2388,7 +2388,7 @@ public java.lang.String getSharedUsername(); Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#shared_username AppThreeField#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#shared_username AppThreeField#shared_username} --- @@ -2402,7 +2402,7 @@ public java.lang.String getStatus(); Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#status AppThreeField#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#status AppThreeField#status} --- @@ -2416,7 +2416,7 @@ public AppThreeFieldTimeouts getTimeouts(); timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#timeouts AppThreeField#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#timeouts AppThreeField#timeouts} --- @@ -2430,7 +2430,7 @@ public java.lang.String getUrlRegex(); A regex that further restricts URL to the specified regex. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#url_regex AppThreeField#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#url_regex AppThreeField#url_regex} --- @@ -2444,7 +2444,7 @@ public java.lang.String getUserNameTemplate(); Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template AppThreeField#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template AppThreeField#user_name_template} --- @@ -2458,7 +2458,7 @@ public java.lang.String getUserNameTemplatePushStatus(); Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_push_status AppThreeField#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_push_status AppThreeField#user_name_template_push_status} --- @@ -2472,7 +2472,7 @@ public java.lang.String getUserNameTemplateSuffix(); Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_suffix AppThreeField#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_suffix AppThreeField#user_name_template_suffix} --- @@ -2486,7 +2486,7 @@ public java.lang.String getUserNameTemplateType(); Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_type AppThreeField#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_type AppThreeField#user_name_template_type} --- @@ -2508,9 +2508,9 @@ AppThreeFieldTimeouts.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#create AppThreeField#create}. | -| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#read AppThreeField#read}. | -| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#update AppThreeField#update}. | +| create | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#create AppThreeField#create}. | +| read | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#read AppThreeField#read}. | +| update | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#update AppThreeField#update}. | --- @@ -2522,7 +2522,7 @@ public java.lang.String getCreate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#create AppThreeField#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#create AppThreeField#create}. --- @@ -2534,7 +2534,7 @@ public java.lang.String getRead(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#read AppThreeField#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#read AppThreeField#read}. --- @@ -2546,7 +2546,7 @@ public java.lang.String getUpdate(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#update AppThreeField#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#update AppThreeField#update}. --- diff --git a/docs/appThreeField.python.md b/docs/appThreeField.python.md index 34f9aa328..c26636685 100644 --- a/docs/appThreeField.python.md +++ b/docs/appThreeField.python.md @@ -4,7 +4,7 @@ ### AppThreeField -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field okta_app_three_field}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field okta_app_three_field}. #### Initializers @@ -81,7 +81,7 @@ appThreeField.AppThreeField( | enduser_note | str | Application notes for end users. | | hide_ios | typing.Union[bool, cdktf.IResolvable] | Do not display application icon on mobile app. | | hide_web | typing.Union[bool, cdktf.IResolvable] | Do not display application icon to users. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#id AppThreeField#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#id AppThreeField#id}. | | logo | str | Local file path to the logo. | | reveal_password | typing.Union[bool, cdktf.IResolvable] | Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. | | shared_password | str | Shared password, required for certain schemes. | @@ -162,7 +162,7 @@ Must be unique amongst siblings in the same scope Login button field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#button_selector AppThreeField#button_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#button_selector AppThreeField#button_selector} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Extra field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#extra_field_selector AppThreeField#extra_field_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#extra_field_selector AppThreeField#extra_field_selector} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Value for extra form field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#extra_field_value AppThreeField#extra_field_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#extra_field_value AppThreeField#extra_field_value} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#label AppThreeField#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#label AppThreeField#label} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login password field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#password_selector AppThreeField#password_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#password_selector AppThreeField#password_selector} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#url AppThreeField#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#url AppThreeField#url} --- @@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Login username field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#username_selector AppThreeField#username_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#username_selector AppThreeField#username_selector} --- @@ -232,7 +232,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_error_redirect_url AppThreeField#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_error_redirect_url AppThreeField#accessibility_error_redirect_url} --- @@ -242,7 +242,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_login_redirect_url AppThreeField#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_login_redirect_url AppThreeField#accessibility_login_redirect_url} --- @@ -252,7 +252,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_self_service AppThreeField#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_self_service AppThreeField#accessibility_self_service} --- @@ -262,7 +262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#admin_note AppThreeField#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#admin_note AppThreeField#admin_note} --- @@ -272,7 +272,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#app_links_json AppThreeField#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#app_links_json AppThreeField#app_links_json} --- @@ -282,7 +282,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#auto_submit_toolbar AppThreeField#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#auto_submit_toolbar AppThreeField#auto_submit_toolbar} --- @@ -292,7 +292,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#credentials_scheme AppThreeField#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#credentials_scheme AppThreeField#credentials_scheme} --- @@ -302,7 +302,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#enduser_note AppThreeField#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#enduser_note AppThreeField#enduser_note} --- @@ -312,7 +312,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#hide_ios AppThreeField#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#hide_ios AppThreeField#hide_ios} --- @@ -322,7 +322,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#hide_web AppThreeField#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#hide_web AppThreeField#hide_web} --- @@ -330,7 +330,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#id AppThreeField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#id AppThreeField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -345,7 +345,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#logo AppThreeField#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#logo AppThreeField#logo} --- @@ -355,7 +355,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#reveal_password AppThreeField#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#reveal_password AppThreeField#reveal_password} --- @@ -365,7 +365,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#shared_password AppThreeField#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#shared_password AppThreeField#shared_password} --- @@ -375,7 +375,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#shared_username AppThreeField#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#shared_username AppThreeField#shared_username} --- @@ -385,7 +385,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#status AppThreeField#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#status AppThreeField#status} --- @@ -395,7 +395,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#timeouts AppThreeField#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#timeouts AppThreeField#timeouts} --- @@ -405,7 +405,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ A regex that further restricts URL to the specified regex. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#url_regex AppThreeField#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#url_regex AppThreeField#url_regex} --- @@ -415,7 +415,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template AppThreeField#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template AppThreeField#user_name_template} --- @@ -425,7 +425,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_push_status AppThreeField#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_push_status AppThreeField#user_name_template_push_status} --- @@ -435,7 +435,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_suffix AppThreeField#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_suffix AppThreeField#user_name_template_suffix} --- @@ -445,7 +445,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_type AppThreeField#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_type AppThreeField#user_name_template_type} --- @@ -841,7 +841,7 @@ def put_timeouts( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#create AppThreeField#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#create AppThreeField#create}. --- @@ -849,7 +849,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#read AppThreeField#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#read AppThreeField#read}. --- @@ -857,7 +857,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#update AppThreeField#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#update AppThreeField#update}. --- @@ -1107,7 +1107,7 @@ The construct id used in the generated config for the AppThreeField to import. The id of the existing AppThreeField that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#import import section} in the documentation of this resource for the id to use --- @@ -2048,7 +2048,7 @@ appThreeField.AppThreeFieldConfig( | enduser_note | str | Application notes for end users. | | hide_ios | typing.Union[bool, cdktf.IResolvable] | Do not display application icon on mobile app. | | hide_web | typing.Union[bool, cdktf.IResolvable] | Do not display application icon to users. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#id AppThreeField#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#id AppThreeField#id}. | | logo | str | Local file path to the logo. | | reveal_password | typing.Union[bool, cdktf.IResolvable] | Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. | | shared_password | str | Shared password, required for certain schemes. | @@ -2143,7 +2143,7 @@ button_selector: str Login button field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#button_selector AppThreeField#button_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#button_selector AppThreeField#button_selector} --- @@ -2157,7 +2157,7 @@ extra_field_selector: str Extra field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#extra_field_selector AppThreeField#extra_field_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#extra_field_selector AppThreeField#extra_field_selector} --- @@ -2171,7 +2171,7 @@ extra_field_value: str Value for extra form field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#extra_field_value AppThreeField#extra_field_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#extra_field_value AppThreeField#extra_field_value} --- @@ -2185,7 +2185,7 @@ label: str The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#label AppThreeField#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#label AppThreeField#label} --- @@ -2199,7 +2199,7 @@ password_selector: str Login password field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#password_selector AppThreeField#password_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#password_selector AppThreeField#password_selector} --- @@ -2213,7 +2213,7 @@ url: str Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#url AppThreeField#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#url AppThreeField#url} --- @@ -2227,7 +2227,7 @@ username_selector: str Login username field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#username_selector AppThreeField#username_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#username_selector AppThreeField#username_selector} --- @@ -2241,7 +2241,7 @@ accessibility_error_redirect_url: str Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_error_redirect_url AppThreeField#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_error_redirect_url AppThreeField#accessibility_error_redirect_url} --- @@ -2255,7 +2255,7 @@ accessibility_login_redirect_url: str Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_login_redirect_url AppThreeField#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_login_redirect_url AppThreeField#accessibility_login_redirect_url} --- @@ -2269,7 +2269,7 @@ accessibility_self_service: typing.Union[bool, IResolvable] Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_self_service AppThreeField#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_self_service AppThreeField#accessibility_self_service} --- @@ -2283,7 +2283,7 @@ admin_note: str Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#admin_note AppThreeField#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#admin_note AppThreeField#admin_note} --- @@ -2297,7 +2297,7 @@ app_links_json: str Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#app_links_json AppThreeField#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#app_links_json AppThreeField#app_links_json} --- @@ -2311,7 +2311,7 @@ auto_submit_toolbar: typing.Union[bool, IResolvable] Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#auto_submit_toolbar AppThreeField#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#auto_submit_toolbar AppThreeField#auto_submit_toolbar} --- @@ -2325,7 +2325,7 @@ credentials_scheme: str Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#credentials_scheme AppThreeField#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#credentials_scheme AppThreeField#credentials_scheme} --- @@ -2339,7 +2339,7 @@ enduser_note: str Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#enduser_note AppThreeField#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#enduser_note AppThreeField#enduser_note} --- @@ -2353,7 +2353,7 @@ hide_ios: typing.Union[bool, IResolvable] Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#hide_ios AppThreeField#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#hide_ios AppThreeField#hide_ios} --- @@ -2367,7 +2367,7 @@ hide_web: typing.Union[bool, IResolvable] Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#hide_web AppThreeField#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#hide_web AppThreeField#hide_web} --- @@ -2379,7 +2379,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#id AppThreeField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#id AppThreeField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2398,7 +2398,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#logo AppThreeField#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#logo AppThreeField#logo} --- @@ -2412,7 +2412,7 @@ reveal_password: typing.Union[bool, IResolvable] Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#reveal_password AppThreeField#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#reveal_password AppThreeField#reveal_password} --- @@ -2426,7 +2426,7 @@ shared_password: str Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#shared_password AppThreeField#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#shared_password AppThreeField#shared_password} --- @@ -2440,7 +2440,7 @@ shared_username: str Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#shared_username AppThreeField#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#shared_username AppThreeField#shared_username} --- @@ -2454,7 +2454,7 @@ status: str Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#status AppThreeField#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#status AppThreeField#status} --- @@ -2468,7 +2468,7 @@ timeouts: AppThreeFieldTimeouts timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#timeouts AppThreeField#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#timeouts AppThreeField#timeouts} --- @@ -2482,7 +2482,7 @@ url_regex: str A regex that further restricts URL to the specified regex. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#url_regex AppThreeField#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#url_regex AppThreeField#url_regex} --- @@ -2496,7 +2496,7 @@ user_name_template: str Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template AppThreeField#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template AppThreeField#user_name_template} --- @@ -2510,7 +2510,7 @@ user_name_template_push_status: str Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_push_status AppThreeField#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_push_status AppThreeField#user_name_template_push_status} --- @@ -2524,7 +2524,7 @@ user_name_template_suffix: str Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_suffix AppThreeField#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_suffix AppThreeField#user_name_template_suffix} --- @@ -2538,7 +2538,7 @@ user_name_template_type: str Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_type AppThreeField#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_type AppThreeField#user_name_template_type} --- @@ -2560,9 +2560,9 @@ appThreeField.AppThreeFieldTimeouts( | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#create AppThreeField#create}. | -| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#read AppThreeField#read}. | -| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#update AppThreeField#update}. | +| create | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#create AppThreeField#create}. | +| read | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#read AppThreeField#read}. | +| update | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#update AppThreeField#update}. | --- @@ -2574,7 +2574,7 @@ create: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#create AppThreeField#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#create AppThreeField#create}. --- @@ -2586,7 +2586,7 @@ read: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#read AppThreeField#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#read AppThreeField#read}. --- @@ -2598,7 +2598,7 @@ update: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#update AppThreeField#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#update AppThreeField#update}. --- diff --git a/docs/appThreeField.typescript.md b/docs/appThreeField.typescript.md index b1f28fc9e..5f28c2bf5 100644 --- a/docs/appThreeField.typescript.md +++ b/docs/appThreeField.typescript.md @@ -4,7 +4,7 @@ ### AppThreeField -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field okta_app_three_field}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field okta_app_three_field}. #### Initializers @@ -634,7 +634,7 @@ The construct id used in the generated config for the AppThreeField to import. The id of the existing AppThreeField that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#import import section} in the documentation of this resource for the id to use --- @@ -1538,7 +1538,7 @@ const appThreeFieldConfig: appThreeField.AppThreeFieldConfig = { ... } | enduserNote | string | Application notes for end users. | | hideIos | boolean \| cdktf.IResolvable | Do not display application icon on mobile app. | | hideWeb | boolean \| cdktf.IResolvable | Do not display application icon to users. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#id AppThreeField#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#id AppThreeField#id}. | | logo | string | Local file path to the logo. | | revealPassword | boolean \| cdktf.IResolvable | Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. | | sharedPassword | string | Shared password, required for certain schemes. | @@ -1633,7 +1633,7 @@ public readonly buttonSelector: string; Login button field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#button_selector AppThreeField#button_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#button_selector AppThreeField#button_selector} --- @@ -1647,7 +1647,7 @@ public readonly extraFieldSelector: string; Extra field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#extra_field_selector AppThreeField#extra_field_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#extra_field_selector AppThreeField#extra_field_selector} --- @@ -1661,7 +1661,7 @@ public readonly extraFieldValue: string; Value for extra form field. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#extra_field_value AppThreeField#extra_field_value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#extra_field_value AppThreeField#extra_field_value} --- @@ -1675,7 +1675,7 @@ public readonly label: string; The Application's display name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#label AppThreeField#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#label AppThreeField#label} --- @@ -1689,7 +1689,7 @@ public readonly passwordSelector: string; Login password field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#password_selector AppThreeField#password_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#password_selector AppThreeField#password_selector} --- @@ -1703,7 +1703,7 @@ public readonly url: string; Login URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#url AppThreeField#url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#url AppThreeField#url} --- @@ -1717,7 +1717,7 @@ public readonly usernameSelector: string; Login username field CSS selector. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#username_selector AppThreeField#username_selector} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#username_selector AppThreeField#username_selector} --- @@ -1731,7 +1731,7 @@ public readonly accessibilityErrorRedirectUrl: string; Custom error page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_error_redirect_url AppThreeField#accessibility_error_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_error_redirect_url AppThreeField#accessibility_error_redirect_url} --- @@ -1745,7 +1745,7 @@ public readonly accessibilityLoginRedirectUrl: string; Custom login page URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_login_redirect_url AppThreeField#accessibility_login_redirect_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_login_redirect_url AppThreeField#accessibility_login_redirect_url} --- @@ -1759,7 +1759,7 @@ public readonly accessibilitySelfService: boolean | IResolvable; Enable self service. Default is `false`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#accessibility_self_service AppThreeField#accessibility_self_service} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#accessibility_self_service AppThreeField#accessibility_self_service} --- @@ -1773,7 +1773,7 @@ public readonly adminNote: string; Application notes for admins. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#admin_note AppThreeField#admin_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#admin_note AppThreeField#admin_note} --- @@ -1787,7 +1787,7 @@ public readonly appLinksJson: string; Displays specific appLinks for the app. The value for each application link should be boolean. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#app_links_json AppThreeField#app_links_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#app_links_json AppThreeField#app_links_json} --- @@ -1801,7 +1801,7 @@ public readonly autoSubmitToolbar: boolean | IResolvable; Display auto submit toolbar. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#auto_submit_toolbar AppThreeField#auto_submit_toolbar} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#auto_submit_toolbar AppThreeField#auto_submit_toolbar} --- @@ -1815,7 +1815,7 @@ public readonly credentialsScheme: string; Application credentials scheme. One of: `EDIT_USERNAME_AND_PASSWORD`, `ADMIN_SETS_CREDENTIALS`, `EDIT_PASSWORD_ONLY`, `EXTERNAL_PASSWORD_SYNC`, or `SHARED_USERNAME_AND_PASSWORD`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#credentials_scheme AppThreeField#credentials_scheme} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#credentials_scheme AppThreeField#credentials_scheme} --- @@ -1829,7 +1829,7 @@ public readonly enduserNote: string; Application notes for end users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#enduser_note AppThreeField#enduser_note} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#enduser_note AppThreeField#enduser_note} --- @@ -1843,7 +1843,7 @@ public readonly hideIos: boolean | IResolvable; Do not display application icon on mobile app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#hide_ios AppThreeField#hide_ios} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#hide_ios AppThreeField#hide_ios} --- @@ -1857,7 +1857,7 @@ public readonly hideWeb: boolean | IResolvable; Do not display application icon to users. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#hide_web AppThreeField#hide_web} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#hide_web AppThreeField#hide_web} --- @@ -1869,7 +1869,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#id AppThreeField#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#id AppThreeField#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1888,7 +1888,7 @@ Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#logo AppThreeField#logo} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#logo AppThreeField#logo} --- @@ -1902,7 +1902,7 @@ public readonly revealPassword: boolean | IResolvable; Allow user to reveal password. It can not be set to `true` if `credentials_scheme` is `ADMIN_SETS_CREDENTIALS`, `SHARED_USERNAME_AND_PASSWORD` or `EXTERNAL_PASSWORD_SYNC`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#reveal_password AppThreeField#reveal_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#reveal_password AppThreeField#reveal_password} --- @@ -1916,7 +1916,7 @@ public readonly sharedPassword: string; Shared password, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#shared_password AppThreeField#shared_password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#shared_password AppThreeField#shared_password} --- @@ -1930,7 +1930,7 @@ public readonly sharedUsername: string; Shared username, required for certain schemes. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#shared_username AppThreeField#shared_username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#shared_username AppThreeField#shared_username} --- @@ -1944,7 +1944,7 @@ public readonly status: string; Status of application. By default, it is `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#status AppThreeField#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#status AppThreeField#status} --- @@ -1958,7 +1958,7 @@ public readonly timeouts: AppThreeFieldTimeouts; timeouts block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#timeouts AppThreeField#timeouts} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#timeouts AppThreeField#timeouts} --- @@ -1972,7 +1972,7 @@ public readonly urlRegex: string; A regex that further restricts URL to the specified regex. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#url_regex AppThreeField#url_regex} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#url_regex AppThreeField#url_regex} --- @@ -1986,7 +1986,7 @@ public readonly userNameTemplate: string; Username template. Default: `${source.login}`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template AppThreeField#user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template AppThreeField#user_name_template} --- @@ -2000,7 +2000,7 @@ public readonly userNameTemplatePushStatus: string; Push username on update. Valid values: `PUSH` and `DONT_PUSH`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_push_status AppThreeField#user_name_template_push_status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_push_status AppThreeField#user_name_template_push_status} --- @@ -2014,7 +2014,7 @@ public readonly userNameTemplateSuffix: string; Username template suffix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_suffix AppThreeField#user_name_template_suffix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_suffix AppThreeField#user_name_template_suffix} --- @@ -2028,7 +2028,7 @@ public readonly userNameTemplateType: string; Username template type. Default: `BUILT_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#user_name_template_type AppThreeField#user_name_template_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#user_name_template_type AppThreeField#user_name_template_type} --- @@ -2046,9 +2046,9 @@ const appThreeFieldTimeouts: appThreeField.AppThreeFieldTimeouts = { ... } | **Name** | **Type** | **Description** | | --- | --- | --- | -| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#create AppThreeField#create}. | -| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#read AppThreeField#read}. | -| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#update AppThreeField#update}. | +| create | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#create AppThreeField#create}. | +| read | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#read AppThreeField#read}. | +| update | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#update AppThreeField#update}. | --- @@ -2060,7 +2060,7 @@ public readonly create: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#create AppThreeField#create}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#create AppThreeField#create}. --- @@ -2072,7 +2072,7 @@ public readonly read: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#read AppThreeField#read}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#read AppThreeField#read}. --- @@ -2084,7 +2084,7 @@ public readonly update: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_three_field#update AppThreeField#update}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_three_field#update AppThreeField#update}. --- diff --git a/docs/appUser.csharp.md b/docs/appUser.csharp.md index 9204d058d..60d08cbc7 100644 --- a/docs/appUser.csharp.md +++ b/docs/appUser.csharp.md @@ -4,7 +4,7 @@ ### AppUser -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user okta_app_user}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user okta_app_user}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the AppUser to import. The id of the existing AppUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#import import section} in the documentation of this resource for the id to use --- @@ -900,7 +900,7 @@ new AppUserConfig { | Provisioners | object[] | *No description.* | | AppId | string | App to associate user with. | | UserId | string | User associated with the application. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#id AppUser#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#id AppUser#id}. | | Password | string | The password to use. | | Profile | string | The JSON profile of the App User. | | RetainAssignment | object | Retain the user assignment on destroy. | @@ -988,7 +988,7 @@ public string AppId { get; set; } App to associate user with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#app_id AppUser#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#app_id AppUser#app_id} --- @@ -1002,7 +1002,7 @@ public string UserId { get; set; } User associated with the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#user_id AppUser#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#user_id AppUser#user_id} --- @@ -1014,7 +1014,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#id AppUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#id AppUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1031,7 +1031,7 @@ public string Password { get; set; } The password to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#password AppUser#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#password AppUser#password} --- @@ -1045,7 +1045,7 @@ public string Profile { get; set; } The JSON profile of the App User. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#profile AppUser#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#profile AppUser#profile} --- @@ -1061,7 +1061,7 @@ Retain the user assignment on destroy. If set to true, the resource will be removed from state but not from the Okta app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#retain_assignment AppUser#retain_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#retain_assignment AppUser#retain_assignment} --- @@ -1077,7 +1077,7 @@ The username to use for the app user. In case the user is assigned to the app with `SHARED_USERNAME_AND_PASSWORD` credentials scheme, this field will be computed and should not be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#username AppUser#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#username AppUser#username} --- diff --git a/docs/appUser.go.md b/docs/appUser.go.md index 621074c2b..1452de518 100644 --- a/docs/appUser.go.md +++ b/docs/appUser.go.md @@ -4,7 +4,7 @@ ### AppUser -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user okta_app_user}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user okta_app_user}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the AppUser to import. The id of the existing AppUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#import import section} in the documentation of this resource for the id to use --- @@ -900,7 +900,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appuser" | Provisioners | *[]interface{} | *No description.* | | AppId | *string | App to associate user with. | | UserId | *string | User associated with the application. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#id AppUser#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#id AppUser#id}. | | Password | *string | The password to use. | | Profile | *string | The JSON profile of the App User. | | RetainAssignment | interface{} | Retain the user assignment on destroy. | @@ -988,7 +988,7 @@ AppId *string App to associate user with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#app_id AppUser#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#app_id AppUser#app_id} --- @@ -1002,7 +1002,7 @@ UserId *string User associated with the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#user_id AppUser#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#user_id AppUser#user_id} --- @@ -1014,7 +1014,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#id AppUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#id AppUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1031,7 +1031,7 @@ Password *string The password to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#password AppUser#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#password AppUser#password} --- @@ -1045,7 +1045,7 @@ Profile *string The JSON profile of the App User. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#profile AppUser#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#profile AppUser#profile} --- @@ -1061,7 +1061,7 @@ Retain the user assignment on destroy. If set to true, the resource will be removed from state but not from the Okta app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#retain_assignment AppUser#retain_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#retain_assignment AppUser#retain_assignment} --- @@ -1077,7 +1077,7 @@ The username to use for the app user. In case the user is assigned to the app with `SHARED_USERNAME_AND_PASSWORD` credentials scheme, this field will be computed and should not be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#username AppUser#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#username AppUser#username} --- diff --git a/docs/appUser.java.md b/docs/appUser.java.md index a6a4eed80..df7c0d287 100644 --- a/docs/appUser.java.md +++ b/docs/appUser.java.md @@ -4,7 +4,7 @@ ### AppUser -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user okta_app_user}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user okta_app_user}. #### Initializers @@ -47,7 +47,7 @@ AppUser.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | appId | java.lang.String | App to associate user with. | | userId | java.lang.String | User associated with the application. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#id AppUser#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#id AppUser#id}. | | password | java.lang.String | The password to use. | | profile | java.lang.String | The JSON profile of the App User. | | retainAssignment | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Retain the user assignment on destroy. | @@ -121,7 +121,7 @@ Must be unique amongst siblings in the same scope App to associate user with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#app_id AppUser#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#app_id AppUser#app_id} --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ User associated with the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#user_id AppUser#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#user_id AppUser#user_id} --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#id AppUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#id AppUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -152,7 +152,7 @@ If you experience problems setting this value it might not be settable. Please t The password to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#password AppUser#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#password AppUser#password} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The JSON profile of the App User. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#profile AppUser#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#profile AppUser#profile} --- @@ -174,7 +174,7 @@ Retain the user assignment on destroy. If set to true, the resource will be removed from state but not from the Okta app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#retain_assignment AppUser#retain_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#retain_assignment AppUser#retain_assignment} --- @@ -186,7 +186,7 @@ The username to use for the app user. In case the user is assigned to the app with `SHARED_USERNAME_AND_PASSWORD` credentials scheme, this field will be computed and should not be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#username AppUser#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#username AppUser#username} --- @@ -648,7 +648,7 @@ The construct id used in the generated config for the AppUser to import. The id of the existing AppUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#import import section} in the documentation of this resource for the id to use --- @@ -1051,7 +1051,7 @@ AppUserConfig.builder() | provisioners | java.util.List | *No description.* | | appId | java.lang.String | App to associate user with. | | userId | java.lang.String | User associated with the application. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#id AppUser#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#id AppUser#id}. | | password | java.lang.String | The password to use. | | profile | java.lang.String | The JSON profile of the App User. | | retainAssignment | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Retain the user assignment on destroy. | @@ -1139,7 +1139,7 @@ public java.lang.String getAppId(); App to associate user with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#app_id AppUser#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#app_id AppUser#app_id} --- @@ -1153,7 +1153,7 @@ public java.lang.String getUserId(); User associated with the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#user_id AppUser#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#user_id AppUser#user_id} --- @@ -1165,7 +1165,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#id AppUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#id AppUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1182,7 +1182,7 @@ public java.lang.String getPassword(); The password to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#password AppUser#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#password AppUser#password} --- @@ -1196,7 +1196,7 @@ public java.lang.String getProfile(); The JSON profile of the App User. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#profile AppUser#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#profile AppUser#profile} --- @@ -1212,7 +1212,7 @@ Retain the user assignment on destroy. If set to true, the resource will be removed from state but not from the Okta app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#retain_assignment AppUser#retain_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#retain_assignment AppUser#retain_assignment} --- @@ -1228,7 +1228,7 @@ The username to use for the app user. In case the user is assigned to the app with `SHARED_USERNAME_AND_PASSWORD` credentials scheme, this field will be computed and should not be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#username AppUser#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#username AppUser#username} --- diff --git a/docs/appUser.python.md b/docs/appUser.python.md index bf0087709..a0b420058 100644 --- a/docs/appUser.python.md +++ b/docs/appUser.python.md @@ -4,7 +4,7 @@ ### AppUser -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user okta_app_user}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user okta_app_user}. #### Initializers @@ -44,7 +44,7 @@ appUser.AppUser( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | app_id | str | App to associate user with. | | user_id | str | User associated with the application. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#id AppUser#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#id AppUser#id}. | | password | str | The password to use. | | profile | str | The JSON profile of the App User. | | retain_assignment | typing.Union[bool, cdktf.IResolvable] | Retain the user assignment on destroy. | @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope App to associate user with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#app_id AppUser#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#app_id AppUser#app_id} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ User associated with the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#user_id AppUser#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#user_id AppUser#user_id} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#id AppUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#id AppUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -149,7 +149,7 @@ If you experience problems setting this value it might not be settable. Please t The password to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#password AppUser#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#password AppUser#password} --- @@ -159,7 +159,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The JSON profile of the App User. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#profile AppUser#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#profile AppUser#profile} --- @@ -171,7 +171,7 @@ Retain the user assignment on destroy. If set to true, the resource will be removed from state but not from the Okta app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#retain_assignment AppUser#retain_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#retain_assignment AppUser#retain_assignment} --- @@ -183,7 +183,7 @@ The username to use for the app user. In case the user is assigned to the app with `SHARED_USERNAME_AND_PASSWORD` credentials scheme, this field will be computed and should not be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#username AppUser#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#username AppUser#username} --- @@ -691,7 +691,7 @@ The construct id used in the generated config for the AppUser to import. The id of the existing AppUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#import import section} in the documentation of this resource for the id to use --- @@ -1089,7 +1089,7 @@ appUser.AppUserConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | app_id | str | App to associate user with. | | user_id | str | User associated with the application. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#id AppUser#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#id AppUser#id}. | | password | str | The password to use. | | profile | str | The JSON profile of the App User. | | retain_assignment | typing.Union[bool, cdktf.IResolvable] | Retain the user assignment on destroy. | @@ -1177,7 +1177,7 @@ app_id: str App to associate user with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#app_id AppUser#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#app_id AppUser#app_id} --- @@ -1191,7 +1191,7 @@ user_id: str User associated with the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#user_id AppUser#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#user_id AppUser#user_id} --- @@ -1203,7 +1203,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#id AppUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#id AppUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1220,7 +1220,7 @@ password: str The password to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#password AppUser#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#password AppUser#password} --- @@ -1234,7 +1234,7 @@ profile: str The JSON profile of the App User. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#profile AppUser#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#profile AppUser#profile} --- @@ -1250,7 +1250,7 @@ Retain the user assignment on destroy. If set to true, the resource will be removed from state but not from the Okta app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#retain_assignment AppUser#retain_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#retain_assignment AppUser#retain_assignment} --- @@ -1266,7 +1266,7 @@ The username to use for the app user. In case the user is assigned to the app with `SHARED_USERNAME_AND_PASSWORD` credentials scheme, this field will be computed and should not be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#username AppUser#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#username AppUser#username} --- diff --git a/docs/appUser.typescript.md b/docs/appUser.typescript.md index ac7501473..ac84e9b6f 100644 --- a/docs/appUser.typescript.md +++ b/docs/appUser.typescript.md @@ -4,7 +4,7 @@ ### AppUser -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user okta_app_user}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user okta_app_user}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the AppUser to import. The id of the existing AppUser that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#import import section} in the documentation of this resource for the id to use --- @@ -885,7 +885,7 @@ const appUserConfig: appUser.AppUserConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | appId | string | App to associate user with. | | userId | string | User associated with the application. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#id AppUser#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#id AppUser#id}. | | password | string | The password to use. | | profile | string | The JSON profile of the App User. | | retainAssignment | boolean \| cdktf.IResolvable | Retain the user assignment on destroy. | @@ -973,7 +973,7 @@ public readonly appId: string; App to associate user with. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#app_id AppUser#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#app_id AppUser#app_id} --- @@ -987,7 +987,7 @@ public readonly userId: string; User associated with the application. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#user_id AppUser#user_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#user_id AppUser#user_id} --- @@ -999,7 +999,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#id AppUser#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#id AppUser#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1016,7 +1016,7 @@ public readonly password: string; The password to use. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#password AppUser#password} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#password AppUser#password} --- @@ -1030,7 +1030,7 @@ public readonly profile: string; The JSON profile of the App User. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#profile AppUser#profile} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#profile AppUser#profile} --- @@ -1046,7 +1046,7 @@ Retain the user assignment on destroy. If set to true, the resource will be removed from state but not from the Okta app. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#retain_assignment AppUser#retain_assignment} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#retain_assignment AppUser#retain_assignment} --- @@ -1062,7 +1062,7 @@ The username to use for the app user. In case the user is assigned to the app with `SHARED_USERNAME_AND_PASSWORD` credentials scheme, this field will be computed and should not be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user#username AppUser#username} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user#username AppUser#username} --- diff --git a/docs/appUserBaseSchemaProperty.csharp.md b/docs/appUserBaseSchemaProperty.csharp.md index 6f73498eb..c9035d9f9 100644 --- a/docs/appUserBaseSchemaProperty.csharp.md +++ b/docs/appUserBaseSchemaProperty.csharp.md @@ -4,7 +4,7 @@ ### AppUserBaseSchemaProperty -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property okta_app_user_base_schema_property}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property okta_app_user_base_schema_property}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the AppUserBaseSchemaProperty The id of the existing AppUserBaseSchemaProperty that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#import import section} in the documentation of this resource for the id to use --- @@ -967,7 +967,7 @@ new AppUserBaseSchemaPropertyConfig { | Index | string | Subschema unique string identifier. | | Title | string | Subschema title (display name). | | Type | string | The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. | | Master | string | Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. Default: `PROFILE_MASTER`. | | Pattern | string | The validation pattern to use for the subschema. Must be in form of '.+', or '[]+' if present.'. | | Permissions | string | Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. | @@ -1056,7 +1056,7 @@ public string AppId { get; set; } The Application's ID the user schema property should be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#app_id AppUserBaseSchemaProperty#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#app_id AppUserBaseSchemaProperty#app_id} --- @@ -1070,7 +1070,7 @@ public string Index { get; set; } Subschema unique string identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#index AppUserBaseSchemaProperty#index} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#index AppUserBaseSchemaProperty#index} --- @@ -1084,7 +1084,7 @@ public string Title { get; set; } Subschema title (display name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#title AppUserBaseSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#title AppUserBaseSchemaProperty#title} --- @@ -1098,7 +1098,7 @@ public string Type { get; set; } The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#type AppUserBaseSchemaProperty#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#type AppUserBaseSchemaProperty#type} --- @@ -1110,7 +1110,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1127,7 +1127,7 @@ public string Master { get; set; } Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. Default: `PROFILE_MASTER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#master AppUserBaseSchemaProperty#master} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#master AppUserBaseSchemaProperty#master} --- @@ -1141,7 +1141,7 @@ public string Pattern { get; set; } The validation pattern to use for the subschema. Must be in form of '.+', or '[]+' if present.'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#pattern AppUserBaseSchemaProperty#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#pattern AppUserBaseSchemaProperty#pattern} --- @@ -1155,7 +1155,7 @@ public string Permissions { get; set; } Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#permissions AppUserBaseSchemaProperty#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#permissions AppUserBaseSchemaProperty#permissions} --- @@ -1169,7 +1169,7 @@ public object Required { get; set; } Whether the subschema is required. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#required AppUserBaseSchemaProperty#required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#required AppUserBaseSchemaProperty#required} --- @@ -1183,7 +1183,7 @@ public string UserType { get; set; } User type ID. By default, it is `default`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#user_type AppUserBaseSchemaProperty#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#user_type AppUserBaseSchemaProperty#user_type} --- diff --git a/docs/appUserBaseSchemaProperty.go.md b/docs/appUserBaseSchemaProperty.go.md index dca68cbf7..c9c688de0 100644 --- a/docs/appUserBaseSchemaProperty.go.md +++ b/docs/appUserBaseSchemaProperty.go.md @@ -4,7 +4,7 @@ ### AppUserBaseSchemaProperty -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property okta_app_user_base_schema_property}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property okta_app_user_base_schema_property}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the AppUserBaseSchemaProperty The id of the existing AppUserBaseSchemaProperty that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#import import section} in the documentation of this resource for the id to use --- @@ -967,7 +967,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appuserbaseschemaproper | Index | *string | Subschema unique string identifier. | | Title | *string | Subschema title (display name). | | Type | *string | The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. | | Master | *string | Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. Default: `PROFILE_MASTER`. | | Pattern | *string | The validation pattern to use for the subschema. Must be in form of '.+', or '[]+' if present.'. | | Permissions | *string | Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. | @@ -1056,7 +1056,7 @@ AppId *string The Application's ID the user schema property should be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#app_id AppUserBaseSchemaProperty#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#app_id AppUserBaseSchemaProperty#app_id} --- @@ -1070,7 +1070,7 @@ Index *string Subschema unique string identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#index AppUserBaseSchemaProperty#index} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#index AppUserBaseSchemaProperty#index} --- @@ -1084,7 +1084,7 @@ Title *string Subschema title (display name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#title AppUserBaseSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#title AppUserBaseSchemaProperty#title} --- @@ -1098,7 +1098,7 @@ Type *string The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#type AppUserBaseSchemaProperty#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#type AppUserBaseSchemaProperty#type} --- @@ -1110,7 +1110,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1127,7 +1127,7 @@ Master *string Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. Default: `PROFILE_MASTER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#master AppUserBaseSchemaProperty#master} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#master AppUserBaseSchemaProperty#master} --- @@ -1141,7 +1141,7 @@ Pattern *string The validation pattern to use for the subschema. Must be in form of '.+', or '[]+' if present.'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#pattern AppUserBaseSchemaProperty#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#pattern AppUserBaseSchemaProperty#pattern} --- @@ -1155,7 +1155,7 @@ Permissions *string Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#permissions AppUserBaseSchemaProperty#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#permissions AppUserBaseSchemaProperty#permissions} --- @@ -1169,7 +1169,7 @@ Required interface{} Whether the subschema is required. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#required AppUserBaseSchemaProperty#required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#required AppUserBaseSchemaProperty#required} --- @@ -1183,7 +1183,7 @@ UserType *string User type ID. By default, it is `default`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#user_type AppUserBaseSchemaProperty#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#user_type AppUserBaseSchemaProperty#user_type} --- diff --git a/docs/appUserBaseSchemaProperty.java.md b/docs/appUserBaseSchemaProperty.java.md index 032e81b5c..dca9603ba 100644 --- a/docs/appUserBaseSchemaProperty.java.md +++ b/docs/appUserBaseSchemaProperty.java.md @@ -4,7 +4,7 @@ ### AppUserBaseSchemaProperty -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property okta_app_user_base_schema_property}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property okta_app_user_base_schema_property}. #### Initializers @@ -52,7 +52,7 @@ AppUserBaseSchemaProperty.Builder.create(Construct scope, java.lang.String id) | index | java.lang.String | Subschema unique string identifier. | | title | java.lang.String | Subschema title (display name). | | type | java.lang.String | The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. | | master | java.lang.String | Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. Default: `PROFILE_MASTER`. | | pattern | java.lang.String | The validation pattern to use for the subschema. Must be in form of '.+', or '[]+' if present.'. | | permissions | java.lang.String | Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. | @@ -127,7 +127,7 @@ Must be unique amongst siblings in the same scope The Application's ID the user schema property should be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#app_id AppUserBaseSchemaProperty#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#app_id AppUserBaseSchemaProperty#app_id} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Subschema unique string identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#index AppUserBaseSchemaProperty#index} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#index AppUserBaseSchemaProperty#index} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Subschema title (display name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#title AppUserBaseSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#title AppUserBaseSchemaProperty#title} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#type AppUserBaseSchemaProperty#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#type AppUserBaseSchemaProperty#type} --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -178,7 +178,7 @@ If you experience problems setting this value it might not be settable. Please t Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. Default: `PROFILE_MASTER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#master AppUserBaseSchemaProperty#master} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#master AppUserBaseSchemaProperty#master} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The validation pattern to use for the subschema. Must be in form of '.+', or '[]+' if present.'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#pattern AppUserBaseSchemaProperty#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#pattern AppUserBaseSchemaProperty#pattern} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#permissions AppUserBaseSchemaProperty#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#permissions AppUserBaseSchemaProperty#permissions} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Whether the subschema is required. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#required AppUserBaseSchemaProperty#required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#required AppUserBaseSchemaProperty#required} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ User type ID. By default, it is `default`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#user_type AppUserBaseSchemaProperty#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#user_type AppUserBaseSchemaProperty#user_type} --- @@ -687,7 +687,7 @@ The construct id used in the generated config for the AppUserBaseSchemaProperty The id of the existing AppUserBaseSchemaProperty that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#import import section} in the documentation of this resource for the id to use --- @@ -1150,7 +1150,7 @@ AppUserBaseSchemaPropertyConfig.builder() | index | java.lang.String | Subschema unique string identifier. | | title | java.lang.String | Subschema title (display name). | | type | java.lang.String | The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. | | master | java.lang.String | Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. Default: `PROFILE_MASTER`. | | pattern | java.lang.String | The validation pattern to use for the subschema. Must be in form of '.+', or '[]+' if present.'. | | permissions | java.lang.String | Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. | @@ -1239,7 +1239,7 @@ public java.lang.String getAppId(); The Application's ID the user schema property should be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#app_id AppUserBaseSchemaProperty#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#app_id AppUserBaseSchemaProperty#app_id} --- @@ -1253,7 +1253,7 @@ public java.lang.String getIndex(); Subschema unique string identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#index AppUserBaseSchemaProperty#index} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#index AppUserBaseSchemaProperty#index} --- @@ -1267,7 +1267,7 @@ public java.lang.String getTitle(); Subschema title (display name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#title AppUserBaseSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#title AppUserBaseSchemaProperty#title} --- @@ -1281,7 +1281,7 @@ public java.lang.String getType(); The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#type AppUserBaseSchemaProperty#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#type AppUserBaseSchemaProperty#type} --- @@ -1293,7 +1293,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1310,7 +1310,7 @@ public java.lang.String getMaster(); Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. Default: `PROFILE_MASTER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#master AppUserBaseSchemaProperty#master} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#master AppUserBaseSchemaProperty#master} --- @@ -1324,7 +1324,7 @@ public java.lang.String getPattern(); The validation pattern to use for the subschema. Must be in form of '.+', or '[]+' if present.'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#pattern AppUserBaseSchemaProperty#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#pattern AppUserBaseSchemaProperty#pattern} --- @@ -1338,7 +1338,7 @@ public java.lang.String getPermissions(); Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#permissions AppUserBaseSchemaProperty#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#permissions AppUserBaseSchemaProperty#permissions} --- @@ -1352,7 +1352,7 @@ public java.lang.Object getRequired(); Whether the subschema is required. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#required AppUserBaseSchemaProperty#required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#required AppUserBaseSchemaProperty#required} --- @@ -1366,7 +1366,7 @@ public java.lang.String getUserType(); User type ID. By default, it is `default`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#user_type AppUserBaseSchemaProperty#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#user_type AppUserBaseSchemaProperty#user_type} --- diff --git a/docs/appUserBaseSchemaProperty.python.md b/docs/appUserBaseSchemaProperty.python.md index 13c04a44d..c400b46f5 100644 --- a/docs/appUserBaseSchemaProperty.python.md +++ b/docs/appUserBaseSchemaProperty.python.md @@ -4,7 +4,7 @@ ### AppUserBaseSchemaProperty -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property okta_app_user_base_schema_property}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property okta_app_user_base_schema_property}. #### Initializers @@ -49,7 +49,7 @@ appUserBaseSchemaProperty.AppUserBaseSchemaProperty( | index | str | Subschema unique string identifier. | | title | str | Subschema title (display name). | | type | str | The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. | | master | str | Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. Default: `PROFILE_MASTER`. | | pattern | str | The validation pattern to use for the subschema. Must be in form of '.+', or '[]+' if present.'. | | permissions | str | Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. | @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope The Application's ID the user schema property should be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#app_id AppUserBaseSchemaProperty#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#app_id AppUserBaseSchemaProperty#app_id} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Subschema unique string identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#index AppUserBaseSchemaProperty#index} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#index AppUserBaseSchemaProperty#index} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Subschema title (display name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#title AppUserBaseSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#title AppUserBaseSchemaProperty#title} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#type AppUserBaseSchemaProperty#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#type AppUserBaseSchemaProperty#type} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -175,7 +175,7 @@ If you experience problems setting this value it might not be settable. Please t Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. Default: `PROFILE_MASTER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#master AppUserBaseSchemaProperty#master} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#master AppUserBaseSchemaProperty#master} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The validation pattern to use for the subschema. Must be in form of '.+', or '[]+' if present.'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#pattern AppUserBaseSchemaProperty#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#pattern AppUserBaseSchemaProperty#pattern} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#permissions AppUserBaseSchemaProperty#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#permissions AppUserBaseSchemaProperty#permissions} --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Whether the subschema is required. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#required AppUserBaseSchemaProperty#required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#required AppUserBaseSchemaProperty#required} --- @@ -215,7 +215,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ User type ID. By default, it is `default`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#user_type AppUserBaseSchemaProperty#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#user_type AppUserBaseSchemaProperty#user_type} --- @@ -730,7 +730,7 @@ The construct id used in the generated config for the AppUserBaseSchemaProperty The id of the existing AppUserBaseSchemaProperty that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#import import section} in the documentation of this resource for the id to use --- @@ -1188,7 +1188,7 @@ appUserBaseSchemaProperty.AppUserBaseSchemaPropertyConfig( | index | str | Subschema unique string identifier. | | title | str | Subschema title (display name). | | type | str | The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. | | master | str | Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. Default: `PROFILE_MASTER`. | | pattern | str | The validation pattern to use for the subschema. Must be in form of '.+', or '[]+' if present.'. | | permissions | str | Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. | @@ -1277,7 +1277,7 @@ app_id: str The Application's ID the user schema property should be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#app_id AppUserBaseSchemaProperty#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#app_id AppUserBaseSchemaProperty#app_id} --- @@ -1291,7 +1291,7 @@ index: str Subschema unique string identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#index AppUserBaseSchemaProperty#index} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#index AppUserBaseSchemaProperty#index} --- @@ -1305,7 +1305,7 @@ title: str Subschema title (display name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#title AppUserBaseSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#title AppUserBaseSchemaProperty#title} --- @@ -1319,7 +1319,7 @@ type: str The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#type AppUserBaseSchemaProperty#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#type AppUserBaseSchemaProperty#type} --- @@ -1331,7 +1331,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1348,7 +1348,7 @@ master: str Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. Default: `PROFILE_MASTER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#master AppUserBaseSchemaProperty#master} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#master AppUserBaseSchemaProperty#master} --- @@ -1362,7 +1362,7 @@ pattern: str The validation pattern to use for the subschema. Must be in form of '.+', or '[]+' if present.'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#pattern AppUserBaseSchemaProperty#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#pattern AppUserBaseSchemaProperty#pattern} --- @@ -1376,7 +1376,7 @@ permissions: str Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#permissions AppUserBaseSchemaProperty#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#permissions AppUserBaseSchemaProperty#permissions} --- @@ -1390,7 +1390,7 @@ required: typing.Union[bool, IResolvable] Whether the subschema is required. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#required AppUserBaseSchemaProperty#required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#required AppUserBaseSchemaProperty#required} --- @@ -1404,7 +1404,7 @@ user_type: str User type ID. By default, it is `default`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#user_type AppUserBaseSchemaProperty#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#user_type AppUserBaseSchemaProperty#user_type} --- diff --git a/docs/appUserBaseSchemaProperty.typescript.md b/docs/appUserBaseSchemaProperty.typescript.md index 7c7d244e1..780829961 100644 --- a/docs/appUserBaseSchemaProperty.typescript.md +++ b/docs/appUserBaseSchemaProperty.typescript.md @@ -4,7 +4,7 @@ ### AppUserBaseSchemaProperty -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property okta_app_user_base_schema_property}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property okta_app_user_base_schema_property}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the AppUserBaseSchemaProperty The id of the existing AppUserBaseSchemaProperty that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#import import section} in the documentation of this resource for the id to use --- @@ -949,7 +949,7 @@ const appUserBaseSchemaPropertyConfig: appUserBaseSchemaProperty.AppUserBaseSche | index | string | Subschema unique string identifier. | | title | string | Subschema title (display name). | | type | string | The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. | | master | string | Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. Default: `PROFILE_MASTER`. | | pattern | string | The validation pattern to use for the subschema. Must be in form of '.+', or '[]+' if present.'. | | permissions | string | Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. | @@ -1038,7 +1038,7 @@ public readonly appId: string; The Application's ID the user schema property should be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#app_id AppUserBaseSchemaProperty#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#app_id AppUserBaseSchemaProperty#app_id} --- @@ -1052,7 +1052,7 @@ public readonly index: string; Subschema unique string identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#index AppUserBaseSchemaProperty#index} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#index AppUserBaseSchemaProperty#index} --- @@ -1066,7 +1066,7 @@ public readonly title: string; Subschema title (display name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#title AppUserBaseSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#title AppUserBaseSchemaProperty#title} --- @@ -1080,7 +1080,7 @@ public readonly type: string; The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#type AppUserBaseSchemaProperty#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#type AppUserBaseSchemaProperty#type} --- @@ -1092,7 +1092,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#id AppUserBaseSchemaProperty#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1109,7 +1109,7 @@ public readonly master: string; Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. Default: `PROFILE_MASTER`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#master AppUserBaseSchemaProperty#master} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#master AppUserBaseSchemaProperty#master} --- @@ -1123,7 +1123,7 @@ public readonly pattern: string; The validation pattern to use for the subschema. Must be in form of '.+', or '[]+' if present.'. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#pattern AppUserBaseSchemaProperty#pattern} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#pattern AppUserBaseSchemaProperty#pattern} --- @@ -1137,7 +1137,7 @@ public readonly permissions: string; Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#permissions AppUserBaseSchemaProperty#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#permissions AppUserBaseSchemaProperty#permissions} --- @@ -1151,7 +1151,7 @@ public readonly required: boolean | IResolvable; Whether the subschema is required. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#required AppUserBaseSchemaProperty#required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#required AppUserBaseSchemaProperty#required} --- @@ -1165,7 +1165,7 @@ public readonly userType: string; User type ID. By default, it is `default`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_base_schema_property#user_type AppUserBaseSchemaProperty#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_base_schema_property#user_type AppUserBaseSchemaProperty#user_type} --- diff --git a/docs/appUserSchemaProperty.csharp.md b/docs/appUserSchemaProperty.csharp.md index 320fcfd38..7d1382b95 100644 --- a/docs/appUserSchemaProperty.csharp.md +++ b/docs/appUserSchemaProperty.csharp.md @@ -4,7 +4,7 @@ ### AppUserSchemaProperty -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property okta_app_user_schema_property}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property okta_app_user_schema_property}. #### Initializers @@ -619,7 +619,7 @@ The construct id used in the generated config for the AppUserSchemaProperty to i The id of the existing AppUserSchemaProperty that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#import import section} in the documentation of this resource for the id to use --- @@ -1330,7 +1330,7 @@ public string Const { get; set; } Value mapping to member of `array_enum`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} --- @@ -1344,7 +1344,7 @@ public string Title { get; set; } Display name for the enum value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} --- @@ -1410,7 +1410,7 @@ new AppUserSchemaPropertyConfig { | Enum | string[] | Array of values a primitive property can be set to. See `array_enum` for arrays. | | ExternalName | string | External name of the user schema property. | | ExternalNamespace | string | External namespace of the user schema property. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. | | Master | string | Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. | | MaxLength | double | The maximum length of the user property value. Only applies to type `string`. | | MinLength | double | The minimum length of the user property value. Only applies to type `string`. | @@ -1504,7 +1504,7 @@ public string AppId { get; set; } The Application's ID the user custom schema property should be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#app_id AppUserSchemaProperty#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#app_id AppUserSchemaProperty#app_id} --- @@ -1518,7 +1518,7 @@ public string Index { get; set; } Subschema unique string identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#index AppUserSchemaProperty#index} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#index AppUserSchemaProperty#index} --- @@ -1532,7 +1532,7 @@ public string Title { get; set; } Subschema title (display name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} --- @@ -1546,7 +1546,7 @@ public string Type { get; set; } The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#type AppUserSchemaProperty#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#type AppUserSchemaProperty#type} --- @@ -1560,7 +1560,7 @@ public string[] ArrayEnum { get; set; } Array of values that an array property's items can be set to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_enum AppUserSchemaProperty#array_enum} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_enum AppUserSchemaProperty#array_enum} --- @@ -1574,7 +1574,7 @@ public object ArrayOneOf { get; set; } array_one_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_one_of AppUserSchemaProperty#array_one_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_one_of AppUserSchemaProperty#array_one_of} --- @@ -1588,7 +1588,7 @@ public string ArrayType { get; set; } The type of the array elements if `type` is set to `array`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_type AppUserSchemaProperty#array_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_type AppUserSchemaProperty#array_type} --- @@ -1602,7 +1602,7 @@ public string Description { get; set; } The description of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#description AppUserSchemaProperty#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#description AppUserSchemaProperty#description} --- @@ -1616,7 +1616,7 @@ public string[] Enum { get; set; } Array of values a primitive property can be set to. See `array_enum` for arrays. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#enum AppUserSchemaProperty#enum} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#enum AppUserSchemaProperty#enum} --- @@ -1630,7 +1630,7 @@ public string ExternalName { get; set; } External name of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#external_name AppUserSchemaProperty#external_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#external_name AppUserSchemaProperty#external_name} --- @@ -1644,7 +1644,7 @@ public string ExternalNamespace { get; set; } External namespace of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#external_namespace AppUserSchemaProperty#external_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#external_namespace AppUserSchemaProperty#external_namespace} --- @@ -1656,7 +1656,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1673,7 +1673,7 @@ public string Master { get; set; } Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#master AppUserSchemaProperty#master} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#master AppUserSchemaProperty#master} --- @@ -1687,7 +1687,7 @@ public double MaxLength { get; set; } The maximum length of the user property value. Only applies to type `string`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#max_length AppUserSchemaProperty#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#max_length AppUserSchemaProperty#max_length} --- @@ -1701,7 +1701,7 @@ public double MinLength { get; set; } The minimum length of the user property value. Only applies to type `string`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#min_length AppUserSchemaProperty#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#min_length AppUserSchemaProperty#min_length} --- @@ -1715,7 +1715,7 @@ public object OneOf { get; set; } one_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#one_of AppUserSchemaProperty#one_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#one_of AppUserSchemaProperty#one_of} --- @@ -1729,7 +1729,7 @@ public string Permissions { get; set; } Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#permissions AppUserSchemaProperty#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#permissions AppUserSchemaProperty#permissions} --- @@ -1743,7 +1743,7 @@ public object Required { get; set; } Whether the subschema is required. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#required AppUserSchemaProperty#required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#required AppUserSchemaProperty#required} --- @@ -1759,7 +1759,7 @@ determines whether an app user attribute can be set at the Personal `SELF` or Gr Default value is `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#scope AppUserSchemaProperty#scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#scope AppUserSchemaProperty#scope} --- @@ -1775,7 +1775,7 @@ If `type` is set to `array`, used to set whether attribute value is determined b Can not be set to `true` if `scope` is set to `SELF`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#union AppUserSchemaProperty#union} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#union AppUserSchemaProperty#union} --- @@ -1789,7 +1789,7 @@ public string Unique { get; set; } Whether the property should be unique. It can be set to `UNIQUE_VALIDATED` or `NOT_UNIQUE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#unique AppUserSchemaProperty#unique} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#unique AppUserSchemaProperty#unique} --- @@ -1803,7 +1803,7 @@ public string UserType { get; set; } User type ID. By default, it is `default`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#user_type AppUserSchemaProperty#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#user_type AppUserSchemaProperty#user_type} --- @@ -1839,7 +1839,7 @@ public string Const { get; set; } Enum value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} --- @@ -1853,7 +1853,7 @@ public string Title { get; set; } Enum title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} --- diff --git a/docs/appUserSchemaProperty.go.md b/docs/appUserSchemaProperty.go.md index 31d836f2e..2c5369fb3 100644 --- a/docs/appUserSchemaProperty.go.md +++ b/docs/appUserSchemaProperty.go.md @@ -4,7 +4,7 @@ ### AppUserSchemaProperty -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property okta_app_user_schema_property}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property okta_app_user_schema_property}. #### Initializers @@ -619,7 +619,7 @@ The construct id used in the generated config for the AppUserSchemaProperty to i The id of the existing AppUserSchemaProperty that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#import import section} in the documentation of this resource for the id to use --- @@ -1330,7 +1330,7 @@ Const *string Value mapping to member of `array_enum`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} --- @@ -1344,7 +1344,7 @@ Title *string Display name for the enum value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} --- @@ -1410,7 +1410,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/appuserschemaproperty" | Enum | *[]*string | Array of values a primitive property can be set to. See `array_enum` for arrays. | | ExternalName | *string | External name of the user schema property. | | ExternalNamespace | *string | External namespace of the user schema property. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. | | Master | *string | Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. | | MaxLength | *f64 | The maximum length of the user property value. Only applies to type `string`. | | MinLength | *f64 | The minimum length of the user property value. Only applies to type `string`. | @@ -1504,7 +1504,7 @@ AppId *string The Application's ID the user custom schema property should be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#app_id AppUserSchemaProperty#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#app_id AppUserSchemaProperty#app_id} --- @@ -1518,7 +1518,7 @@ Index *string Subschema unique string identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#index AppUserSchemaProperty#index} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#index AppUserSchemaProperty#index} --- @@ -1532,7 +1532,7 @@ Title *string Subschema title (display name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} --- @@ -1546,7 +1546,7 @@ Type *string The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#type AppUserSchemaProperty#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#type AppUserSchemaProperty#type} --- @@ -1560,7 +1560,7 @@ ArrayEnum *[]*string Array of values that an array property's items can be set to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_enum AppUserSchemaProperty#array_enum} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_enum AppUserSchemaProperty#array_enum} --- @@ -1574,7 +1574,7 @@ ArrayOneOf interface{} array_one_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_one_of AppUserSchemaProperty#array_one_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_one_of AppUserSchemaProperty#array_one_of} --- @@ -1588,7 +1588,7 @@ ArrayType *string The type of the array elements if `type` is set to `array`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_type AppUserSchemaProperty#array_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_type AppUserSchemaProperty#array_type} --- @@ -1602,7 +1602,7 @@ Description *string The description of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#description AppUserSchemaProperty#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#description AppUserSchemaProperty#description} --- @@ -1616,7 +1616,7 @@ Enum *[]*string Array of values a primitive property can be set to. See `array_enum` for arrays. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#enum AppUserSchemaProperty#enum} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#enum AppUserSchemaProperty#enum} --- @@ -1630,7 +1630,7 @@ ExternalName *string External name of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#external_name AppUserSchemaProperty#external_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#external_name AppUserSchemaProperty#external_name} --- @@ -1644,7 +1644,7 @@ ExternalNamespace *string External namespace of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#external_namespace AppUserSchemaProperty#external_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#external_namespace AppUserSchemaProperty#external_namespace} --- @@ -1656,7 +1656,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1673,7 +1673,7 @@ Master *string Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#master AppUserSchemaProperty#master} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#master AppUserSchemaProperty#master} --- @@ -1687,7 +1687,7 @@ MaxLength *f64 The maximum length of the user property value. Only applies to type `string`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#max_length AppUserSchemaProperty#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#max_length AppUserSchemaProperty#max_length} --- @@ -1701,7 +1701,7 @@ MinLength *f64 The minimum length of the user property value. Only applies to type `string`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#min_length AppUserSchemaProperty#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#min_length AppUserSchemaProperty#min_length} --- @@ -1715,7 +1715,7 @@ OneOf interface{} one_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#one_of AppUserSchemaProperty#one_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#one_of AppUserSchemaProperty#one_of} --- @@ -1729,7 +1729,7 @@ Permissions *string Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#permissions AppUserSchemaProperty#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#permissions AppUserSchemaProperty#permissions} --- @@ -1743,7 +1743,7 @@ Required interface{} Whether the subschema is required. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#required AppUserSchemaProperty#required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#required AppUserSchemaProperty#required} --- @@ -1759,7 +1759,7 @@ determines whether an app user attribute can be set at the Personal `SELF` or Gr Default value is `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#scope AppUserSchemaProperty#scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#scope AppUserSchemaProperty#scope} --- @@ -1775,7 +1775,7 @@ If `type` is set to `array`, used to set whether attribute value is determined b Can not be set to `true` if `scope` is set to `SELF`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#union AppUserSchemaProperty#union} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#union AppUserSchemaProperty#union} --- @@ -1789,7 +1789,7 @@ Unique *string Whether the property should be unique. It can be set to `UNIQUE_VALIDATED` or `NOT_UNIQUE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#unique AppUserSchemaProperty#unique} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#unique AppUserSchemaProperty#unique} --- @@ -1803,7 +1803,7 @@ UserType *string User type ID. By default, it is `default`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#user_type AppUserSchemaProperty#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#user_type AppUserSchemaProperty#user_type} --- @@ -1839,7 +1839,7 @@ Const *string Enum value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} --- @@ -1853,7 +1853,7 @@ Title *string Enum title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} --- diff --git a/docs/appUserSchemaProperty.java.md b/docs/appUserSchemaProperty.java.md index 84a4e5e12..b11259ac6 100644 --- a/docs/appUserSchemaProperty.java.md +++ b/docs/appUserSchemaProperty.java.md @@ -4,7 +4,7 @@ ### AppUserSchemaProperty -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property okta_app_user_schema_property}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property okta_app_user_schema_property}. #### Initializers @@ -74,7 +74,7 @@ AppUserSchemaProperty.Builder.create(Construct scope, java.lang.String id) | enum | java.util.List | Array of values a primitive property can be set to. See `array_enum` for arrays. | | externalName | java.lang.String | External name of the user schema property. | | externalNamespace | java.lang.String | External namespace of the user schema property. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. | | master | java.lang.String | Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. | | maxLength | java.lang.Number | The maximum length of the user property value. Only applies to type `string`. | | minLength | java.lang.Number | The minimum length of the user property value. Only applies to type `string`. | @@ -154,7 +154,7 @@ Must be unique amongst siblings in the same scope The Application's ID the user custom schema property should be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#app_id AppUserSchemaProperty#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#app_id AppUserSchemaProperty#app_id} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Subschema unique string identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#index AppUserSchemaProperty#index} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#index AppUserSchemaProperty#index} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Subschema title (display name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#type AppUserSchemaProperty#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#type AppUserSchemaProperty#type} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Array of values that an array property's items can be set to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_enum AppUserSchemaProperty#array_enum} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_enum AppUserSchemaProperty#array_enum} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ array_one_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_one_of AppUserSchemaProperty#array_one_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_one_of AppUserSchemaProperty#array_one_of} --- @@ -214,7 +214,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The type of the array elements if `type` is set to `array`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_type AppUserSchemaProperty#array_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_type AppUserSchemaProperty#array_type} --- @@ -224,7 +224,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The description of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#description AppUserSchemaProperty#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#description AppUserSchemaProperty#description} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Array of values a primitive property can be set to. See `array_enum` for arrays. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#enum AppUserSchemaProperty#enum} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#enum AppUserSchemaProperty#enum} --- @@ -244,7 +244,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ External name of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#external_name AppUserSchemaProperty#external_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#external_name AppUserSchemaProperty#external_name} --- @@ -254,7 +254,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ External namespace of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#external_namespace AppUserSchemaProperty#external_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#external_namespace AppUserSchemaProperty#external_namespace} --- @@ -262,7 +262,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -275,7 +275,7 @@ If you experience problems setting this value it might not be settable. Please t Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#master AppUserSchemaProperty#master} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#master AppUserSchemaProperty#master} --- @@ -285,7 +285,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The maximum length of the user property value. Only applies to type `string`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#max_length AppUserSchemaProperty#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#max_length AppUserSchemaProperty#max_length} --- @@ -295,7 +295,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The minimum length of the user property value. Only applies to type `string`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#min_length AppUserSchemaProperty#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#min_length AppUserSchemaProperty#min_length} --- @@ -305,7 +305,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ one_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#one_of AppUserSchemaProperty#one_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#one_of AppUserSchemaProperty#one_of} --- @@ -315,7 +315,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#permissions AppUserSchemaProperty#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#permissions AppUserSchemaProperty#permissions} --- @@ -325,7 +325,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Whether the subschema is required. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#required AppUserSchemaProperty#required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#required AppUserSchemaProperty#required} --- @@ -337,7 +337,7 @@ determines whether an app user attribute can be set at the Personal `SELF` or Gr Default value is `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#scope AppUserSchemaProperty#scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#scope AppUserSchemaProperty#scope} --- @@ -349,7 +349,7 @@ If `type` is set to `array`, used to set whether attribute value is determined b Can not be set to `true` if `scope` is set to `SELF`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#union AppUserSchemaProperty#union} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#union AppUserSchemaProperty#union} --- @@ -359,7 +359,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Whether the property should be unique. It can be set to `UNIQUE_VALIDATED` or `NOT_UNIQUE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#unique AppUserSchemaProperty#unique} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#unique AppUserSchemaProperty#unique} --- @@ -369,7 +369,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ User type ID. By default, it is `default`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#user_type AppUserSchemaProperty#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#user_type AppUserSchemaProperty#user_type} --- @@ -948,7 +948,7 @@ The construct id used in the generated config for the AppUserSchemaProperty to i The id of the existing AppUserSchemaProperty that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#import import section} in the documentation of this resource for the id to use --- @@ -1659,7 +1659,7 @@ public java.lang.String getConst(); Value mapping to member of `array_enum`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} --- @@ -1673,7 +1673,7 @@ public java.lang.String getTitle(); Display name for the enum value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} --- @@ -1747,7 +1747,7 @@ AppUserSchemaPropertyConfig.builder() | enum | java.util.List | Array of values a primitive property can be set to. See `array_enum` for arrays. | | externalName | java.lang.String | External name of the user schema property. | | externalNamespace | java.lang.String | External namespace of the user schema property. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. | | master | java.lang.String | Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. | | maxLength | java.lang.Number | The maximum length of the user property value. Only applies to type `string`. | | minLength | java.lang.Number | The minimum length of the user property value. Only applies to type `string`. | @@ -1841,7 +1841,7 @@ public java.lang.String getAppId(); The Application's ID the user custom schema property should be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#app_id AppUserSchemaProperty#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#app_id AppUserSchemaProperty#app_id} --- @@ -1855,7 +1855,7 @@ public java.lang.String getIndex(); Subschema unique string identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#index AppUserSchemaProperty#index} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#index AppUserSchemaProperty#index} --- @@ -1869,7 +1869,7 @@ public java.lang.String getTitle(); Subschema title (display name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} --- @@ -1883,7 +1883,7 @@ public java.lang.String getType(); The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#type AppUserSchemaProperty#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#type AppUserSchemaProperty#type} --- @@ -1897,7 +1897,7 @@ public java.util.List getArrayEnum(); Array of values that an array property's items can be set to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_enum AppUserSchemaProperty#array_enum} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_enum AppUserSchemaProperty#array_enum} --- @@ -1911,7 +1911,7 @@ public java.lang.Object getArrayOneOf(); array_one_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_one_of AppUserSchemaProperty#array_one_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_one_of AppUserSchemaProperty#array_one_of} --- @@ -1925,7 +1925,7 @@ public java.lang.String getArrayType(); The type of the array elements if `type` is set to `array`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_type AppUserSchemaProperty#array_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_type AppUserSchemaProperty#array_type} --- @@ -1939,7 +1939,7 @@ public java.lang.String getDescription(); The description of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#description AppUserSchemaProperty#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#description AppUserSchemaProperty#description} --- @@ -1953,7 +1953,7 @@ public java.util.List getEnum(); Array of values a primitive property can be set to. See `array_enum` for arrays. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#enum AppUserSchemaProperty#enum} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#enum AppUserSchemaProperty#enum} --- @@ -1967,7 +1967,7 @@ public java.lang.String getExternalName(); External name of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#external_name AppUserSchemaProperty#external_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#external_name AppUserSchemaProperty#external_name} --- @@ -1981,7 +1981,7 @@ public java.lang.String getExternalNamespace(); External namespace of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#external_namespace AppUserSchemaProperty#external_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#external_namespace AppUserSchemaProperty#external_namespace} --- @@ -1993,7 +1993,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2010,7 +2010,7 @@ public java.lang.String getMaster(); Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#master AppUserSchemaProperty#master} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#master AppUserSchemaProperty#master} --- @@ -2024,7 +2024,7 @@ public java.lang.Number getMaxLength(); The maximum length of the user property value. Only applies to type `string`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#max_length AppUserSchemaProperty#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#max_length AppUserSchemaProperty#max_length} --- @@ -2038,7 +2038,7 @@ public java.lang.Number getMinLength(); The minimum length of the user property value. Only applies to type `string`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#min_length AppUserSchemaProperty#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#min_length AppUserSchemaProperty#min_length} --- @@ -2052,7 +2052,7 @@ public java.lang.Object getOneOf(); one_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#one_of AppUserSchemaProperty#one_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#one_of AppUserSchemaProperty#one_of} --- @@ -2066,7 +2066,7 @@ public java.lang.String getPermissions(); Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#permissions AppUserSchemaProperty#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#permissions AppUserSchemaProperty#permissions} --- @@ -2080,7 +2080,7 @@ public java.lang.Object getRequired(); Whether the subschema is required. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#required AppUserSchemaProperty#required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#required AppUserSchemaProperty#required} --- @@ -2096,7 +2096,7 @@ determines whether an app user attribute can be set at the Personal `SELF` or Gr Default value is `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#scope AppUserSchemaProperty#scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#scope AppUserSchemaProperty#scope} --- @@ -2112,7 +2112,7 @@ If `type` is set to `array`, used to set whether attribute value is determined b Can not be set to `true` if `scope` is set to `SELF`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#union AppUserSchemaProperty#union} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#union AppUserSchemaProperty#union} --- @@ -2126,7 +2126,7 @@ public java.lang.String getUnique(); Whether the property should be unique. It can be set to `UNIQUE_VALIDATED` or `NOT_UNIQUE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#unique AppUserSchemaProperty#unique} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#unique AppUserSchemaProperty#unique} --- @@ -2140,7 +2140,7 @@ public java.lang.String getUserType(); User type ID. By default, it is `default`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#user_type AppUserSchemaProperty#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#user_type AppUserSchemaProperty#user_type} --- @@ -2176,7 +2176,7 @@ public java.lang.String getConst(); Enum value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} --- @@ -2190,7 +2190,7 @@ public java.lang.String getTitle(); Enum title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} --- diff --git a/docs/appUserSchemaProperty.python.md b/docs/appUserSchemaProperty.python.md index 1319f64ad..09fd6e10a 100644 --- a/docs/appUserSchemaProperty.python.md +++ b/docs/appUserSchemaProperty.python.md @@ -4,7 +4,7 @@ ### AppUserSchemaProperty -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property okta_app_user_schema_property}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property okta_app_user_schema_property}. #### Initializers @@ -68,7 +68,7 @@ appUserSchemaProperty.AppUserSchemaProperty( | enum | typing.List[str] | Array of values a primitive property can be set to. See `array_enum` for arrays. | | external_name | str | External name of the user schema property. | | external_namespace | str | External namespace of the user schema property. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. | | master | str | Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. | | max_length | typing.Union[int, float] | The maximum length of the user property value. Only applies to type `string`. | | min_length | typing.Union[int, float] | The minimum length of the user property value. Only applies to type `string`. | @@ -148,7 +148,7 @@ Must be unique amongst siblings in the same scope The Application's ID the user custom schema property should be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#app_id AppUserSchemaProperty#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#app_id AppUserSchemaProperty#app_id} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Subschema unique string identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#index AppUserSchemaProperty#index} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#index AppUserSchemaProperty#index} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Subschema title (display name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#type AppUserSchemaProperty#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#type AppUserSchemaProperty#type} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Array of values that an array property's items can be set to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_enum AppUserSchemaProperty#array_enum} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_enum AppUserSchemaProperty#array_enum} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ array_one_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_one_of AppUserSchemaProperty#array_one_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_one_of AppUserSchemaProperty#array_one_of} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The type of the array elements if `type` is set to `array`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_type AppUserSchemaProperty#array_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_type AppUserSchemaProperty#array_type} --- @@ -218,7 +218,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The description of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#description AppUserSchemaProperty#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#description AppUserSchemaProperty#description} --- @@ -228,7 +228,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Array of values a primitive property can be set to. See `array_enum` for arrays. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#enum AppUserSchemaProperty#enum} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#enum AppUserSchemaProperty#enum} --- @@ -238,7 +238,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ External name of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#external_name AppUserSchemaProperty#external_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#external_name AppUserSchemaProperty#external_name} --- @@ -248,7 +248,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ External namespace of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#external_namespace AppUserSchemaProperty#external_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#external_namespace AppUserSchemaProperty#external_namespace} --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -269,7 +269,7 @@ If you experience problems setting this value it might not be settable. Please t Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#master AppUserSchemaProperty#master} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#master AppUserSchemaProperty#master} --- @@ -279,7 +279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The maximum length of the user property value. Only applies to type `string`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#max_length AppUserSchemaProperty#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#max_length AppUserSchemaProperty#max_length} --- @@ -289,7 +289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The minimum length of the user property value. Only applies to type `string`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#min_length AppUserSchemaProperty#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#min_length AppUserSchemaProperty#min_length} --- @@ -299,7 +299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ one_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#one_of AppUserSchemaProperty#one_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#one_of AppUserSchemaProperty#one_of} --- @@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#permissions AppUserSchemaProperty#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#permissions AppUserSchemaProperty#permissions} --- @@ -319,7 +319,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Whether the subschema is required. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#required AppUserSchemaProperty#required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#required AppUserSchemaProperty#required} --- @@ -331,7 +331,7 @@ determines whether an app user attribute can be set at the Personal `SELF` or Gr Default value is `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#scope AppUserSchemaProperty#scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#scope AppUserSchemaProperty#scope} --- @@ -343,7 +343,7 @@ If `type` is set to `array`, used to set whether attribute value is determined b Can not be set to `true` if `scope` is set to `SELF`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#union AppUserSchemaProperty#union} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#union AppUserSchemaProperty#union} --- @@ -353,7 +353,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Whether the property should be unique. It can be set to `UNIQUE_VALIDATED` or `NOT_UNIQUE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#unique AppUserSchemaProperty#unique} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#unique AppUserSchemaProperty#unique} --- @@ -363,7 +363,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ User type ID. By default, it is `default`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#user_type AppUserSchemaProperty#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#user_type AppUserSchemaProperty#user_type} --- @@ -992,7 +992,7 @@ The construct id used in the generated config for the AppUserSchemaProperty to i The id of the existing AppUserSchemaProperty that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#import import section} in the documentation of this resource for the id to use --- @@ -1703,7 +1703,7 @@ const: str Value mapping to member of `array_enum`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} --- @@ -1717,7 +1717,7 @@ title: str Display name for the enum value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} --- @@ -1783,7 +1783,7 @@ appUserSchemaProperty.AppUserSchemaPropertyConfig( | enum | typing.List[str] | Array of values a primitive property can be set to. See `array_enum` for arrays. | | external_name | str | External name of the user schema property. | | external_namespace | str | External namespace of the user schema property. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. | | master | str | Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. | | max_length | typing.Union[int, float] | The maximum length of the user property value. Only applies to type `string`. | | min_length | typing.Union[int, float] | The minimum length of the user property value. Only applies to type `string`. | @@ -1877,7 +1877,7 @@ app_id: str The Application's ID the user custom schema property should be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#app_id AppUserSchemaProperty#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#app_id AppUserSchemaProperty#app_id} --- @@ -1891,7 +1891,7 @@ index: str Subschema unique string identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#index AppUserSchemaProperty#index} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#index AppUserSchemaProperty#index} --- @@ -1905,7 +1905,7 @@ title: str Subschema title (display name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} --- @@ -1919,7 +1919,7 @@ type: str The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#type AppUserSchemaProperty#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#type AppUserSchemaProperty#type} --- @@ -1933,7 +1933,7 @@ array_enum: typing.List[str] Array of values that an array property's items can be set to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_enum AppUserSchemaProperty#array_enum} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_enum AppUserSchemaProperty#array_enum} --- @@ -1947,7 +1947,7 @@ array_one_of: typing.Union[IResolvable, typing.List[AppUserSchemaPropertyArrayOn array_one_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_one_of AppUserSchemaProperty#array_one_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_one_of AppUserSchemaProperty#array_one_of} --- @@ -1961,7 +1961,7 @@ array_type: str The type of the array elements if `type` is set to `array`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_type AppUserSchemaProperty#array_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_type AppUserSchemaProperty#array_type} --- @@ -1975,7 +1975,7 @@ description: str The description of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#description AppUserSchemaProperty#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#description AppUserSchemaProperty#description} --- @@ -1989,7 +1989,7 @@ enum: typing.List[str] Array of values a primitive property can be set to. See `array_enum` for arrays. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#enum AppUserSchemaProperty#enum} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#enum AppUserSchemaProperty#enum} --- @@ -2003,7 +2003,7 @@ external_name: str External name of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#external_name AppUserSchemaProperty#external_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#external_name AppUserSchemaProperty#external_name} --- @@ -2017,7 +2017,7 @@ external_namespace: str External namespace of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#external_namespace AppUserSchemaProperty#external_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#external_namespace AppUserSchemaProperty#external_namespace} --- @@ -2029,7 +2029,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -2046,7 +2046,7 @@ master: str Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#master AppUserSchemaProperty#master} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#master AppUserSchemaProperty#master} --- @@ -2060,7 +2060,7 @@ max_length: typing.Union[int, float] The maximum length of the user property value. Only applies to type `string`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#max_length AppUserSchemaProperty#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#max_length AppUserSchemaProperty#max_length} --- @@ -2074,7 +2074,7 @@ min_length: typing.Union[int, float] The minimum length of the user property value. Only applies to type `string`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#min_length AppUserSchemaProperty#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#min_length AppUserSchemaProperty#min_length} --- @@ -2088,7 +2088,7 @@ one_of: typing.Union[IResolvable, typing.List[AppUserSchemaPropertyOneOf]] one_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#one_of AppUserSchemaProperty#one_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#one_of AppUserSchemaProperty#one_of} --- @@ -2102,7 +2102,7 @@ permissions: str Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#permissions AppUserSchemaProperty#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#permissions AppUserSchemaProperty#permissions} --- @@ -2116,7 +2116,7 @@ required: typing.Union[bool, IResolvable] Whether the subschema is required. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#required AppUserSchemaProperty#required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#required AppUserSchemaProperty#required} --- @@ -2132,7 +2132,7 @@ determines whether an app user attribute can be set at the Personal `SELF` or Gr Default value is `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#scope AppUserSchemaProperty#scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#scope AppUserSchemaProperty#scope} --- @@ -2148,7 +2148,7 @@ If `type` is set to `array`, used to set whether attribute value is determined b Can not be set to `true` if `scope` is set to `SELF`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#union AppUserSchemaProperty#union} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#union AppUserSchemaProperty#union} --- @@ -2162,7 +2162,7 @@ unique: str Whether the property should be unique. It can be set to `UNIQUE_VALIDATED` or `NOT_UNIQUE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#unique AppUserSchemaProperty#unique} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#unique AppUserSchemaProperty#unique} --- @@ -2176,7 +2176,7 @@ user_type: str User type ID. By default, it is `default`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#user_type AppUserSchemaProperty#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#user_type AppUserSchemaProperty#user_type} --- @@ -2212,7 +2212,7 @@ const: str Enum value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} --- @@ -2226,7 +2226,7 @@ title: str Enum title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} --- diff --git a/docs/appUserSchemaProperty.typescript.md b/docs/appUserSchemaProperty.typescript.md index c2ac06d32..2b06c90ef 100644 --- a/docs/appUserSchemaProperty.typescript.md +++ b/docs/appUserSchemaProperty.typescript.md @@ -4,7 +4,7 @@ ### AppUserSchemaProperty -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property okta_app_user_schema_property}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property okta_app_user_schema_property}. #### Initializers @@ -619,7 +619,7 @@ The construct id used in the generated config for the AppUserSchemaProperty to i The id of the existing AppUserSchemaProperty that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#import import section} in the documentation of this resource for the id to use --- @@ -1327,7 +1327,7 @@ public readonly const: string; Value mapping to member of `array_enum`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} --- @@ -1341,7 +1341,7 @@ public readonly title: string; Display name for the enum value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} --- @@ -1377,7 +1377,7 @@ const appUserSchemaPropertyConfig: appUserSchemaProperty.AppUserSchemaPropertyCo | enum | string[] | Array of values a primitive property can be set to. See `array_enum` for arrays. | | externalName | string | External name of the user schema property. | | externalNamespace | string | External namespace of the user schema property. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. | | master | string | Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. | | maxLength | number | The maximum length of the user property value. Only applies to type `string`. | | minLength | number | The minimum length of the user property value. Only applies to type `string`. | @@ -1471,7 +1471,7 @@ public readonly appId: string; The Application's ID the user custom schema property should be assigned to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#app_id AppUserSchemaProperty#app_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#app_id AppUserSchemaProperty#app_id} --- @@ -1485,7 +1485,7 @@ public readonly index: string; Subschema unique string identifier. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#index AppUserSchemaProperty#index} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#index AppUserSchemaProperty#index} --- @@ -1499,7 +1499,7 @@ public readonly title: string; Subschema title (display name). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} --- @@ -1513,7 +1513,7 @@ public readonly type: string; The type of the schema property. It can be `string`, `boolean`, `number`, `integer`, `array`, or `object`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#type AppUserSchemaProperty#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#type AppUserSchemaProperty#type} --- @@ -1527,7 +1527,7 @@ public readonly arrayEnum: string[]; Array of values that an array property's items can be set to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_enum AppUserSchemaProperty#array_enum} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_enum AppUserSchemaProperty#array_enum} --- @@ -1541,7 +1541,7 @@ public readonly arrayOneOf: IResolvable | AppUserSchemaPropertyArrayOneOf[]; array_one_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_one_of AppUserSchemaProperty#array_one_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_one_of AppUserSchemaProperty#array_one_of} --- @@ -1555,7 +1555,7 @@ public readonly arrayType: string; The type of the array elements if `type` is set to `array`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#array_type AppUserSchemaProperty#array_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#array_type AppUserSchemaProperty#array_type} --- @@ -1569,7 +1569,7 @@ public readonly description: string; The description of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#description AppUserSchemaProperty#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#description AppUserSchemaProperty#description} --- @@ -1583,7 +1583,7 @@ public readonly enum: string[]; Array of values a primitive property can be set to. See `array_enum` for arrays. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#enum AppUserSchemaProperty#enum} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#enum AppUserSchemaProperty#enum} --- @@ -1597,7 +1597,7 @@ public readonly externalName: string; External name of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#external_name AppUserSchemaProperty#external_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#external_name AppUserSchemaProperty#external_name} --- @@ -1611,7 +1611,7 @@ public readonly externalNamespace: string; External namespace of the user schema property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#external_namespace AppUserSchemaProperty#external_namespace} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#external_namespace AppUserSchemaProperty#external_namespace} --- @@ -1623,7 +1623,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#id AppUserSchemaProperty#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1640,7 +1640,7 @@ public readonly master: string; Master priority for the user schema property. It can be set to `PROFILE_MASTER` or `OKTA`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#master AppUserSchemaProperty#master} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#master AppUserSchemaProperty#master} --- @@ -1654,7 +1654,7 @@ public readonly maxLength: number; The maximum length of the user property value. Only applies to type `string`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#max_length AppUserSchemaProperty#max_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#max_length AppUserSchemaProperty#max_length} --- @@ -1668,7 +1668,7 @@ public readonly minLength: number; The minimum length of the user property value. Only applies to type `string`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#min_length AppUserSchemaProperty#min_length} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#min_length AppUserSchemaProperty#min_length} --- @@ -1682,7 +1682,7 @@ public readonly oneOf: IResolvable | AppUserSchemaPropertyOneOf[]; one_of block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#one_of AppUserSchemaProperty#one_of} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#one_of AppUserSchemaProperty#one_of} --- @@ -1696,7 +1696,7 @@ public readonly permissions: string; Access control permissions for the property. It can be set to `READ_WRITE`, `READ_ONLY`, `HIDE`. Default: `READ_ONLY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#permissions AppUserSchemaProperty#permissions} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#permissions AppUserSchemaProperty#permissions} --- @@ -1710,7 +1710,7 @@ public readonly required: boolean | IResolvable; Whether the subschema is required. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#required AppUserSchemaProperty#required} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#required AppUserSchemaProperty#required} --- @@ -1726,7 +1726,7 @@ determines whether an app user attribute can be set at the Personal `SELF` or Gr Default value is `NONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#scope AppUserSchemaProperty#scope} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#scope AppUserSchemaProperty#scope} --- @@ -1742,7 +1742,7 @@ If `type` is set to `array`, used to set whether attribute value is determined b Can not be set to `true` if `scope` is set to `SELF`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#union AppUserSchemaProperty#union} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#union AppUserSchemaProperty#union} --- @@ -1756,7 +1756,7 @@ public readonly unique: string; Whether the property should be unique. It can be set to `UNIQUE_VALIDATED` or `NOT_UNIQUE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#unique AppUserSchemaProperty#unique} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#unique AppUserSchemaProperty#unique} --- @@ -1770,7 +1770,7 @@ public readonly userType: string; User type ID. By default, it is `default`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#user_type AppUserSchemaProperty#user_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#user_type AppUserSchemaProperty#user_type} --- @@ -1803,7 +1803,7 @@ public readonly const: string; Enum value. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#const AppUserSchemaProperty#const} --- @@ -1817,7 +1817,7 @@ public readonly title: string; Enum title. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/app_user_schema_property#title AppUserSchemaProperty#title} --- diff --git a/docs/authServer.csharp.md b/docs/authServer.csharp.md index ac76a74fd..4d2cc4009 100644 --- a/docs/authServer.csharp.md +++ b/docs/authServer.csharp.md @@ -4,7 +4,7 @@ ### AuthServer -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server okta_auth_server}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server okta_auth_server}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the AuthServer to import. The id of the existing AuthServer that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#import import section} in the documentation of this resource for the id to use --- @@ -935,7 +935,7 @@ new AuthServerConfig { | Name | string | The name of the authorization server. | | CredentialsRotationMode | string | The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `AUTO`. | | Description | string | The description of the authorization server. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#id AuthServer#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#id AuthServer#id}. | | IssuerMode | string | *Early Access Property*. | | Status | string | Default to `ACTIVE`. | @@ -1023,7 +1023,7 @@ The recipients that the tokens are intended for. This becomes the `aud` claim in an access token. Currently Okta only supports a single value here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#audiences AuthServer#audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#audiences AuthServer#audiences} --- @@ -1037,7 +1037,7 @@ public string Name { get; set; } The name of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#name AuthServer#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#name AuthServer#name} --- @@ -1051,7 +1051,7 @@ public string CredentialsRotationMode { get; set; } The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `AUTO`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#credentials_rotation_mode AuthServer#credentials_rotation_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#credentials_rotation_mode AuthServer#credentials_rotation_mode} --- @@ -1065,7 +1065,7 @@ public string Description { get; set; } The description of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#description AuthServer#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#description AuthServer#description} --- @@ -1077,7 +1077,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#id AuthServer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#id AuthServer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1096,7 +1096,7 @@ public string IssuerMode { get; set; } Allows you to use a custom issuer URL. It can be set to `CUSTOM_URL`, `ORG_URL`, or `DYNAMIC`. Default: `ORG_URL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#issuer_mode AuthServer#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#issuer_mode AuthServer#issuer_mode} --- @@ -1110,7 +1110,7 @@ public string Status { get; set; } Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#status AuthServer#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#status AuthServer#status} --- diff --git a/docs/authServer.go.md b/docs/authServer.go.md index d3a8cc914..d2e6d49bd 100644 --- a/docs/authServer.go.md +++ b/docs/authServer.go.md @@ -4,7 +4,7 @@ ### AuthServer -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server okta_auth_server}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server okta_auth_server}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the AuthServer to import. The id of the existing AuthServer that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#import import section} in the documentation of this resource for the id to use --- @@ -935,7 +935,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/authserver" | Name | *string | The name of the authorization server. | | CredentialsRotationMode | *string | The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `AUTO`. | | Description | *string | The description of the authorization server. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#id AuthServer#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#id AuthServer#id}. | | IssuerMode | *string | *Early Access Property*. | | Status | *string | Default to `ACTIVE`. | @@ -1023,7 +1023,7 @@ The recipients that the tokens are intended for. This becomes the `aud` claim in an access token. Currently Okta only supports a single value here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#audiences AuthServer#audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#audiences AuthServer#audiences} --- @@ -1037,7 +1037,7 @@ Name *string The name of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#name AuthServer#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#name AuthServer#name} --- @@ -1051,7 +1051,7 @@ CredentialsRotationMode *string The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `AUTO`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#credentials_rotation_mode AuthServer#credentials_rotation_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#credentials_rotation_mode AuthServer#credentials_rotation_mode} --- @@ -1065,7 +1065,7 @@ Description *string The description of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#description AuthServer#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#description AuthServer#description} --- @@ -1077,7 +1077,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#id AuthServer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#id AuthServer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1096,7 +1096,7 @@ IssuerMode *string Allows you to use a custom issuer URL. It can be set to `CUSTOM_URL`, `ORG_URL`, or `DYNAMIC`. Default: `ORG_URL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#issuer_mode AuthServer#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#issuer_mode AuthServer#issuer_mode} --- @@ -1110,7 +1110,7 @@ Status *string Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#status AuthServer#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#status AuthServer#status} --- diff --git a/docs/authServer.java.md b/docs/authServer.java.md index 4140eff8e..ecb22b4af 100644 --- a/docs/authServer.java.md +++ b/docs/authServer.java.md @@ -4,7 +4,7 @@ ### AuthServer -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server okta_auth_server}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server okta_auth_server}. #### Initializers @@ -48,7 +48,7 @@ AuthServer.Builder.create(Construct scope, java.lang.String id) | name | java.lang.String | The name of the authorization server. | | credentialsRotationMode | java.lang.String | The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `AUTO`. | | description | java.lang.String | The description of the authorization server. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#id AuthServer#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#id AuthServer#id}. | | issuerMode | java.lang.String | *Early Access Property*. | | status | java.lang.String | Default to `ACTIVE`. | @@ -122,7 +122,7 @@ The recipients that the tokens are intended for. This becomes the `aud` claim in an access token. Currently Okta only supports a single value here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#audiences AuthServer#audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#audiences AuthServer#audiences} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The name of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#name AuthServer#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#name AuthServer#name} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `AUTO`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#credentials_rotation_mode AuthServer#credentials_rotation_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#credentials_rotation_mode AuthServer#credentials_rotation_mode} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The description of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#description AuthServer#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#description AuthServer#description} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#id AuthServer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#id AuthServer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -175,7 +175,7 @@ If you experience problems setting this value it might not be settable. Please t Allows you to use a custom issuer URL. It can be set to `CUSTOM_URL`, `ORG_URL`, or `DYNAMIC`. Default: `ORG_URL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#issuer_mode AuthServer#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#issuer_mode AuthServer#issuer_mode} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#status AuthServer#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#status AuthServer#status} --- @@ -647,7 +647,7 @@ The construct id used in the generated config for the AuthServer to import. The id of the existing AuthServer that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#import import section} in the documentation of this resource for the id to use --- @@ -1084,7 +1084,7 @@ AuthServerConfig.builder() | name | java.lang.String | The name of the authorization server. | | credentialsRotationMode | java.lang.String | The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `AUTO`. | | description | java.lang.String | The description of the authorization server. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#id AuthServer#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#id AuthServer#id}. | | issuerMode | java.lang.String | *Early Access Property*. | | status | java.lang.String | Default to `ACTIVE`. | @@ -1172,7 +1172,7 @@ The recipients that the tokens are intended for. This becomes the `aud` claim in an access token. Currently Okta only supports a single value here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#audiences AuthServer#audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#audiences AuthServer#audiences} --- @@ -1186,7 +1186,7 @@ public java.lang.String getName(); The name of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#name AuthServer#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#name AuthServer#name} --- @@ -1200,7 +1200,7 @@ public java.lang.String getCredentialsRotationMode(); The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `AUTO`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#credentials_rotation_mode AuthServer#credentials_rotation_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#credentials_rotation_mode AuthServer#credentials_rotation_mode} --- @@ -1214,7 +1214,7 @@ public java.lang.String getDescription(); The description of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#description AuthServer#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#description AuthServer#description} --- @@ -1226,7 +1226,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#id AuthServer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#id AuthServer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1245,7 +1245,7 @@ public java.lang.String getIssuerMode(); Allows you to use a custom issuer URL. It can be set to `CUSTOM_URL`, `ORG_URL`, or `DYNAMIC`. Default: `ORG_URL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#issuer_mode AuthServer#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#issuer_mode AuthServer#issuer_mode} --- @@ -1259,7 +1259,7 @@ public java.lang.String getStatus(); Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#status AuthServer#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#status AuthServer#status} --- diff --git a/docs/authServer.python.md b/docs/authServer.python.md index 30ecb1855..322dad64f 100644 --- a/docs/authServer.python.md +++ b/docs/authServer.python.md @@ -4,7 +4,7 @@ ### AuthServer -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server okta_auth_server}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server okta_auth_server}. #### Initializers @@ -46,7 +46,7 @@ authServer.AuthServer( | name | str | The name of the authorization server. | | credentials_rotation_mode | str | The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `AUTO`. | | description | str | The description of the authorization server. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#id AuthServer#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#id AuthServer#id}. | | issuer_mode | str | *Early Access Property*. | | status | str | Default to `ACTIVE`. | @@ -120,7 +120,7 @@ The recipients that the tokens are intended for. This becomes the `aud` claim in an access token. Currently Okta only supports a single value here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#audiences AuthServer#audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#audiences AuthServer#audiences} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The name of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#name AuthServer#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#name AuthServer#name} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `AUTO`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#credentials_rotation_mode AuthServer#credentials_rotation_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#credentials_rotation_mode AuthServer#credentials_rotation_mode} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The description of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#description AuthServer#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#description AuthServer#description} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#id AuthServer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#id AuthServer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -173,7 +173,7 @@ If you experience problems setting this value it might not be settable. Please t Allows you to use a custom issuer URL. It can be set to `CUSTOM_URL`, `ORG_URL`, or `DYNAMIC`. Default: `ORG_URL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#issuer_mode AuthServer#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#issuer_mode AuthServer#issuer_mode} --- @@ -183,7 +183,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#status AuthServer#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#status AuthServer#status} --- @@ -691,7 +691,7 @@ The construct id used in the generated config for the AuthServer to import. The id of the existing AuthServer that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#import import section} in the documentation of this resource for the id to use --- @@ -1124,7 +1124,7 @@ authServer.AuthServerConfig( | name | str | The name of the authorization server. | | credentials_rotation_mode | str | The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `AUTO`. | | description | str | The description of the authorization server. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#id AuthServer#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#id AuthServer#id}. | | issuer_mode | str | *Early Access Property*. | | status | str | Default to `ACTIVE`. | @@ -1212,7 +1212,7 @@ The recipients that the tokens are intended for. This becomes the `aud` claim in an access token. Currently Okta only supports a single value here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#audiences AuthServer#audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#audiences AuthServer#audiences} --- @@ -1226,7 +1226,7 @@ name: str The name of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#name AuthServer#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#name AuthServer#name} --- @@ -1240,7 +1240,7 @@ credentials_rotation_mode: str The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `AUTO`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#credentials_rotation_mode AuthServer#credentials_rotation_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#credentials_rotation_mode AuthServer#credentials_rotation_mode} --- @@ -1254,7 +1254,7 @@ description: str The description of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#description AuthServer#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#description AuthServer#description} --- @@ -1266,7 +1266,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#id AuthServer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#id AuthServer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1285,7 +1285,7 @@ issuer_mode: str Allows you to use a custom issuer URL. It can be set to `CUSTOM_URL`, `ORG_URL`, or `DYNAMIC`. Default: `ORG_URL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#issuer_mode AuthServer#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#issuer_mode AuthServer#issuer_mode} --- @@ -1299,7 +1299,7 @@ status: str Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#status AuthServer#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#status AuthServer#status} --- diff --git a/docs/authServer.typescript.md b/docs/authServer.typescript.md index 30fc00589..92e9694e0 100644 --- a/docs/authServer.typescript.md +++ b/docs/authServer.typescript.md @@ -4,7 +4,7 @@ ### AuthServer -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server okta_auth_server}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server okta_auth_server}. #### Initializers @@ -502,7 +502,7 @@ The construct id used in the generated config for the AuthServer to import. The id of the existing AuthServer that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#import import section} in the documentation of this resource for the id to use --- @@ -920,7 +920,7 @@ const authServerConfig: authServer.AuthServerConfig = { ... } | name | string | The name of the authorization server. | | credentialsRotationMode | string | The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `AUTO`. | | description | string | The description of the authorization server. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#id AuthServer#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#id AuthServer#id}. | | issuerMode | string | *Early Access Property*. | | status | string | Default to `ACTIVE`. | @@ -1008,7 +1008,7 @@ The recipients that the tokens are intended for. This becomes the `aud` claim in an access token. Currently Okta only supports a single value here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#audiences AuthServer#audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#audiences AuthServer#audiences} --- @@ -1022,7 +1022,7 @@ public readonly name: string; The name of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#name AuthServer#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#name AuthServer#name} --- @@ -1036,7 +1036,7 @@ public readonly credentialsRotationMode: string; The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `AUTO`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#credentials_rotation_mode AuthServer#credentials_rotation_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#credentials_rotation_mode AuthServer#credentials_rotation_mode} --- @@ -1050,7 +1050,7 @@ public readonly description: string; The description of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#description AuthServer#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#description AuthServer#description} --- @@ -1062,7 +1062,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#id AuthServer#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#id AuthServer#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1081,7 +1081,7 @@ public readonly issuerMode: string; Allows you to use a custom issuer URL. It can be set to `CUSTOM_URL`, `ORG_URL`, or `DYNAMIC`. Default: `ORG_URL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#issuer_mode AuthServer#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#issuer_mode AuthServer#issuer_mode} --- @@ -1095,7 +1095,7 @@ public readonly status: string; Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server#status AuthServer#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server#status AuthServer#status} --- diff --git a/docs/authServerClaim.csharp.md b/docs/authServerClaim.csharp.md index 321ad44bd..0b8d24cbf 100644 --- a/docs/authServerClaim.csharp.md +++ b/docs/authServerClaim.csharp.md @@ -4,7 +4,7 @@ ### AuthServerClaim -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim okta_auth_server_claim}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim okta_auth_server_claim}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the AuthServerClaim to import. The id of the existing AuthServerClaim that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#import import section} in the documentation of this resource for the id to use --- @@ -969,7 +969,7 @@ new AuthServerClaimConfig { | Value | string | The value of the claim. | | AlwaysIncludeInToken | object | Specifies whether to include claims in token, by default it is set to `true`. | | GroupFilterType | string | Specifies the type of group filter if `value_type` is `GROUPS`. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. | | Scopes | string[] | The list of scopes the auth server claim is tied to. | | Status | string | Default to `ACTIVE`. | | ValueType | string | The type of value of the claim. It can be set to `EXPRESSION` or `GROUPS`. It defaults to `EXPRESSION`. | @@ -1056,7 +1056,7 @@ public string AuthServerId { get; set; } ID of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#auth_server_id AuthServerClaim#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#auth_server_id AuthServerClaim#auth_server_id} --- @@ -1070,7 +1070,7 @@ public string ClaimType { get; set; } Specifies whether the claim is for an access token `RESOURCE` or ID token `IDENTITY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#claim_type AuthServerClaim#claim_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#claim_type AuthServerClaim#claim_type} --- @@ -1084,7 +1084,7 @@ public string Name { get; set; } The name of the claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#name AuthServerClaim#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#name AuthServerClaim#name} --- @@ -1098,7 +1098,7 @@ public string Value { get; set; } The value of the claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#value AuthServerClaim#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#value AuthServerClaim#value} --- @@ -1112,7 +1112,7 @@ public object AlwaysIncludeInToken { get; set; } Specifies whether to include claims in token, by default it is set to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#always_include_in_token AuthServerClaim#always_include_in_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#always_include_in_token AuthServerClaim#always_include_in_token} --- @@ -1128,7 +1128,7 @@ Specifies the type of group filter if `value_type` is `GROUPS`. Can be set to one of the following `STARTS_WITH`, `EQUALS`, `CONTAINS`, `REGEX`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#group_filter_type AuthServerClaim#group_filter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#group_filter_type AuthServerClaim#group_filter_type} --- @@ -1140,7 +1140,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1157,7 +1157,7 @@ public string[] Scopes { get; set; } The list of scopes the auth server claim is tied to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#scopes AuthServerClaim#scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#scopes AuthServerClaim#scopes} --- @@ -1171,7 +1171,7 @@ public string Status { get; set; } Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#status AuthServerClaim#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#status AuthServerClaim#status} --- @@ -1185,7 +1185,7 @@ public string ValueType { get; set; } The type of value of the claim. It can be set to `EXPRESSION` or `GROUPS`. It defaults to `EXPRESSION`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#value_type AuthServerClaim#value_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#value_type AuthServerClaim#value_type} --- diff --git a/docs/authServerClaim.go.md b/docs/authServerClaim.go.md index 398b20fae..b47c7515c 100644 --- a/docs/authServerClaim.go.md +++ b/docs/authServerClaim.go.md @@ -4,7 +4,7 @@ ### AuthServerClaim -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim okta_auth_server_claim}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim okta_auth_server_claim}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the AuthServerClaim to import. The id of the existing AuthServerClaim that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#import import section} in the documentation of this resource for the id to use --- @@ -969,7 +969,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/authserverclaim" | Value | *string | The value of the claim. | | AlwaysIncludeInToken | interface{} | Specifies whether to include claims in token, by default it is set to `true`. | | GroupFilterType | *string | Specifies the type of group filter if `value_type` is `GROUPS`. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. | | Scopes | *[]*string | The list of scopes the auth server claim is tied to. | | Status | *string | Default to `ACTIVE`. | | ValueType | *string | The type of value of the claim. It can be set to `EXPRESSION` or `GROUPS`. It defaults to `EXPRESSION`. | @@ -1056,7 +1056,7 @@ AuthServerId *string ID of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#auth_server_id AuthServerClaim#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#auth_server_id AuthServerClaim#auth_server_id} --- @@ -1070,7 +1070,7 @@ ClaimType *string Specifies whether the claim is for an access token `RESOURCE` or ID token `IDENTITY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#claim_type AuthServerClaim#claim_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#claim_type AuthServerClaim#claim_type} --- @@ -1084,7 +1084,7 @@ Name *string The name of the claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#name AuthServerClaim#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#name AuthServerClaim#name} --- @@ -1098,7 +1098,7 @@ Value *string The value of the claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#value AuthServerClaim#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#value AuthServerClaim#value} --- @@ -1112,7 +1112,7 @@ AlwaysIncludeInToken interface{} Specifies whether to include claims in token, by default it is set to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#always_include_in_token AuthServerClaim#always_include_in_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#always_include_in_token AuthServerClaim#always_include_in_token} --- @@ -1128,7 +1128,7 @@ Specifies the type of group filter if `value_type` is `GROUPS`. Can be set to one of the following `STARTS_WITH`, `EQUALS`, `CONTAINS`, `REGEX`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#group_filter_type AuthServerClaim#group_filter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#group_filter_type AuthServerClaim#group_filter_type} --- @@ -1140,7 +1140,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1157,7 +1157,7 @@ Scopes *[]*string The list of scopes the auth server claim is tied to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#scopes AuthServerClaim#scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#scopes AuthServerClaim#scopes} --- @@ -1171,7 +1171,7 @@ Status *string Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#status AuthServerClaim#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#status AuthServerClaim#status} --- @@ -1185,7 +1185,7 @@ ValueType *string The type of value of the claim. It can be set to `EXPRESSION` or `GROUPS`. It defaults to `EXPRESSION`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#value_type AuthServerClaim#value_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#value_type AuthServerClaim#value_type} --- diff --git a/docs/authServerClaim.java.md b/docs/authServerClaim.java.md index 9b44c5303..745e38f90 100644 --- a/docs/authServerClaim.java.md +++ b/docs/authServerClaim.java.md @@ -4,7 +4,7 @@ ### AuthServerClaim -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim okta_auth_server_claim}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim okta_auth_server_claim}. #### Initializers @@ -54,7 +54,7 @@ AuthServerClaim.Builder.create(Construct scope, java.lang.String id) | value | java.lang.String | The value of the claim. | | alwaysIncludeInToken | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to include claims in token, by default it is set to `true`. | | groupFilterType | java.lang.String | Specifies the type of group filter if `value_type` is `GROUPS`. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. | | scopes | java.util.List | The list of scopes the auth server claim is tied to. | | status | java.lang.String | Default to `ACTIVE`. | | valueType | java.lang.String | The type of value of the claim. It can be set to `EXPRESSION` or `GROUPS`. It defaults to `EXPRESSION`. | @@ -127,7 +127,7 @@ Must be unique amongst siblings in the same scope ID of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#auth_server_id AuthServerClaim#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#auth_server_id AuthServerClaim#auth_server_id} --- @@ -137,7 +137,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Specifies whether the claim is for an access token `RESOURCE` or ID token `IDENTITY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#claim_type AuthServerClaim#claim_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#claim_type AuthServerClaim#claim_type} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The name of the claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#name AuthServerClaim#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#name AuthServerClaim#name} --- @@ -157,7 +157,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The value of the claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#value AuthServerClaim#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#value AuthServerClaim#value} --- @@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Specifies whether to include claims in token, by default it is set to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#always_include_in_token AuthServerClaim#always_include_in_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#always_include_in_token AuthServerClaim#always_include_in_token} --- @@ -179,7 +179,7 @@ Specifies the type of group filter if `value_type` is `GROUPS`. Can be set to one of the following `STARTS_WITH`, `EQUALS`, `CONTAINS`, `REGEX`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#group_filter_type AuthServerClaim#group_filter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#group_filter_type AuthServerClaim#group_filter_type} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -200,7 +200,7 @@ If you experience problems setting this value it might not be settable. Please t The list of scopes the auth server claim is tied to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#scopes AuthServerClaim#scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#scopes AuthServerClaim#scopes} --- @@ -210,7 +210,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#status AuthServerClaim#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#status AuthServerClaim#status} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The type of value of the claim. It can be set to `EXPRESSION` or `GROUPS`. It defaults to `EXPRESSION`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#value_type AuthServerClaim#value_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#value_type AuthServerClaim#value_type} --- @@ -689,7 +689,7 @@ The construct id used in the generated config for the AuthServerClaim to import. The id of the existing AuthServerClaim that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#import import section} in the documentation of this resource for the id to use --- @@ -1154,7 +1154,7 @@ AuthServerClaimConfig.builder() | value | java.lang.String | The value of the claim. | | alwaysIncludeInToken | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to include claims in token, by default it is set to `true`. | | groupFilterType | java.lang.String | Specifies the type of group filter if `value_type` is `GROUPS`. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. | | scopes | java.util.List | The list of scopes the auth server claim is tied to. | | status | java.lang.String | Default to `ACTIVE`. | | valueType | java.lang.String | The type of value of the claim. It can be set to `EXPRESSION` or `GROUPS`. It defaults to `EXPRESSION`. | @@ -1241,7 +1241,7 @@ public java.lang.String getAuthServerId(); ID of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#auth_server_id AuthServerClaim#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#auth_server_id AuthServerClaim#auth_server_id} --- @@ -1255,7 +1255,7 @@ public java.lang.String getClaimType(); Specifies whether the claim is for an access token `RESOURCE` or ID token `IDENTITY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#claim_type AuthServerClaim#claim_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#claim_type AuthServerClaim#claim_type} --- @@ -1269,7 +1269,7 @@ public java.lang.String getName(); The name of the claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#name AuthServerClaim#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#name AuthServerClaim#name} --- @@ -1283,7 +1283,7 @@ public java.lang.String getValue(); The value of the claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#value AuthServerClaim#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#value AuthServerClaim#value} --- @@ -1297,7 +1297,7 @@ public java.lang.Object getAlwaysIncludeInToken(); Specifies whether to include claims in token, by default it is set to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#always_include_in_token AuthServerClaim#always_include_in_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#always_include_in_token AuthServerClaim#always_include_in_token} --- @@ -1313,7 +1313,7 @@ Specifies the type of group filter if `value_type` is `GROUPS`. Can be set to one of the following `STARTS_WITH`, `EQUALS`, `CONTAINS`, `REGEX`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#group_filter_type AuthServerClaim#group_filter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#group_filter_type AuthServerClaim#group_filter_type} --- @@ -1325,7 +1325,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1342,7 +1342,7 @@ public java.util.List getScopes(); The list of scopes the auth server claim is tied to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#scopes AuthServerClaim#scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#scopes AuthServerClaim#scopes} --- @@ -1356,7 +1356,7 @@ public java.lang.String getStatus(); Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#status AuthServerClaim#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#status AuthServerClaim#status} --- @@ -1370,7 +1370,7 @@ public java.lang.String getValueType(); The type of value of the claim. It can be set to `EXPRESSION` or `GROUPS`. It defaults to `EXPRESSION`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#value_type AuthServerClaim#value_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#value_type AuthServerClaim#value_type} --- diff --git a/docs/authServerClaim.python.md b/docs/authServerClaim.python.md index 79d3ee448..0ad46e497 100644 --- a/docs/authServerClaim.python.md +++ b/docs/authServerClaim.python.md @@ -4,7 +4,7 @@ ### AuthServerClaim -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim okta_auth_server_claim}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim okta_auth_server_claim}. #### Initializers @@ -51,7 +51,7 @@ authServerClaim.AuthServerClaim( | value | str | The value of the claim. | | always_include_in_token | typing.Union[bool, cdktf.IResolvable] | Specifies whether to include claims in token, by default it is set to `true`. | | group_filter_type | str | Specifies the type of group filter if `value_type` is `GROUPS`. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. | | scopes | typing.List[str] | The list of scopes the auth server claim is tied to. | | status | str | Default to `ACTIVE`. | | value_type | str | The type of value of the claim. It can be set to `EXPRESSION` or `GROUPS`. It defaults to `EXPRESSION`. | @@ -124,7 +124,7 @@ Must be unique amongst siblings in the same scope ID of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#auth_server_id AuthServerClaim#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#auth_server_id AuthServerClaim#auth_server_id} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Specifies whether the claim is for an access token `RESOURCE` or ID token `IDENTITY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#claim_type AuthServerClaim#claim_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#claim_type AuthServerClaim#claim_type} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The name of the claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#name AuthServerClaim#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#name AuthServerClaim#name} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The value of the claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#value AuthServerClaim#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#value AuthServerClaim#value} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Specifies whether to include claims in token, by default it is set to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#always_include_in_token AuthServerClaim#always_include_in_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#always_include_in_token AuthServerClaim#always_include_in_token} --- @@ -176,7 +176,7 @@ Specifies the type of group filter if `value_type` is `GROUPS`. Can be set to one of the following `STARTS_WITH`, `EQUALS`, `CONTAINS`, `REGEX`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#group_filter_type AuthServerClaim#group_filter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#group_filter_type AuthServerClaim#group_filter_type} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -197,7 +197,7 @@ If you experience problems setting this value it might not be settable. Please t The list of scopes the auth server claim is tied to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#scopes AuthServerClaim#scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#scopes AuthServerClaim#scopes} --- @@ -207,7 +207,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#status AuthServerClaim#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#status AuthServerClaim#status} --- @@ -217,7 +217,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The type of value of the claim. It can be set to `EXPRESSION` or `GROUPS`. It defaults to `EXPRESSION`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#value_type AuthServerClaim#value_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#value_type AuthServerClaim#value_type} --- @@ -732,7 +732,7 @@ The construct id used in the generated config for the AuthServerClaim to import. The id of the existing AuthServerClaim that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#import import section} in the documentation of this resource for the id to use --- @@ -1192,7 +1192,7 @@ authServerClaim.AuthServerClaimConfig( | value | str | The value of the claim. | | always_include_in_token | typing.Union[bool, cdktf.IResolvable] | Specifies whether to include claims in token, by default it is set to `true`. | | group_filter_type | str | Specifies the type of group filter if `value_type` is `GROUPS`. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. | | scopes | typing.List[str] | The list of scopes the auth server claim is tied to. | | status | str | Default to `ACTIVE`. | | value_type | str | The type of value of the claim. It can be set to `EXPRESSION` or `GROUPS`. It defaults to `EXPRESSION`. | @@ -1279,7 +1279,7 @@ auth_server_id: str ID of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#auth_server_id AuthServerClaim#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#auth_server_id AuthServerClaim#auth_server_id} --- @@ -1293,7 +1293,7 @@ claim_type: str Specifies whether the claim is for an access token `RESOURCE` or ID token `IDENTITY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#claim_type AuthServerClaim#claim_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#claim_type AuthServerClaim#claim_type} --- @@ -1307,7 +1307,7 @@ name: str The name of the claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#name AuthServerClaim#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#name AuthServerClaim#name} --- @@ -1321,7 +1321,7 @@ value: str The value of the claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#value AuthServerClaim#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#value AuthServerClaim#value} --- @@ -1335,7 +1335,7 @@ always_include_in_token: typing.Union[bool, IResolvable] Specifies whether to include claims in token, by default it is set to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#always_include_in_token AuthServerClaim#always_include_in_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#always_include_in_token AuthServerClaim#always_include_in_token} --- @@ -1351,7 +1351,7 @@ Specifies the type of group filter if `value_type` is `GROUPS`. Can be set to one of the following `STARTS_WITH`, `EQUALS`, `CONTAINS`, `REGEX`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#group_filter_type AuthServerClaim#group_filter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#group_filter_type AuthServerClaim#group_filter_type} --- @@ -1363,7 +1363,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1380,7 +1380,7 @@ scopes: typing.List[str] The list of scopes the auth server claim is tied to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#scopes AuthServerClaim#scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#scopes AuthServerClaim#scopes} --- @@ -1394,7 +1394,7 @@ status: str Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#status AuthServerClaim#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#status AuthServerClaim#status} --- @@ -1408,7 +1408,7 @@ value_type: str The type of value of the claim. It can be set to `EXPRESSION` or `GROUPS`. It defaults to `EXPRESSION`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#value_type AuthServerClaim#value_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#value_type AuthServerClaim#value_type} --- diff --git a/docs/authServerClaim.typescript.md b/docs/authServerClaim.typescript.md index 80edc4127..4c22c406d 100644 --- a/docs/authServerClaim.typescript.md +++ b/docs/authServerClaim.typescript.md @@ -4,7 +4,7 @@ ### AuthServerClaim -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim okta_auth_server_claim}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim okta_auth_server_claim}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the AuthServerClaim to import. The id of the existing AuthServerClaim that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#import import section} in the documentation of this resource for the id to use --- @@ -951,7 +951,7 @@ const authServerClaimConfig: authServerClaim.AuthServerClaimConfig = { ... } | value | string | The value of the claim. | | alwaysIncludeInToken | boolean \| cdktf.IResolvable | Specifies whether to include claims in token, by default it is set to `true`. | | groupFilterType | string | Specifies the type of group filter if `value_type` is `GROUPS`. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. | | scopes | string[] | The list of scopes the auth server claim is tied to. | | status | string | Default to `ACTIVE`. | | valueType | string | The type of value of the claim. It can be set to `EXPRESSION` or `GROUPS`. It defaults to `EXPRESSION`. | @@ -1038,7 +1038,7 @@ public readonly authServerId: string; ID of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#auth_server_id AuthServerClaim#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#auth_server_id AuthServerClaim#auth_server_id} --- @@ -1052,7 +1052,7 @@ public readonly claimType: string; Specifies whether the claim is for an access token `RESOURCE` or ID token `IDENTITY`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#claim_type AuthServerClaim#claim_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#claim_type AuthServerClaim#claim_type} --- @@ -1066,7 +1066,7 @@ public readonly name: string; The name of the claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#name AuthServerClaim#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#name AuthServerClaim#name} --- @@ -1080,7 +1080,7 @@ public readonly value: string; The value of the claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#value AuthServerClaim#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#value AuthServerClaim#value} --- @@ -1094,7 +1094,7 @@ public readonly alwaysIncludeInToken: boolean | IResolvable; Specifies whether to include claims in token, by default it is set to `true`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#always_include_in_token AuthServerClaim#always_include_in_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#always_include_in_token AuthServerClaim#always_include_in_token} --- @@ -1110,7 +1110,7 @@ Specifies the type of group filter if `value_type` is `GROUPS`. Can be set to one of the following `STARTS_WITH`, `EQUALS`, `CONTAINS`, `REGEX`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#group_filter_type AuthServerClaim#group_filter_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#group_filter_type AuthServerClaim#group_filter_type} --- @@ -1122,7 +1122,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#id AuthServerClaim#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1139,7 +1139,7 @@ public readonly scopes: string[]; The list of scopes the auth server claim is tied to. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#scopes AuthServerClaim#scopes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#scopes AuthServerClaim#scopes} --- @@ -1153,7 +1153,7 @@ public readonly status: string; Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#status AuthServerClaim#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#status AuthServerClaim#status} --- @@ -1167,7 +1167,7 @@ public readonly valueType: string; The type of value of the claim. It can be set to `EXPRESSION` or `GROUPS`. It defaults to `EXPRESSION`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim#value_type AuthServerClaim#value_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim#value_type AuthServerClaim#value_type} --- diff --git a/docs/authServerClaimDefault.csharp.md b/docs/authServerClaimDefault.csharp.md index cab59b0a4..6b938d0cc 100644 --- a/docs/authServerClaimDefault.csharp.md +++ b/docs/authServerClaimDefault.csharp.md @@ -4,7 +4,7 @@ ### AuthServerClaimDefault -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default okta_auth_server_claim_default}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default okta_auth_server_claim_default}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the AuthServerClaimDefault to The id of the existing AuthServerClaimDefault that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#import import section} in the documentation of this resource for the id to use --- @@ -874,7 +874,7 @@ new AuthServerClaimDefaultConfig { | AuthServerId | string | ID of the authorization server. | | Name | string | The name of the claim. | | AlwaysIncludeInToken | object | Specifies whether to include claims in token. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. | | Value | string | The value of the claim. Only required for `sub` claim. | --- @@ -959,7 +959,7 @@ public string AuthServerId { get; set; } ID of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#auth_server_id AuthServerClaimDefault#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#auth_server_id AuthServerClaimDefault#auth_server_id} --- @@ -975,7 +975,7 @@ The name of the claim. Can be set to `sub`, `address`, `birthdate`, `email`,`email_verified`, `family_name`, `gender`, `given_name`, `locale`, `middle_name`, `name`, `nickname`,`phone_number`, `picture`, `preferred_username`, `profile`, `updated_at`, `website`, `zoneinfo` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#name AuthServerClaimDefault#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#name AuthServerClaimDefault#name} --- @@ -989,7 +989,7 @@ public object AlwaysIncludeInToken { get; set; } Specifies whether to include claims in token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#always_include_in_token AuthServerClaimDefault#always_include_in_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#always_include_in_token AuthServerClaimDefault#always_include_in_token} --- @@ -1001,7 +1001,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1018,7 +1018,7 @@ public string Value { get; set; } The value of the claim. Only required for `sub` claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#value AuthServerClaimDefault#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#value AuthServerClaimDefault#value} --- diff --git a/docs/authServerClaimDefault.go.md b/docs/authServerClaimDefault.go.md index d4f6e023d..1baa673f4 100644 --- a/docs/authServerClaimDefault.go.md +++ b/docs/authServerClaimDefault.go.md @@ -4,7 +4,7 @@ ### AuthServerClaimDefault -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default okta_auth_server_claim_default}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default okta_auth_server_claim_default}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the AuthServerClaimDefault to The id of the existing AuthServerClaimDefault that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#import import section} in the documentation of this resource for the id to use --- @@ -874,7 +874,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/authserverclaimdefault" | AuthServerId | *string | ID of the authorization server. | | Name | *string | The name of the claim. | | AlwaysIncludeInToken | interface{} | Specifies whether to include claims in token. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. | | Value | *string | The value of the claim. Only required for `sub` claim. | --- @@ -959,7 +959,7 @@ AuthServerId *string ID of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#auth_server_id AuthServerClaimDefault#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#auth_server_id AuthServerClaimDefault#auth_server_id} --- @@ -975,7 +975,7 @@ The name of the claim. Can be set to `sub`, `address`, `birthdate`, `email`,`email_verified`, `family_name`, `gender`, `given_name`, `locale`, `middle_name`, `name`, `nickname`,`phone_number`, `picture`, `preferred_username`, `profile`, `updated_at`, `website`, `zoneinfo` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#name AuthServerClaimDefault#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#name AuthServerClaimDefault#name} --- @@ -989,7 +989,7 @@ AlwaysIncludeInToken interface{} Specifies whether to include claims in token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#always_include_in_token AuthServerClaimDefault#always_include_in_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#always_include_in_token AuthServerClaimDefault#always_include_in_token} --- @@ -1001,7 +1001,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1018,7 +1018,7 @@ Value *string The value of the claim. Only required for `sub` claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#value AuthServerClaimDefault#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#value AuthServerClaimDefault#value} --- diff --git a/docs/authServerClaimDefault.java.md b/docs/authServerClaimDefault.java.md index ab1098eb7..601c73e97 100644 --- a/docs/authServerClaimDefault.java.md +++ b/docs/authServerClaimDefault.java.md @@ -4,7 +4,7 @@ ### AuthServerClaimDefault -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default okta_auth_server_claim_default}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default okta_auth_server_claim_default}. #### Initializers @@ -46,7 +46,7 @@ AuthServerClaimDefault.Builder.create(Construct scope, java.lang.String id) | authServerId | java.lang.String | ID of the authorization server. | | name | java.lang.String | The name of the claim. | | alwaysIncludeInToken | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to include claims in token. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. | | value | java.lang.String | The value of the claim. Only required for `sub` claim. | --- @@ -117,7 +117,7 @@ Must be unique amongst siblings in the same scope ID of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#auth_server_id AuthServerClaimDefault#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#auth_server_id AuthServerClaimDefault#auth_server_id} --- @@ -129,7 +129,7 @@ The name of the claim. Can be set to `sub`, `address`, `birthdate`, `email`,`email_verified`, `family_name`, `gender`, `given_name`, `locale`, `middle_name`, `name`, `nickname`,`phone_number`, `picture`, `preferred_username`, `profile`, `updated_at`, `website`, `zoneinfo` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#name AuthServerClaimDefault#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#name AuthServerClaimDefault#name} --- @@ -139,7 +139,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Specifies whether to include claims in token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#always_include_in_token AuthServerClaimDefault#always_include_in_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#always_include_in_token AuthServerClaimDefault#always_include_in_token} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -160,7 +160,7 @@ If you experience problems setting this value it might not be settable. Please t The value of the claim. Only required for `sub` claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#value AuthServerClaimDefault#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#value AuthServerClaimDefault#value} --- @@ -608,7 +608,7 @@ The construct id used in the generated config for the AuthServerClaimDefault to The id of the existing AuthServerClaimDefault that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#import import section} in the documentation of this resource for the id to use --- @@ -999,7 +999,7 @@ AuthServerClaimDefaultConfig.builder() | authServerId | java.lang.String | ID of the authorization server. | | name | java.lang.String | The name of the claim. | | alwaysIncludeInToken | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Specifies whether to include claims in token. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. | | value | java.lang.String | The value of the claim. Only required for `sub` claim. | --- @@ -1084,7 +1084,7 @@ public java.lang.String getAuthServerId(); ID of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#auth_server_id AuthServerClaimDefault#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#auth_server_id AuthServerClaimDefault#auth_server_id} --- @@ -1100,7 +1100,7 @@ The name of the claim. Can be set to `sub`, `address`, `birthdate`, `email`,`email_verified`, `family_name`, `gender`, `given_name`, `locale`, `middle_name`, `name`, `nickname`,`phone_number`, `picture`, `preferred_username`, `profile`, `updated_at`, `website`, `zoneinfo` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#name AuthServerClaimDefault#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#name AuthServerClaimDefault#name} --- @@ -1114,7 +1114,7 @@ public java.lang.Object getAlwaysIncludeInToken(); Specifies whether to include claims in token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#always_include_in_token AuthServerClaimDefault#always_include_in_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#always_include_in_token AuthServerClaimDefault#always_include_in_token} --- @@ -1126,7 +1126,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1143,7 +1143,7 @@ public java.lang.String getValue(); The value of the claim. Only required for `sub` claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#value AuthServerClaimDefault#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#value AuthServerClaimDefault#value} --- diff --git a/docs/authServerClaimDefault.python.md b/docs/authServerClaimDefault.python.md index 762f78c14..e34d003f0 100644 --- a/docs/authServerClaimDefault.python.md +++ b/docs/authServerClaimDefault.python.md @@ -4,7 +4,7 @@ ### AuthServerClaimDefault -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default okta_auth_server_claim_default}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default okta_auth_server_claim_default}. #### Initializers @@ -43,7 +43,7 @@ authServerClaimDefault.AuthServerClaimDefault( | auth_server_id | str | ID of the authorization server. | | name | str | The name of the claim. | | always_include_in_token | typing.Union[bool, cdktf.IResolvable] | Specifies whether to include claims in token. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. | | value | str | The value of the claim. Only required for `sub` claim. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope ID of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#auth_server_id AuthServerClaimDefault#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#auth_server_id AuthServerClaimDefault#auth_server_id} --- @@ -126,7 +126,7 @@ The name of the claim. Can be set to `sub`, `address`, `birthdate`, `email`,`email_verified`, `family_name`, `gender`, `given_name`, `locale`, `middle_name`, `name`, `nickname`,`phone_number`, `picture`, `preferred_username`, `profile`, `updated_at`, `website`, `zoneinfo` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#name AuthServerClaimDefault#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#name AuthServerClaimDefault#name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Specifies whether to include claims in token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#always_include_in_token AuthServerClaimDefault#always_include_in_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#always_include_in_token AuthServerClaimDefault#always_include_in_token} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -157,7 +157,7 @@ If you experience problems setting this value it might not be settable. Please t The value of the claim. Only required for `sub` claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#value AuthServerClaimDefault#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#value AuthServerClaimDefault#value} --- @@ -651,7 +651,7 @@ The construct id used in the generated config for the AuthServerClaimDefault to The id of the existing AuthServerClaimDefault that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#import import section} in the documentation of this resource for the id to use --- @@ -1037,7 +1037,7 @@ authServerClaimDefault.AuthServerClaimDefaultConfig( | auth_server_id | str | ID of the authorization server. | | name | str | The name of the claim. | | always_include_in_token | typing.Union[bool, cdktf.IResolvable] | Specifies whether to include claims in token. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. | | value | str | The value of the claim. Only required for `sub` claim. | --- @@ -1122,7 +1122,7 @@ auth_server_id: str ID of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#auth_server_id AuthServerClaimDefault#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#auth_server_id AuthServerClaimDefault#auth_server_id} --- @@ -1138,7 +1138,7 @@ The name of the claim. Can be set to `sub`, `address`, `birthdate`, `email`,`email_verified`, `family_name`, `gender`, `given_name`, `locale`, `middle_name`, `name`, `nickname`,`phone_number`, `picture`, `preferred_username`, `profile`, `updated_at`, `website`, `zoneinfo` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#name AuthServerClaimDefault#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#name AuthServerClaimDefault#name} --- @@ -1152,7 +1152,7 @@ always_include_in_token: typing.Union[bool, IResolvable] Specifies whether to include claims in token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#always_include_in_token AuthServerClaimDefault#always_include_in_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#always_include_in_token AuthServerClaimDefault#always_include_in_token} --- @@ -1164,7 +1164,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1181,7 +1181,7 @@ value: str The value of the claim. Only required for `sub` claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#value AuthServerClaimDefault#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#value AuthServerClaimDefault#value} --- diff --git a/docs/authServerClaimDefault.typescript.md b/docs/authServerClaimDefault.typescript.md index 5cf9cefc0..ceea61f85 100644 --- a/docs/authServerClaimDefault.typescript.md +++ b/docs/authServerClaimDefault.typescript.md @@ -4,7 +4,7 @@ ### AuthServerClaimDefault -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default okta_auth_server_claim_default}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default okta_auth_server_claim_default}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the AuthServerClaimDefault to The id of the existing AuthServerClaimDefault that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#import import section} in the documentation of this resource for the id to use --- @@ -861,7 +861,7 @@ const authServerClaimDefaultConfig: authServerClaimDefault.AuthServerClaimDefaul | authServerId | string | ID of the authorization server. | | name | string | The name of the claim. | | alwaysIncludeInToken | boolean \| cdktf.IResolvable | Specifies whether to include claims in token. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. | | value | string | The value of the claim. Only required for `sub` claim. | --- @@ -946,7 +946,7 @@ public readonly authServerId: string; ID of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#auth_server_id AuthServerClaimDefault#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#auth_server_id AuthServerClaimDefault#auth_server_id} --- @@ -962,7 +962,7 @@ The name of the claim. Can be set to `sub`, `address`, `birthdate`, `email`,`email_verified`, `family_name`, `gender`, `given_name`, `locale`, `middle_name`, `name`, `nickname`,`phone_number`, `picture`, `preferred_username`, `profile`, `updated_at`, `website`, `zoneinfo` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#name AuthServerClaimDefault#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#name AuthServerClaimDefault#name} --- @@ -976,7 +976,7 @@ public readonly alwaysIncludeInToken: boolean | IResolvable; Specifies whether to include claims in token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#always_include_in_token AuthServerClaimDefault#always_include_in_token} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#always_include_in_token AuthServerClaimDefault#always_include_in_token} --- @@ -988,7 +988,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#id AuthServerClaimDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1005,7 +1005,7 @@ public readonly value: string; The value of the claim. Only required for `sub` claim. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_claim_default#value AuthServerClaimDefault#value} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_claim_default#value AuthServerClaimDefault#value} --- diff --git a/docs/authServerDefault.csharp.md b/docs/authServerDefault.csharp.md index db84a0d33..8787ba270 100644 --- a/docs/authServerDefault.csharp.md +++ b/docs/authServerDefault.csharp.md @@ -4,7 +4,7 @@ ### AuthServerDefault -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default okta_auth_server_default}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default okta_auth_server_default}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the AuthServerDefault to impor The id of the existing AuthServerDefault that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#import import section} in the documentation of this resource for the id to use --- @@ -948,7 +948,7 @@ new AuthServerDefaultConfig { | Audiences | string[] | The recipients that the tokens are intended for. | | CredentialsRotationMode | string | The key rotation mode for the authorization server. | | Description | string | The description of the authorization server. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#id AuthServerDefault#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#id AuthServerDefault#id}. | | IssuerMode | string | *Early Access Property*. | | Name | string | The name of the authorization server. Not necessary but left for backwards capacity with legacy implementation. | | Status | string | Default to `ACTIVE`. | @@ -1037,7 +1037,7 @@ The recipients that the tokens are intended for. This becomes the `aud` claim in an access token. Currently Okta only supports a single value here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#audiences AuthServerDefault#audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#audiences AuthServerDefault#audiences} --- @@ -1053,7 +1053,7 @@ The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `MANUAL`.Credential rotation mode, in many cases you cannot set this to MANUAL, the API will ignore the value and you will get a perpetual diff. This should rarely be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#credentials_rotation_mode AuthServerDefault#credentials_rotation_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#credentials_rotation_mode AuthServerDefault#credentials_rotation_mode} --- @@ -1067,7 +1067,7 @@ public string Description { get; set; } The description of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#description AuthServerDefault#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#description AuthServerDefault#description} --- @@ -1079,7 +1079,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#id AuthServerDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#id AuthServerDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1098,7 +1098,7 @@ public string IssuerMode { get; set; } Allows you to use a custom issuer URL. It can be set to `CUSTOM_URL`, `ORG_URL`, or `DYNAMIC`. Default: `ORG_URL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#issuer_mode AuthServerDefault#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#issuer_mode AuthServerDefault#issuer_mode} --- @@ -1112,7 +1112,7 @@ public string Name { get; set; } The name of the authorization server. Not necessary but left for backwards capacity with legacy implementation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#name AuthServerDefault#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#name AuthServerDefault#name} --- @@ -1126,7 +1126,7 @@ public string Status { get; set; } Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#status AuthServerDefault#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#status AuthServerDefault#status} --- diff --git a/docs/authServerDefault.go.md b/docs/authServerDefault.go.md index b10a728ec..020419c34 100644 --- a/docs/authServerDefault.go.md +++ b/docs/authServerDefault.go.md @@ -4,7 +4,7 @@ ### AuthServerDefault -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default okta_auth_server_default}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default okta_auth_server_default}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the AuthServerDefault to impor The id of the existing AuthServerDefault that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#import import section} in the documentation of this resource for the id to use --- @@ -948,7 +948,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/authserverdefault" | Audiences | *[]*string | The recipients that the tokens are intended for. | | CredentialsRotationMode | *string | The key rotation mode for the authorization server. | | Description | *string | The description of the authorization server. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#id AuthServerDefault#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#id AuthServerDefault#id}. | | IssuerMode | *string | *Early Access Property*. | | Name | *string | The name of the authorization server. Not necessary but left for backwards capacity with legacy implementation. | | Status | *string | Default to `ACTIVE`. | @@ -1037,7 +1037,7 @@ The recipients that the tokens are intended for. This becomes the `aud` claim in an access token. Currently Okta only supports a single value here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#audiences AuthServerDefault#audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#audiences AuthServerDefault#audiences} --- @@ -1053,7 +1053,7 @@ The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `MANUAL`.Credential rotation mode, in many cases you cannot set this to MANUAL, the API will ignore the value and you will get a perpetual diff. This should rarely be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#credentials_rotation_mode AuthServerDefault#credentials_rotation_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#credentials_rotation_mode AuthServerDefault#credentials_rotation_mode} --- @@ -1067,7 +1067,7 @@ Description *string The description of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#description AuthServerDefault#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#description AuthServerDefault#description} --- @@ -1079,7 +1079,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#id AuthServerDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#id AuthServerDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1098,7 +1098,7 @@ IssuerMode *string Allows you to use a custom issuer URL. It can be set to `CUSTOM_URL`, `ORG_URL`, or `DYNAMIC`. Default: `ORG_URL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#issuer_mode AuthServerDefault#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#issuer_mode AuthServerDefault#issuer_mode} --- @@ -1112,7 +1112,7 @@ Name *string The name of the authorization server. Not necessary but left for backwards capacity with legacy implementation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#name AuthServerDefault#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#name AuthServerDefault#name} --- @@ -1126,7 +1126,7 @@ Status *string Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#status AuthServerDefault#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#status AuthServerDefault#status} --- diff --git a/docs/authServerDefault.java.md b/docs/authServerDefault.java.md index cbb43a4cd..1900e70dc 100644 --- a/docs/authServerDefault.java.md +++ b/docs/authServerDefault.java.md @@ -4,7 +4,7 @@ ### AuthServerDefault -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default okta_auth_server_default}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default okta_auth_server_default}. #### Initializers @@ -47,7 +47,7 @@ AuthServerDefault.Builder.create(Construct scope, java.lang.String id) | audiences | java.util.List | The recipients that the tokens are intended for. | | credentialsRotationMode | java.lang.String | The key rotation mode for the authorization server. | | description | java.lang.String | The description of the authorization server. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#id AuthServerDefault#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#id AuthServerDefault#id}. | | issuerMode | java.lang.String | *Early Access Property*. | | name | java.lang.String | The name of the authorization server. Not necessary but left for backwards capacity with legacy implementation. | | status | java.lang.String | Default to `ACTIVE`. | @@ -122,7 +122,7 @@ The recipients that the tokens are intended for. This becomes the `aud` claim in an access token. Currently Okta only supports a single value here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#audiences AuthServerDefault#audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#audiences AuthServerDefault#audiences} --- @@ -134,7 +134,7 @@ The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `MANUAL`.Credential rotation mode, in many cases you cannot set this to MANUAL, the API will ignore the value and you will get a perpetual diff. This should rarely be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#credentials_rotation_mode AuthServerDefault#credentials_rotation_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#credentials_rotation_mode AuthServerDefault#credentials_rotation_mode} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The description of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#description AuthServerDefault#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#description AuthServerDefault#description} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#id AuthServerDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#id AuthServerDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -167,7 +167,7 @@ If you experience problems setting this value it might not be settable. Please t Allows you to use a custom issuer URL. It can be set to `CUSTOM_URL`, `ORG_URL`, or `DYNAMIC`. Default: `ORG_URL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#issuer_mode AuthServerDefault#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#issuer_mode AuthServerDefault#issuer_mode} --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The name of the authorization server. Not necessary but left for backwards capacity with legacy implementation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#name AuthServerDefault#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#name AuthServerDefault#name} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#status AuthServerDefault#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#status AuthServerDefault#status} --- @@ -663,7 +663,7 @@ The construct id used in the generated config for the AuthServerDefault to impor The id of the existing AuthServerDefault that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#import import section} in the documentation of this resource for the id to use --- @@ -1099,7 +1099,7 @@ AuthServerDefaultConfig.builder() | audiences | java.util.List | The recipients that the tokens are intended for. | | credentialsRotationMode | java.lang.String | The key rotation mode for the authorization server. | | description | java.lang.String | The description of the authorization server. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#id AuthServerDefault#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#id AuthServerDefault#id}. | | issuerMode | java.lang.String | *Early Access Property*. | | name | java.lang.String | The name of the authorization server. Not necessary but left for backwards capacity with legacy implementation. | | status | java.lang.String | Default to `ACTIVE`. | @@ -1188,7 +1188,7 @@ The recipients that the tokens are intended for. This becomes the `aud` claim in an access token. Currently Okta only supports a single value here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#audiences AuthServerDefault#audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#audiences AuthServerDefault#audiences} --- @@ -1204,7 +1204,7 @@ The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `MANUAL`.Credential rotation mode, in many cases you cannot set this to MANUAL, the API will ignore the value and you will get a perpetual diff. This should rarely be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#credentials_rotation_mode AuthServerDefault#credentials_rotation_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#credentials_rotation_mode AuthServerDefault#credentials_rotation_mode} --- @@ -1218,7 +1218,7 @@ public java.lang.String getDescription(); The description of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#description AuthServerDefault#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#description AuthServerDefault#description} --- @@ -1230,7 +1230,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#id AuthServerDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#id AuthServerDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1249,7 +1249,7 @@ public java.lang.String getIssuerMode(); Allows you to use a custom issuer URL. It can be set to `CUSTOM_URL`, `ORG_URL`, or `DYNAMIC`. Default: `ORG_URL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#issuer_mode AuthServerDefault#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#issuer_mode AuthServerDefault#issuer_mode} --- @@ -1263,7 +1263,7 @@ public java.lang.String getName(); The name of the authorization server. Not necessary but left for backwards capacity with legacy implementation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#name AuthServerDefault#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#name AuthServerDefault#name} --- @@ -1277,7 +1277,7 @@ public java.lang.String getStatus(); Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#status AuthServerDefault#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#status AuthServerDefault#status} --- diff --git a/docs/authServerDefault.python.md b/docs/authServerDefault.python.md index a287d0c58..257384d8e 100644 --- a/docs/authServerDefault.python.md +++ b/docs/authServerDefault.python.md @@ -4,7 +4,7 @@ ### AuthServerDefault -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default okta_auth_server_default}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default okta_auth_server_default}. #### Initializers @@ -45,7 +45,7 @@ authServerDefault.AuthServerDefault( | audiences | typing.List[str] | The recipients that the tokens are intended for. | | credentials_rotation_mode | str | The key rotation mode for the authorization server. | | description | str | The description of the authorization server. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#id AuthServerDefault#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#id AuthServerDefault#id}. | | issuer_mode | str | *Early Access Property*. | | name | str | The name of the authorization server. Not necessary but left for backwards capacity with legacy implementation. | | status | str | Default to `ACTIVE`. | @@ -120,7 +120,7 @@ The recipients that the tokens are intended for. This becomes the `aud` claim in an access token. Currently Okta only supports a single value here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#audiences AuthServerDefault#audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#audiences AuthServerDefault#audiences} --- @@ -132,7 +132,7 @@ The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `MANUAL`.Credential rotation mode, in many cases you cannot set this to MANUAL, the API will ignore the value and you will get a perpetual diff. This should rarely be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#credentials_rotation_mode AuthServerDefault#credentials_rotation_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#credentials_rotation_mode AuthServerDefault#credentials_rotation_mode} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The description of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#description AuthServerDefault#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#description AuthServerDefault#description} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#id AuthServerDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#id AuthServerDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -165,7 +165,7 @@ If you experience problems setting this value it might not be settable. Please t Allows you to use a custom issuer URL. It can be set to `CUSTOM_URL`, `ORG_URL`, or `DYNAMIC`. Default: `ORG_URL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#issuer_mode AuthServerDefault#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#issuer_mode AuthServerDefault#issuer_mode} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The name of the authorization server. Not necessary but left for backwards capacity with legacy implementation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#name AuthServerDefault#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#name AuthServerDefault#name} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#status AuthServerDefault#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#status AuthServerDefault#status} --- @@ -707,7 +707,7 @@ The construct id used in the generated config for the AuthServerDefault to impor The id of the existing AuthServerDefault that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#import import section} in the documentation of this resource for the id to use --- @@ -1139,7 +1139,7 @@ authServerDefault.AuthServerDefaultConfig( | audiences | typing.List[str] | The recipients that the tokens are intended for. | | credentials_rotation_mode | str | The key rotation mode for the authorization server. | | description | str | The description of the authorization server. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#id AuthServerDefault#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#id AuthServerDefault#id}. | | issuer_mode | str | *Early Access Property*. | | name | str | The name of the authorization server. Not necessary but left for backwards capacity with legacy implementation. | | status | str | Default to `ACTIVE`. | @@ -1228,7 +1228,7 @@ The recipients that the tokens are intended for. This becomes the `aud` claim in an access token. Currently Okta only supports a single value here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#audiences AuthServerDefault#audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#audiences AuthServerDefault#audiences} --- @@ -1244,7 +1244,7 @@ The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `MANUAL`.Credential rotation mode, in many cases you cannot set this to MANUAL, the API will ignore the value and you will get a perpetual diff. This should rarely be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#credentials_rotation_mode AuthServerDefault#credentials_rotation_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#credentials_rotation_mode AuthServerDefault#credentials_rotation_mode} --- @@ -1258,7 +1258,7 @@ description: str The description of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#description AuthServerDefault#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#description AuthServerDefault#description} --- @@ -1270,7 +1270,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#id AuthServerDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#id AuthServerDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1289,7 +1289,7 @@ issuer_mode: str Allows you to use a custom issuer URL. It can be set to `CUSTOM_URL`, `ORG_URL`, or `DYNAMIC`. Default: `ORG_URL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#issuer_mode AuthServerDefault#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#issuer_mode AuthServerDefault#issuer_mode} --- @@ -1303,7 +1303,7 @@ name: str The name of the authorization server. Not necessary but left for backwards capacity with legacy implementation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#name AuthServerDefault#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#name AuthServerDefault#name} --- @@ -1317,7 +1317,7 @@ status: str Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#status AuthServerDefault#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#status AuthServerDefault#status} --- diff --git a/docs/authServerDefault.typescript.md b/docs/authServerDefault.typescript.md index 165639df2..829a9ee21 100644 --- a/docs/authServerDefault.typescript.md +++ b/docs/authServerDefault.typescript.md @@ -4,7 +4,7 @@ ### AuthServerDefault -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default okta_auth_server_default}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default okta_auth_server_default}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the AuthServerDefault to impor The id of the existing AuthServerDefault that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#import import section} in the documentation of this resource for the id to use --- @@ -933,7 +933,7 @@ const authServerDefaultConfig: authServerDefault.AuthServerDefaultConfig = { ... | audiences | string[] | The recipients that the tokens are intended for. | | credentialsRotationMode | string | The key rotation mode for the authorization server. | | description | string | The description of the authorization server. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#id AuthServerDefault#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#id AuthServerDefault#id}. | | issuerMode | string | *Early Access Property*. | | name | string | The name of the authorization server. Not necessary but left for backwards capacity with legacy implementation. | | status | string | Default to `ACTIVE`. | @@ -1022,7 +1022,7 @@ The recipients that the tokens are intended for. This becomes the `aud` claim in an access token. Currently Okta only supports a single value here. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#audiences AuthServerDefault#audiences} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#audiences AuthServerDefault#audiences} --- @@ -1038,7 +1038,7 @@ The key rotation mode for the authorization server. Can be `AUTO` or `MANUAL`. Default: `MANUAL`.Credential rotation mode, in many cases you cannot set this to MANUAL, the API will ignore the value and you will get a perpetual diff. This should rarely be used. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#credentials_rotation_mode AuthServerDefault#credentials_rotation_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#credentials_rotation_mode AuthServerDefault#credentials_rotation_mode} --- @@ -1052,7 +1052,7 @@ public readonly description: string; The description of the authorization server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#description AuthServerDefault#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#description AuthServerDefault#description} --- @@ -1064,7 +1064,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#id AuthServerDefault#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#id AuthServerDefault#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1083,7 +1083,7 @@ public readonly issuerMode: string; Allows you to use a custom issuer URL. It can be set to `CUSTOM_URL`, `ORG_URL`, or `DYNAMIC`. Default: `ORG_URL` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#issuer_mode AuthServerDefault#issuer_mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#issuer_mode AuthServerDefault#issuer_mode} --- @@ -1097,7 +1097,7 @@ public readonly name: string; The name of the authorization server. Not necessary but left for backwards capacity with legacy implementation. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#name AuthServerDefault#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#name AuthServerDefault#name} --- @@ -1111,7 +1111,7 @@ public readonly status: string; Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_default#status AuthServerDefault#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_default#status AuthServerDefault#status} --- diff --git a/docs/authServerPolicy.csharp.md b/docs/authServerPolicy.csharp.md index 9ed3a17c0..60359f431 100644 --- a/docs/authServerPolicy.csharp.md +++ b/docs/authServerPolicy.csharp.md @@ -4,7 +4,7 @@ ### AuthServerPolicy -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy okta_auth_server_policy}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy okta_auth_server_policy}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the AuthServerPolicy to import The id of the existing AuthServerPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#import import section} in the documentation of this resource for the id to use --- @@ -871,7 +871,7 @@ new AuthServerPolicyConfig { | Description | string | The description of the Auth Server Policy. | | Name | string | The name of the Auth Server Policy. | | Priority | double | Priority of the auth server policy. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. | | Status | string | Default to `ACTIVE`. | --- @@ -956,7 +956,7 @@ public string AuthServerId { get; set; } The ID of the Auth Server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#auth_server_id AuthServerPolicy#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#auth_server_id AuthServerPolicy#auth_server_id} --- @@ -972,7 +972,7 @@ The clients to whitelist the policy for. `[ALL_CLIENTS]` is a special value that can be used to whitelist all clients, otherwise it is a list of client ids. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#client_whitelist AuthServerPolicy#client_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#client_whitelist AuthServerPolicy#client_whitelist} --- @@ -986,7 +986,7 @@ public string Description { get; set; } The description of the Auth Server Policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#description AuthServerPolicy#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#description AuthServerPolicy#description} --- @@ -1000,7 +1000,7 @@ public string Name { get; set; } The name of the Auth Server Policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#name AuthServerPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#name AuthServerPolicy#name} --- @@ -1014,7 +1014,7 @@ public double Priority { get; set; } Priority of the auth server policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#priority AuthServerPolicy#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#priority AuthServerPolicy#priority} --- @@ -1026,7 +1026,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1043,7 +1043,7 @@ public string Status { get; set; } Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#status AuthServerPolicy#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#status AuthServerPolicy#status} --- diff --git a/docs/authServerPolicy.go.md b/docs/authServerPolicy.go.md index 1bc70f0b5..dcf649b46 100644 --- a/docs/authServerPolicy.go.md +++ b/docs/authServerPolicy.go.md @@ -4,7 +4,7 @@ ### AuthServerPolicy -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy okta_auth_server_policy}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy okta_auth_server_policy}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the AuthServerPolicy to import The id of the existing AuthServerPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#import import section} in the documentation of this resource for the id to use --- @@ -871,7 +871,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/authserverpolicy" | Description | *string | The description of the Auth Server Policy. | | Name | *string | The name of the Auth Server Policy. | | Priority | *f64 | Priority of the auth server policy. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. | | Status | *string | Default to `ACTIVE`. | --- @@ -956,7 +956,7 @@ AuthServerId *string The ID of the Auth Server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#auth_server_id AuthServerPolicy#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#auth_server_id AuthServerPolicy#auth_server_id} --- @@ -972,7 +972,7 @@ The clients to whitelist the policy for. `[ALL_CLIENTS]` is a special value that can be used to whitelist all clients, otherwise it is a list of client ids. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#client_whitelist AuthServerPolicy#client_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#client_whitelist AuthServerPolicy#client_whitelist} --- @@ -986,7 +986,7 @@ Description *string The description of the Auth Server Policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#description AuthServerPolicy#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#description AuthServerPolicy#description} --- @@ -1000,7 +1000,7 @@ Name *string The name of the Auth Server Policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#name AuthServerPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#name AuthServerPolicy#name} --- @@ -1014,7 +1014,7 @@ Priority *f64 Priority of the auth server policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#priority AuthServerPolicy#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#priority AuthServerPolicy#priority} --- @@ -1026,7 +1026,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1043,7 +1043,7 @@ Status *string Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#status AuthServerPolicy#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#status AuthServerPolicy#status} --- diff --git a/docs/authServerPolicy.java.md b/docs/authServerPolicy.java.md index 47d963319..e3f4a27f9 100644 --- a/docs/authServerPolicy.java.md +++ b/docs/authServerPolicy.java.md @@ -4,7 +4,7 @@ ### AuthServerPolicy -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy okta_auth_server_policy}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy okta_auth_server_policy}. #### Initializers @@ -49,7 +49,7 @@ AuthServerPolicy.Builder.create(Construct scope, java.lang.String id) | description | java.lang.String | The description of the Auth Server Policy. | | name | java.lang.String | The name of the Auth Server Policy. | | priority | java.lang.Number | Priority of the auth server policy. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. | | status | java.lang.String | Default to `ACTIVE`. | --- @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope The ID of the Auth Server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#auth_server_id AuthServerPolicy#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#auth_server_id AuthServerPolicy#auth_server_id} --- @@ -132,7 +132,7 @@ The clients to whitelist the policy for. `[ALL_CLIENTS]` is a special value that can be used to whitelist all clients, otherwise it is a list of client ids. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#client_whitelist AuthServerPolicy#client_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#client_whitelist AuthServerPolicy#client_whitelist} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The description of the Auth Server Policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#description AuthServerPolicy#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#description AuthServerPolicy#description} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The name of the Auth Server Policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#name AuthServerPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#name AuthServerPolicy#name} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Priority of the auth server policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#priority AuthServerPolicy#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#priority AuthServerPolicy#priority} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -183,7 +183,7 @@ If you experience problems setting this value it might not be settable. Please t Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#status AuthServerPolicy#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#status AuthServerPolicy#status} --- @@ -624,7 +624,7 @@ The construct id used in the generated config for the AuthServerPolicy to import The id of the existing AuthServerPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#import import section} in the documentation of this resource for the id to use --- @@ -1018,7 +1018,7 @@ AuthServerPolicyConfig.builder() | description | java.lang.String | The description of the Auth Server Policy. | | name | java.lang.String | The name of the Auth Server Policy. | | priority | java.lang.Number | Priority of the auth server policy. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. | | status | java.lang.String | Default to `ACTIVE`. | --- @@ -1103,7 +1103,7 @@ public java.lang.String getAuthServerId(); The ID of the Auth Server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#auth_server_id AuthServerPolicy#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#auth_server_id AuthServerPolicy#auth_server_id} --- @@ -1119,7 +1119,7 @@ The clients to whitelist the policy for. `[ALL_CLIENTS]` is a special value that can be used to whitelist all clients, otherwise it is a list of client ids. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#client_whitelist AuthServerPolicy#client_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#client_whitelist AuthServerPolicy#client_whitelist} --- @@ -1133,7 +1133,7 @@ public java.lang.String getDescription(); The description of the Auth Server Policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#description AuthServerPolicy#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#description AuthServerPolicy#description} --- @@ -1147,7 +1147,7 @@ public java.lang.String getName(); The name of the Auth Server Policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#name AuthServerPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#name AuthServerPolicy#name} --- @@ -1161,7 +1161,7 @@ public java.lang.Number getPriority(); Priority of the auth server policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#priority AuthServerPolicy#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#priority AuthServerPolicy#priority} --- @@ -1173,7 +1173,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1190,7 +1190,7 @@ public java.lang.String getStatus(); Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#status AuthServerPolicy#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#status AuthServerPolicy#status} --- diff --git a/docs/authServerPolicy.python.md b/docs/authServerPolicy.python.md index af69edb79..3499cfafd 100644 --- a/docs/authServerPolicy.python.md +++ b/docs/authServerPolicy.python.md @@ -4,7 +4,7 @@ ### AuthServerPolicy -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy okta_auth_server_policy}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy okta_auth_server_policy}. #### Initializers @@ -47,7 +47,7 @@ authServerPolicy.AuthServerPolicy( | description | str | The description of the Auth Server Policy. | | name | str | The name of the Auth Server Policy. | | priority | typing.Union[int, float] | Priority of the auth server policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. | | status | str | Default to `ACTIVE`. | --- @@ -118,7 +118,7 @@ Must be unique amongst siblings in the same scope The ID of the Auth Server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#auth_server_id AuthServerPolicy#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#auth_server_id AuthServerPolicy#auth_server_id} --- @@ -130,7 +130,7 @@ The clients to whitelist the policy for. `[ALL_CLIENTS]` is a special value that can be used to whitelist all clients, otherwise it is a list of client ids. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#client_whitelist AuthServerPolicy#client_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#client_whitelist AuthServerPolicy#client_whitelist} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The description of the Auth Server Policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#description AuthServerPolicy#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#description AuthServerPolicy#description} --- @@ -150,7 +150,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The name of the Auth Server Policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#name AuthServerPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#name AuthServerPolicy#name} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Priority of the auth server policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#priority AuthServerPolicy#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#priority AuthServerPolicy#priority} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -181,7 +181,7 @@ If you experience problems setting this value it might not be settable. Please t Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#status AuthServerPolicy#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#status AuthServerPolicy#status} --- @@ -668,7 +668,7 @@ The construct id used in the generated config for the AuthServerPolicy to import The id of the existing AuthServerPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#import import section} in the documentation of this resource for the id to use --- @@ -1058,7 +1058,7 @@ authServerPolicy.AuthServerPolicyConfig( | description | str | The description of the Auth Server Policy. | | name | str | The name of the Auth Server Policy. | | priority | typing.Union[int, float] | Priority of the auth server policy. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. | | status | str | Default to `ACTIVE`. | --- @@ -1143,7 +1143,7 @@ auth_server_id: str The ID of the Auth Server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#auth_server_id AuthServerPolicy#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#auth_server_id AuthServerPolicy#auth_server_id} --- @@ -1159,7 +1159,7 @@ The clients to whitelist the policy for. `[ALL_CLIENTS]` is a special value that can be used to whitelist all clients, otherwise it is a list of client ids. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#client_whitelist AuthServerPolicy#client_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#client_whitelist AuthServerPolicy#client_whitelist} --- @@ -1173,7 +1173,7 @@ description: str The description of the Auth Server Policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#description AuthServerPolicy#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#description AuthServerPolicy#description} --- @@ -1187,7 +1187,7 @@ name: str The name of the Auth Server Policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#name AuthServerPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#name AuthServerPolicy#name} --- @@ -1201,7 +1201,7 @@ priority: typing.Union[int, float] Priority of the auth server policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#priority AuthServerPolicy#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#priority AuthServerPolicy#priority} --- @@ -1213,7 +1213,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1230,7 +1230,7 @@ status: str Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#status AuthServerPolicy#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#status AuthServerPolicy#status} --- diff --git a/docs/authServerPolicy.typescript.md b/docs/authServerPolicy.typescript.md index 0e602988e..70f2d0e22 100644 --- a/docs/authServerPolicy.typescript.md +++ b/docs/authServerPolicy.typescript.md @@ -4,7 +4,7 @@ ### AuthServerPolicy -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy okta_auth_server_policy}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy okta_auth_server_policy}. #### Initializers @@ -481,7 +481,7 @@ The construct id used in the generated config for the AuthServerPolicy to import The id of the existing AuthServerPolicy that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#import import section} in the documentation of this resource for the id to use --- @@ -856,7 +856,7 @@ const authServerPolicyConfig: authServerPolicy.AuthServerPolicyConfig = { ... } | description | string | The description of the Auth Server Policy. | | name | string | The name of the Auth Server Policy. | | priority | number | Priority of the auth server policy. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. | | status | string | Default to `ACTIVE`. | --- @@ -941,7 +941,7 @@ public readonly authServerId: string; The ID of the Auth Server. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#auth_server_id AuthServerPolicy#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#auth_server_id AuthServerPolicy#auth_server_id} --- @@ -957,7 +957,7 @@ The clients to whitelist the policy for. `[ALL_CLIENTS]` is a special value that can be used to whitelist all clients, otherwise it is a list of client ids. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#client_whitelist AuthServerPolicy#client_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#client_whitelist AuthServerPolicy#client_whitelist} --- @@ -971,7 +971,7 @@ public readonly description: string; The description of the Auth Server Policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#description AuthServerPolicy#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#description AuthServerPolicy#description} --- @@ -985,7 +985,7 @@ public readonly name: string; The name of the Auth Server Policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#name AuthServerPolicy#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#name AuthServerPolicy#name} --- @@ -999,7 +999,7 @@ public readonly priority: number; Priority of the auth server policy. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#priority AuthServerPolicy#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#priority AuthServerPolicy#priority} --- @@ -1011,7 +1011,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#id AuthServerPolicy#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1028,7 +1028,7 @@ public readonly status: string; Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy#status AuthServerPolicy#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy#status AuthServerPolicy#status} --- diff --git a/docs/authServerPolicyRule.csharp.md b/docs/authServerPolicyRule.csharp.md index bd6569e52..231c9b771 100644 --- a/docs/authServerPolicyRule.csharp.md +++ b/docs/authServerPolicyRule.csharp.md @@ -4,7 +4,7 @@ ### AuthServerPolicyRule -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule okta_auth_server_policy_rule}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule okta_auth_server_policy_rule}. #### Initializers @@ -551,7 +551,7 @@ The construct id used in the generated config for the AuthServerPolicyRule to im The id of the existing AuthServerPolicyRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#import import section} in the documentation of this resource for the id to use --- @@ -1185,7 +1185,7 @@ new AuthServerPolicyRuleConfig { | AccessTokenLifetimeMinutes | double | Lifetime of access token. Can be set to a value between 5 and 1440 minutes. Default is `60`. | | GroupBlacklist | string[] | Specifies a set of Groups whose Users are to be excluded. | | GroupWhitelist | string[] | Specifies a set of Groups whose Users are to be included. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. | | InlineHookId | string | The ID of the inline token to trigger. | | RefreshTokenLifetimeMinutes | double | Lifetime of refresh token. | | RefreshTokenWindowMinutes | double | Window in which a refresh token can be used. | @@ -1277,7 +1277,7 @@ public string AuthServerId { get; set; } Auth server ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#auth_server_id AuthServerPolicyRule#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#auth_server_id AuthServerPolicyRule#auth_server_id} --- @@ -1293,7 +1293,7 @@ Accepted grant type values, `authorization_code`, `implicit`, `password`, `clien For `implicit` value either `user_whitelist` or `group_whitelist` should be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#grant_type_whitelist AuthServerPolicyRule#grant_type_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#grant_type_whitelist AuthServerPolicyRule#grant_type_whitelist} --- @@ -1307,7 +1307,7 @@ public string Name { get; set; } Auth server policy rule name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#name AuthServerPolicyRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#name AuthServerPolicyRule#name} --- @@ -1321,7 +1321,7 @@ public string PolicyId { get; set; } Auth server policy ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#policy_id AuthServerPolicyRule#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#policy_id AuthServerPolicyRule#policy_id} --- @@ -1335,7 +1335,7 @@ public double Priority { get; set; } Priority of the auth server policy rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#priority AuthServerPolicyRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#priority AuthServerPolicyRule#priority} --- @@ -1349,7 +1349,7 @@ public double AccessTokenLifetimeMinutes { get; set; } Lifetime of access token. Can be set to a value between 5 and 1440 minutes. Default is `60`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#access_token_lifetime_minutes AuthServerPolicyRule#access_token_lifetime_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#access_token_lifetime_minutes AuthServerPolicyRule#access_token_lifetime_minutes} --- @@ -1363,7 +1363,7 @@ public string[] GroupBlacklist { get; set; } Specifies a set of Groups whose Users are to be excluded. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#group_blacklist AuthServerPolicyRule#group_blacklist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#group_blacklist AuthServerPolicyRule#group_blacklist} --- @@ -1379,7 +1379,7 @@ Specifies a set of Groups whose Users are to be included. Can be set to Group ID or to the following: `EVERYONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#group_whitelist AuthServerPolicyRule#group_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#group_whitelist AuthServerPolicyRule#group_whitelist} --- @@ -1391,7 +1391,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1408,7 +1408,7 @@ public string InlineHookId { get; set; } The ID of the inline token to trigger. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#inline_hook_id AuthServerPolicyRule#inline_hook_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#inline_hook_id AuthServerPolicyRule#inline_hook_id} --- @@ -1422,7 +1422,7 @@ public double RefreshTokenLifetimeMinutes { get; set; } Lifetime of refresh token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#refresh_token_lifetime_minutes AuthServerPolicyRule#refresh_token_lifetime_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#refresh_token_lifetime_minutes AuthServerPolicyRule#refresh_token_lifetime_minutes} --- @@ -1438,7 +1438,7 @@ Window in which a refresh token can be used. It can be a value between 5 and 2628000 (5 years) minutes. Default is `10080` (7 days).`refresh_token_window_minutes` must be between `access_token_lifetime_minutes` and `refresh_token_lifetime_minutes`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#refresh_token_window_minutes AuthServerPolicyRule#refresh_token_window_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#refresh_token_window_minutes AuthServerPolicyRule#refresh_token_window_minutes} --- @@ -1454,7 +1454,7 @@ Scopes allowed for this policy rule. They can be whitelisted by name or all can be whitelisted with `*` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#scope_whitelist AuthServerPolicyRule#scope_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#scope_whitelist AuthServerPolicyRule#scope_whitelist} --- @@ -1468,7 +1468,7 @@ public string Status { get; set; } Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#status AuthServerPolicyRule#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#status AuthServerPolicyRule#status} --- @@ -1482,7 +1482,7 @@ public string Type { get; set; } Auth server policy rule type, unlikely this will be anything other then the default. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#type AuthServerPolicyRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#type AuthServerPolicyRule#type} --- @@ -1496,7 +1496,7 @@ public string[] UserBlacklist { get; set; } Specifies a set of Users to be excluded. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#user_blacklist AuthServerPolicyRule#user_blacklist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#user_blacklist AuthServerPolicyRule#user_blacklist} --- @@ -1510,7 +1510,7 @@ public string[] UserWhitelist { get; set; } Specifies a set of Users to be included. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#user_whitelist AuthServerPolicyRule#user_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#user_whitelist AuthServerPolicyRule#user_whitelist} --- diff --git a/docs/authServerPolicyRule.go.md b/docs/authServerPolicyRule.go.md index 0756bbd51..55747b9ef 100644 --- a/docs/authServerPolicyRule.go.md +++ b/docs/authServerPolicyRule.go.md @@ -4,7 +4,7 @@ ### AuthServerPolicyRule -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule okta_auth_server_policy_rule}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule okta_auth_server_policy_rule}. #### Initializers @@ -551,7 +551,7 @@ The construct id used in the generated config for the AuthServerPolicyRule to im The id of the existing AuthServerPolicyRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#import import section} in the documentation of this resource for the id to use --- @@ -1185,7 +1185,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/authserverpolicyrule" | AccessTokenLifetimeMinutes | *f64 | Lifetime of access token. Can be set to a value between 5 and 1440 minutes. Default is `60`. | | GroupBlacklist | *[]*string | Specifies a set of Groups whose Users are to be excluded. | | GroupWhitelist | *[]*string | Specifies a set of Groups whose Users are to be included. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. | | InlineHookId | *string | The ID of the inline token to trigger. | | RefreshTokenLifetimeMinutes | *f64 | Lifetime of refresh token. | | RefreshTokenWindowMinutes | *f64 | Window in which a refresh token can be used. | @@ -1277,7 +1277,7 @@ AuthServerId *string Auth server ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#auth_server_id AuthServerPolicyRule#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#auth_server_id AuthServerPolicyRule#auth_server_id} --- @@ -1293,7 +1293,7 @@ Accepted grant type values, `authorization_code`, `implicit`, `password`, `clien For `implicit` value either `user_whitelist` or `group_whitelist` should be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#grant_type_whitelist AuthServerPolicyRule#grant_type_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#grant_type_whitelist AuthServerPolicyRule#grant_type_whitelist} --- @@ -1307,7 +1307,7 @@ Name *string Auth server policy rule name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#name AuthServerPolicyRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#name AuthServerPolicyRule#name} --- @@ -1321,7 +1321,7 @@ PolicyId *string Auth server policy ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#policy_id AuthServerPolicyRule#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#policy_id AuthServerPolicyRule#policy_id} --- @@ -1335,7 +1335,7 @@ Priority *f64 Priority of the auth server policy rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#priority AuthServerPolicyRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#priority AuthServerPolicyRule#priority} --- @@ -1349,7 +1349,7 @@ AccessTokenLifetimeMinutes *f64 Lifetime of access token. Can be set to a value between 5 and 1440 minutes. Default is `60`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#access_token_lifetime_minutes AuthServerPolicyRule#access_token_lifetime_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#access_token_lifetime_minutes AuthServerPolicyRule#access_token_lifetime_minutes} --- @@ -1363,7 +1363,7 @@ GroupBlacklist *[]*string Specifies a set of Groups whose Users are to be excluded. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#group_blacklist AuthServerPolicyRule#group_blacklist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#group_blacklist AuthServerPolicyRule#group_blacklist} --- @@ -1379,7 +1379,7 @@ Specifies a set of Groups whose Users are to be included. Can be set to Group ID or to the following: `EVERYONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#group_whitelist AuthServerPolicyRule#group_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#group_whitelist AuthServerPolicyRule#group_whitelist} --- @@ -1391,7 +1391,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1408,7 +1408,7 @@ InlineHookId *string The ID of the inline token to trigger. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#inline_hook_id AuthServerPolicyRule#inline_hook_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#inline_hook_id AuthServerPolicyRule#inline_hook_id} --- @@ -1422,7 +1422,7 @@ RefreshTokenLifetimeMinutes *f64 Lifetime of refresh token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#refresh_token_lifetime_minutes AuthServerPolicyRule#refresh_token_lifetime_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#refresh_token_lifetime_minutes AuthServerPolicyRule#refresh_token_lifetime_minutes} --- @@ -1438,7 +1438,7 @@ Window in which a refresh token can be used. It can be a value between 5 and 2628000 (5 years) minutes. Default is `10080` (7 days).`refresh_token_window_minutes` must be between `access_token_lifetime_minutes` and `refresh_token_lifetime_minutes`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#refresh_token_window_minutes AuthServerPolicyRule#refresh_token_window_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#refresh_token_window_minutes AuthServerPolicyRule#refresh_token_window_minutes} --- @@ -1454,7 +1454,7 @@ Scopes allowed for this policy rule. They can be whitelisted by name or all can be whitelisted with `*` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#scope_whitelist AuthServerPolicyRule#scope_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#scope_whitelist AuthServerPolicyRule#scope_whitelist} --- @@ -1468,7 +1468,7 @@ Status *string Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#status AuthServerPolicyRule#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#status AuthServerPolicyRule#status} --- @@ -1482,7 +1482,7 @@ Type *string Auth server policy rule type, unlikely this will be anything other then the default. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#type AuthServerPolicyRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#type AuthServerPolicyRule#type} --- @@ -1496,7 +1496,7 @@ UserBlacklist *[]*string Specifies a set of Users to be excluded. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#user_blacklist AuthServerPolicyRule#user_blacklist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#user_blacklist AuthServerPolicyRule#user_blacklist} --- @@ -1510,7 +1510,7 @@ UserWhitelist *[]*string Specifies a set of Users to be included. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#user_whitelist AuthServerPolicyRule#user_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#user_whitelist AuthServerPolicyRule#user_whitelist} --- diff --git a/docs/authServerPolicyRule.java.md b/docs/authServerPolicyRule.java.md index 38a14c5e3..5df10e1ca 100644 --- a/docs/authServerPolicyRule.java.md +++ b/docs/authServerPolicyRule.java.md @@ -4,7 +4,7 @@ ### AuthServerPolicyRule -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule okta_auth_server_policy_rule}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule okta_auth_server_policy_rule}. #### Initializers @@ -62,7 +62,7 @@ AuthServerPolicyRule.Builder.create(Construct scope, java.lang.String id) | accessTokenLifetimeMinutes | java.lang.Number | Lifetime of access token. Can be set to a value between 5 and 1440 minutes. Default is `60`. | | groupBlacklist | java.util.List | Specifies a set of Groups whose Users are to be excluded. | | groupWhitelist | java.util.List | Specifies a set of Groups whose Users are to be included. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. | | inlineHookId | java.lang.String | The ID of the inline token to trigger. | | refreshTokenLifetimeMinutes | java.lang.Number | Lifetime of refresh token. | | refreshTokenWindowMinutes | java.lang.Number | Window in which a refresh token can be used. | @@ -140,7 +140,7 @@ Must be unique amongst siblings in the same scope Auth server ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#auth_server_id AuthServerPolicyRule#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#auth_server_id AuthServerPolicyRule#auth_server_id} --- @@ -152,7 +152,7 @@ Accepted grant type values, `authorization_code`, `implicit`, `password`, `clien For `implicit` value either `user_whitelist` or `group_whitelist` should be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#grant_type_whitelist AuthServerPolicyRule#grant_type_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#grant_type_whitelist AuthServerPolicyRule#grant_type_whitelist} --- @@ -162,7 +162,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Auth server policy rule name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#name AuthServerPolicyRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#name AuthServerPolicyRule#name} --- @@ -172,7 +172,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Auth server policy ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#policy_id AuthServerPolicyRule#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#policy_id AuthServerPolicyRule#policy_id} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Priority of the auth server policy rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#priority AuthServerPolicyRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#priority AuthServerPolicyRule#priority} --- @@ -192,7 +192,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Lifetime of access token. Can be set to a value between 5 and 1440 minutes. Default is `60`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#access_token_lifetime_minutes AuthServerPolicyRule#access_token_lifetime_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#access_token_lifetime_minutes AuthServerPolicyRule#access_token_lifetime_minutes} --- @@ -202,7 +202,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Specifies a set of Groups whose Users are to be excluded. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#group_blacklist AuthServerPolicyRule#group_blacklist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#group_blacklist AuthServerPolicyRule#group_blacklist} --- @@ -214,7 +214,7 @@ Specifies a set of Groups whose Users are to be included. Can be set to Group ID or to the following: `EVERYONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#group_whitelist AuthServerPolicyRule#group_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#group_whitelist AuthServerPolicyRule#group_whitelist} --- @@ -222,7 +222,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -235,7 +235,7 @@ If you experience problems setting this value it might not be settable. Please t The ID of the inline token to trigger. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#inline_hook_id AuthServerPolicyRule#inline_hook_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#inline_hook_id AuthServerPolicyRule#inline_hook_id} --- @@ -245,7 +245,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Lifetime of refresh token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#refresh_token_lifetime_minutes AuthServerPolicyRule#refresh_token_lifetime_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#refresh_token_lifetime_minutes AuthServerPolicyRule#refresh_token_lifetime_minutes} --- @@ -257,7 +257,7 @@ Window in which a refresh token can be used. It can be a value between 5 and 2628000 (5 years) minutes. Default is `10080` (7 days).`refresh_token_window_minutes` must be between `access_token_lifetime_minutes` and `refresh_token_lifetime_minutes`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#refresh_token_window_minutes AuthServerPolicyRule#refresh_token_window_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#refresh_token_window_minutes AuthServerPolicyRule#refresh_token_window_minutes} --- @@ -269,7 +269,7 @@ Scopes allowed for this policy rule. They can be whitelisted by name or all can be whitelisted with `*` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#scope_whitelist AuthServerPolicyRule#scope_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#scope_whitelist AuthServerPolicyRule#scope_whitelist} --- @@ -279,7 +279,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#status AuthServerPolicyRule#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#status AuthServerPolicyRule#status} --- @@ -289,7 +289,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Auth server policy rule type, unlikely this will be anything other then the default. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#type AuthServerPolicyRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#type AuthServerPolicyRule#type} --- @@ -299,7 +299,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Specifies a set of Users to be excluded. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#user_blacklist AuthServerPolicyRule#user_blacklist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#user_blacklist AuthServerPolicyRule#user_blacklist} --- @@ -309,7 +309,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Specifies a set of Users to be included. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#user_whitelist AuthServerPolicyRule#user_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#user_whitelist AuthServerPolicyRule#user_whitelist} --- @@ -820,7 +820,7 @@ The construct id used in the generated config for the AuthServerPolicyRule to im The id of the existing AuthServerPolicyRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#import import section} in the documentation of this resource for the id to use --- @@ -1458,7 +1458,7 @@ AuthServerPolicyRuleConfig.builder() | accessTokenLifetimeMinutes | java.lang.Number | Lifetime of access token. Can be set to a value between 5 and 1440 minutes. Default is `60`. | | groupBlacklist | java.util.List | Specifies a set of Groups whose Users are to be excluded. | | groupWhitelist | java.util.List | Specifies a set of Groups whose Users are to be included. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. | | inlineHookId | java.lang.String | The ID of the inline token to trigger. | | refreshTokenLifetimeMinutes | java.lang.Number | Lifetime of refresh token. | | refreshTokenWindowMinutes | java.lang.Number | Window in which a refresh token can be used. | @@ -1550,7 +1550,7 @@ public java.lang.String getAuthServerId(); Auth server ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#auth_server_id AuthServerPolicyRule#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#auth_server_id AuthServerPolicyRule#auth_server_id} --- @@ -1566,7 +1566,7 @@ Accepted grant type values, `authorization_code`, `implicit`, `password`, `clien For `implicit` value either `user_whitelist` or `group_whitelist` should be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#grant_type_whitelist AuthServerPolicyRule#grant_type_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#grant_type_whitelist AuthServerPolicyRule#grant_type_whitelist} --- @@ -1580,7 +1580,7 @@ public java.lang.String getName(); Auth server policy rule name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#name AuthServerPolicyRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#name AuthServerPolicyRule#name} --- @@ -1594,7 +1594,7 @@ public java.lang.String getPolicyId(); Auth server policy ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#policy_id AuthServerPolicyRule#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#policy_id AuthServerPolicyRule#policy_id} --- @@ -1608,7 +1608,7 @@ public java.lang.Number getPriority(); Priority of the auth server policy rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#priority AuthServerPolicyRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#priority AuthServerPolicyRule#priority} --- @@ -1622,7 +1622,7 @@ public java.lang.Number getAccessTokenLifetimeMinutes(); Lifetime of access token. Can be set to a value between 5 and 1440 minutes. Default is `60`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#access_token_lifetime_minutes AuthServerPolicyRule#access_token_lifetime_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#access_token_lifetime_minutes AuthServerPolicyRule#access_token_lifetime_minutes} --- @@ -1636,7 +1636,7 @@ public java.util.List getGroupBlacklist(); Specifies a set of Groups whose Users are to be excluded. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#group_blacklist AuthServerPolicyRule#group_blacklist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#group_blacklist AuthServerPolicyRule#group_blacklist} --- @@ -1652,7 +1652,7 @@ Specifies a set of Groups whose Users are to be included. Can be set to Group ID or to the following: `EVERYONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#group_whitelist AuthServerPolicyRule#group_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#group_whitelist AuthServerPolicyRule#group_whitelist} --- @@ -1664,7 +1664,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1681,7 +1681,7 @@ public java.lang.String getInlineHookId(); The ID of the inline token to trigger. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#inline_hook_id AuthServerPolicyRule#inline_hook_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#inline_hook_id AuthServerPolicyRule#inline_hook_id} --- @@ -1695,7 +1695,7 @@ public java.lang.Number getRefreshTokenLifetimeMinutes(); Lifetime of refresh token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#refresh_token_lifetime_minutes AuthServerPolicyRule#refresh_token_lifetime_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#refresh_token_lifetime_minutes AuthServerPolicyRule#refresh_token_lifetime_minutes} --- @@ -1711,7 +1711,7 @@ Window in which a refresh token can be used. It can be a value between 5 and 2628000 (5 years) minutes. Default is `10080` (7 days).`refresh_token_window_minutes` must be between `access_token_lifetime_minutes` and `refresh_token_lifetime_minutes`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#refresh_token_window_minutes AuthServerPolicyRule#refresh_token_window_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#refresh_token_window_minutes AuthServerPolicyRule#refresh_token_window_minutes} --- @@ -1727,7 +1727,7 @@ Scopes allowed for this policy rule. They can be whitelisted by name or all can be whitelisted with `*` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#scope_whitelist AuthServerPolicyRule#scope_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#scope_whitelist AuthServerPolicyRule#scope_whitelist} --- @@ -1741,7 +1741,7 @@ public java.lang.String getStatus(); Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#status AuthServerPolicyRule#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#status AuthServerPolicyRule#status} --- @@ -1755,7 +1755,7 @@ public java.lang.String getType(); Auth server policy rule type, unlikely this will be anything other then the default. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#type AuthServerPolicyRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#type AuthServerPolicyRule#type} --- @@ -1769,7 +1769,7 @@ public java.util.List getUserBlacklist(); Specifies a set of Users to be excluded. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#user_blacklist AuthServerPolicyRule#user_blacklist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#user_blacklist AuthServerPolicyRule#user_blacklist} --- @@ -1783,7 +1783,7 @@ public java.util.List getUserWhitelist(); Specifies a set of Users to be included. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#user_whitelist AuthServerPolicyRule#user_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#user_whitelist AuthServerPolicyRule#user_whitelist} --- diff --git a/docs/authServerPolicyRule.python.md b/docs/authServerPolicyRule.python.md index e4dee925c..747926f48 100644 --- a/docs/authServerPolicyRule.python.md +++ b/docs/authServerPolicyRule.python.md @@ -4,7 +4,7 @@ ### AuthServerPolicyRule -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule okta_auth_server_policy_rule}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule okta_auth_server_policy_rule}. #### Initializers @@ -60,7 +60,7 @@ authServerPolicyRule.AuthServerPolicyRule( | access_token_lifetime_minutes | typing.Union[int, float] | Lifetime of access token. Can be set to a value between 5 and 1440 minutes. Default is `60`. | | group_blacklist | typing.List[str] | Specifies a set of Groups whose Users are to be excluded. | | group_whitelist | typing.List[str] | Specifies a set of Groups whose Users are to be included. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. | | inline_hook_id | str | The ID of the inline token to trigger. | | refresh_token_lifetime_minutes | typing.Union[int, float] | Lifetime of refresh token. | | refresh_token_window_minutes | typing.Union[int, float] | Window in which a refresh token can be used. | @@ -138,7 +138,7 @@ Must be unique amongst siblings in the same scope Auth server ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#auth_server_id AuthServerPolicyRule#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#auth_server_id AuthServerPolicyRule#auth_server_id} --- @@ -150,7 +150,7 @@ Accepted grant type values, `authorization_code`, `implicit`, `password`, `clien For `implicit` value either `user_whitelist` or `group_whitelist` should be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#grant_type_whitelist AuthServerPolicyRule#grant_type_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#grant_type_whitelist AuthServerPolicyRule#grant_type_whitelist} --- @@ -160,7 +160,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Auth server policy rule name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#name AuthServerPolicyRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#name AuthServerPolicyRule#name} --- @@ -170,7 +170,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Auth server policy ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#policy_id AuthServerPolicyRule#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#policy_id AuthServerPolicyRule#policy_id} --- @@ -180,7 +180,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Priority of the auth server policy rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#priority AuthServerPolicyRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#priority AuthServerPolicyRule#priority} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Lifetime of access token. Can be set to a value between 5 and 1440 minutes. Default is `60`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#access_token_lifetime_minutes AuthServerPolicyRule#access_token_lifetime_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#access_token_lifetime_minutes AuthServerPolicyRule#access_token_lifetime_minutes} --- @@ -200,7 +200,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Specifies a set of Groups whose Users are to be excluded. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#group_blacklist AuthServerPolicyRule#group_blacklist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#group_blacklist AuthServerPolicyRule#group_blacklist} --- @@ -212,7 +212,7 @@ Specifies a set of Groups whose Users are to be included. Can be set to Group ID or to the following: `EVERYONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#group_whitelist AuthServerPolicyRule#group_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#group_whitelist AuthServerPolicyRule#group_whitelist} --- @@ -220,7 +220,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -233,7 +233,7 @@ If you experience problems setting this value it might not be settable. Please t The ID of the inline token to trigger. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#inline_hook_id AuthServerPolicyRule#inline_hook_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#inline_hook_id AuthServerPolicyRule#inline_hook_id} --- @@ -243,7 +243,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Lifetime of refresh token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#refresh_token_lifetime_minutes AuthServerPolicyRule#refresh_token_lifetime_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#refresh_token_lifetime_minutes AuthServerPolicyRule#refresh_token_lifetime_minutes} --- @@ -255,7 +255,7 @@ Window in which a refresh token can be used. It can be a value between 5 and 2628000 (5 years) minutes. Default is `10080` (7 days).`refresh_token_window_minutes` must be between `access_token_lifetime_minutes` and `refresh_token_lifetime_minutes`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#refresh_token_window_minutes AuthServerPolicyRule#refresh_token_window_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#refresh_token_window_minutes AuthServerPolicyRule#refresh_token_window_minutes} --- @@ -267,7 +267,7 @@ Scopes allowed for this policy rule. They can be whitelisted by name or all can be whitelisted with `*` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#scope_whitelist AuthServerPolicyRule#scope_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#scope_whitelist AuthServerPolicyRule#scope_whitelist} --- @@ -277,7 +277,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#status AuthServerPolicyRule#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#status AuthServerPolicyRule#status} --- @@ -287,7 +287,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Auth server policy rule type, unlikely this will be anything other then the default. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#type AuthServerPolicyRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#type AuthServerPolicyRule#type} --- @@ -297,7 +297,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Specifies a set of Users to be excluded. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#user_blacklist AuthServerPolicyRule#user_blacklist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#user_blacklist AuthServerPolicyRule#user_blacklist} --- @@ -307,7 +307,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Specifies a set of Users to be included. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#user_whitelist AuthServerPolicyRule#user_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#user_whitelist AuthServerPolicyRule#user_whitelist} --- @@ -864,7 +864,7 @@ The construct id used in the generated config for the AuthServerPolicyRule to im The id of the existing AuthServerPolicyRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#import import section} in the documentation of this resource for the id to use --- @@ -1498,7 +1498,7 @@ authServerPolicyRule.AuthServerPolicyRuleConfig( | access_token_lifetime_minutes | typing.Union[int, float] | Lifetime of access token. Can be set to a value between 5 and 1440 minutes. Default is `60`. | | group_blacklist | typing.List[str] | Specifies a set of Groups whose Users are to be excluded. | | group_whitelist | typing.List[str] | Specifies a set of Groups whose Users are to be included. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. | | inline_hook_id | str | The ID of the inline token to trigger. | | refresh_token_lifetime_minutes | typing.Union[int, float] | Lifetime of refresh token. | | refresh_token_window_minutes | typing.Union[int, float] | Window in which a refresh token can be used. | @@ -1590,7 +1590,7 @@ auth_server_id: str Auth server ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#auth_server_id AuthServerPolicyRule#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#auth_server_id AuthServerPolicyRule#auth_server_id} --- @@ -1606,7 +1606,7 @@ Accepted grant type values, `authorization_code`, `implicit`, `password`, `clien For `implicit` value either `user_whitelist` or `group_whitelist` should be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#grant_type_whitelist AuthServerPolicyRule#grant_type_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#grant_type_whitelist AuthServerPolicyRule#grant_type_whitelist} --- @@ -1620,7 +1620,7 @@ name: str Auth server policy rule name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#name AuthServerPolicyRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#name AuthServerPolicyRule#name} --- @@ -1634,7 +1634,7 @@ policy_id: str Auth server policy ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#policy_id AuthServerPolicyRule#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#policy_id AuthServerPolicyRule#policy_id} --- @@ -1648,7 +1648,7 @@ priority: typing.Union[int, float] Priority of the auth server policy rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#priority AuthServerPolicyRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#priority AuthServerPolicyRule#priority} --- @@ -1662,7 +1662,7 @@ access_token_lifetime_minutes: typing.Union[int, float] Lifetime of access token. Can be set to a value between 5 and 1440 minutes. Default is `60`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#access_token_lifetime_minutes AuthServerPolicyRule#access_token_lifetime_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#access_token_lifetime_minutes AuthServerPolicyRule#access_token_lifetime_minutes} --- @@ -1676,7 +1676,7 @@ group_blacklist: typing.List[str] Specifies a set of Groups whose Users are to be excluded. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#group_blacklist AuthServerPolicyRule#group_blacklist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#group_blacklist AuthServerPolicyRule#group_blacklist} --- @@ -1692,7 +1692,7 @@ Specifies a set of Groups whose Users are to be included. Can be set to Group ID or to the following: `EVERYONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#group_whitelist AuthServerPolicyRule#group_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#group_whitelist AuthServerPolicyRule#group_whitelist} --- @@ -1704,7 +1704,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1721,7 +1721,7 @@ inline_hook_id: str The ID of the inline token to trigger. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#inline_hook_id AuthServerPolicyRule#inline_hook_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#inline_hook_id AuthServerPolicyRule#inline_hook_id} --- @@ -1735,7 +1735,7 @@ refresh_token_lifetime_minutes: typing.Union[int, float] Lifetime of refresh token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#refresh_token_lifetime_minutes AuthServerPolicyRule#refresh_token_lifetime_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#refresh_token_lifetime_minutes AuthServerPolicyRule#refresh_token_lifetime_minutes} --- @@ -1751,7 +1751,7 @@ Window in which a refresh token can be used. It can be a value between 5 and 2628000 (5 years) minutes. Default is `10080` (7 days).`refresh_token_window_minutes` must be between `access_token_lifetime_minutes` and `refresh_token_lifetime_minutes`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#refresh_token_window_minutes AuthServerPolicyRule#refresh_token_window_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#refresh_token_window_minutes AuthServerPolicyRule#refresh_token_window_minutes} --- @@ -1767,7 +1767,7 @@ Scopes allowed for this policy rule. They can be whitelisted by name or all can be whitelisted with `*` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#scope_whitelist AuthServerPolicyRule#scope_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#scope_whitelist AuthServerPolicyRule#scope_whitelist} --- @@ -1781,7 +1781,7 @@ status: str Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#status AuthServerPolicyRule#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#status AuthServerPolicyRule#status} --- @@ -1795,7 +1795,7 @@ type: str Auth server policy rule type, unlikely this will be anything other then the default. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#type AuthServerPolicyRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#type AuthServerPolicyRule#type} --- @@ -1809,7 +1809,7 @@ user_blacklist: typing.List[str] Specifies a set of Users to be excluded. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#user_blacklist AuthServerPolicyRule#user_blacklist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#user_blacklist AuthServerPolicyRule#user_blacklist} --- @@ -1823,7 +1823,7 @@ user_whitelist: typing.List[str] Specifies a set of Users to be included. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#user_whitelist AuthServerPolicyRule#user_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#user_whitelist AuthServerPolicyRule#user_whitelist} --- diff --git a/docs/authServerPolicyRule.typescript.md b/docs/authServerPolicyRule.typescript.md index a6312e400..8be95794d 100644 --- a/docs/authServerPolicyRule.typescript.md +++ b/docs/authServerPolicyRule.typescript.md @@ -4,7 +4,7 @@ ### AuthServerPolicyRule -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule okta_auth_server_policy_rule}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule okta_auth_server_policy_rule}. #### Initializers @@ -551,7 +551,7 @@ The construct id used in the generated config for the AuthServerPolicyRule to im The id of the existing AuthServerPolicyRule that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#import import section} in the documentation of this resource for the id to use --- @@ -1160,7 +1160,7 @@ const authServerPolicyRuleConfig: authServerPolicyRule.AuthServerPolicyRuleConfi | accessTokenLifetimeMinutes | number | Lifetime of access token. Can be set to a value between 5 and 1440 minutes. Default is `60`. | | groupBlacklist | string[] | Specifies a set of Groups whose Users are to be excluded. | | groupWhitelist | string[] | Specifies a set of Groups whose Users are to be included. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. | | inlineHookId | string | The ID of the inline token to trigger. | | refreshTokenLifetimeMinutes | number | Lifetime of refresh token. | | refreshTokenWindowMinutes | number | Window in which a refresh token can be used. | @@ -1252,7 +1252,7 @@ public readonly authServerId: string; Auth server ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#auth_server_id AuthServerPolicyRule#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#auth_server_id AuthServerPolicyRule#auth_server_id} --- @@ -1268,7 +1268,7 @@ Accepted grant type values, `authorization_code`, `implicit`, `password`, `clien For `implicit` value either `user_whitelist` or `group_whitelist` should be set. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#grant_type_whitelist AuthServerPolicyRule#grant_type_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#grant_type_whitelist AuthServerPolicyRule#grant_type_whitelist} --- @@ -1282,7 +1282,7 @@ public readonly name: string; Auth server policy rule name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#name AuthServerPolicyRule#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#name AuthServerPolicyRule#name} --- @@ -1296,7 +1296,7 @@ public readonly policyId: string; Auth server policy ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#policy_id AuthServerPolicyRule#policy_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#policy_id AuthServerPolicyRule#policy_id} --- @@ -1310,7 +1310,7 @@ public readonly priority: number; Priority of the auth server policy rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#priority AuthServerPolicyRule#priority} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#priority AuthServerPolicyRule#priority} --- @@ -1324,7 +1324,7 @@ public readonly accessTokenLifetimeMinutes: number; Lifetime of access token. Can be set to a value between 5 and 1440 minutes. Default is `60`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#access_token_lifetime_minutes AuthServerPolicyRule#access_token_lifetime_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#access_token_lifetime_minutes AuthServerPolicyRule#access_token_lifetime_minutes} --- @@ -1338,7 +1338,7 @@ public readonly groupBlacklist: string[]; Specifies a set of Groups whose Users are to be excluded. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#group_blacklist AuthServerPolicyRule#group_blacklist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#group_blacklist AuthServerPolicyRule#group_blacklist} --- @@ -1354,7 +1354,7 @@ Specifies a set of Groups whose Users are to be included. Can be set to Group ID or to the following: `EVERYONE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#group_whitelist AuthServerPolicyRule#group_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#group_whitelist AuthServerPolicyRule#group_whitelist} --- @@ -1366,7 +1366,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#id AuthServerPolicyRule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1383,7 +1383,7 @@ public readonly inlineHookId: string; The ID of the inline token to trigger. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#inline_hook_id AuthServerPolicyRule#inline_hook_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#inline_hook_id AuthServerPolicyRule#inline_hook_id} --- @@ -1397,7 +1397,7 @@ public readonly refreshTokenLifetimeMinutes: number; Lifetime of refresh token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#refresh_token_lifetime_minutes AuthServerPolicyRule#refresh_token_lifetime_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#refresh_token_lifetime_minutes AuthServerPolicyRule#refresh_token_lifetime_minutes} --- @@ -1413,7 +1413,7 @@ Window in which a refresh token can be used. It can be a value between 5 and 2628000 (5 years) minutes. Default is `10080` (7 days).`refresh_token_window_minutes` must be between `access_token_lifetime_minutes` and `refresh_token_lifetime_minutes`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#refresh_token_window_minutes AuthServerPolicyRule#refresh_token_window_minutes} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#refresh_token_window_minutes AuthServerPolicyRule#refresh_token_window_minutes} --- @@ -1429,7 +1429,7 @@ Scopes allowed for this policy rule. They can be whitelisted by name or all can be whitelisted with ` * ` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#scope_whitelist AuthServerPolicyRule#scope_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#scope_whitelist AuthServerPolicyRule#scope_whitelist} --- @@ -1443,7 +1443,7 @@ public readonly status: string; Default to `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#status AuthServerPolicyRule#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#status AuthServerPolicyRule#status} --- @@ -1457,7 +1457,7 @@ public readonly type: string; Auth server policy rule type, unlikely this will be anything other then the default. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#type AuthServerPolicyRule#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#type AuthServerPolicyRule#type} --- @@ -1471,7 +1471,7 @@ public readonly userBlacklist: string[]; Specifies a set of Users to be excluded. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#user_blacklist AuthServerPolicyRule#user_blacklist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#user_blacklist AuthServerPolicyRule#user_blacklist} --- @@ -1485,7 +1485,7 @@ public readonly userWhitelist: string[]; Specifies a set of Users to be included. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_policy_rule#user_whitelist AuthServerPolicyRule#user_whitelist} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_policy_rule#user_whitelist AuthServerPolicyRule#user_whitelist} --- diff --git a/docs/authServerScope.csharp.md b/docs/authServerScope.csharp.md index 328faa2cd..f8310890f 100644 --- a/docs/authServerScope.csharp.md +++ b/docs/authServerScope.csharp.md @@ -4,7 +4,7 @@ ### AuthServerScope -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope okta_auth_server_scope}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope okta_auth_server_scope}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the AuthServerScope to import. The id of the existing AuthServerScope that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#import import section} in the documentation of this resource for the id to use --- @@ -964,7 +964,7 @@ new AuthServerScopeConfig { | Default | object | A default scope will be returned in an access token when the client omits the scope parameter in a token request, provided this scope is allowed as part of the access policy rule. | | Description | string | Description of the Auth Server Scope. | | DisplayName | string | Name of the end user displayed in a consent dialog box. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#id AuthServerScope#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#id AuthServerScope#id}. | | MetadataPublish | string | Whether to publish metadata or not. It can be set to `ALL_CLIENTS` or `NO_CLIENTS`. Default: `ALL_CLIENTS`. | | Optional | object | Whether the scope optional. | @@ -1050,7 +1050,7 @@ public string AuthServerId { get; set; } Auth server ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#auth_server_id AuthServerScope#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#auth_server_id AuthServerScope#auth_server_id} --- @@ -1064,7 +1064,7 @@ public string Name { get; set; } Auth server scope name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#name AuthServerScope#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#name AuthServerScope#name} --- @@ -1080,7 +1080,7 @@ Indicates whether a consent dialog is needed for the scope. It can be set to `REQUIRED` or `IMPLICIT`. Default: `IMPLICIT` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#consent AuthServerScope#consent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#consent AuthServerScope#consent} --- @@ -1094,7 +1094,7 @@ public object Default { get; set; } A default scope will be returned in an access token when the client omits the scope parameter in a token request, provided this scope is allowed as part of the access policy rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#default AuthServerScope#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#default AuthServerScope#default} --- @@ -1108,7 +1108,7 @@ public string Description { get; set; } Description of the Auth Server Scope. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#description AuthServerScope#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#description AuthServerScope#description} --- @@ -1122,7 +1122,7 @@ public string DisplayName { get; set; } Name of the end user displayed in a consent dialog box. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#display_name AuthServerScope#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#display_name AuthServerScope#display_name} --- @@ -1134,7 +1134,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#id AuthServerScope#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#id AuthServerScope#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1151,7 +1151,7 @@ public string MetadataPublish { get; set; } Whether to publish metadata or not. It can be set to `ALL_CLIENTS` or `NO_CLIENTS`. Default: `ALL_CLIENTS`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#metadata_publish AuthServerScope#metadata_publish} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#metadata_publish AuthServerScope#metadata_publish} --- @@ -1165,7 +1165,7 @@ public object Optional { get; set; } Whether the scope optional. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#optional AuthServerScope#optional} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#optional AuthServerScope#optional} --- diff --git a/docs/authServerScope.go.md b/docs/authServerScope.go.md index a01b217f4..6170fd96e 100644 --- a/docs/authServerScope.go.md +++ b/docs/authServerScope.go.md @@ -4,7 +4,7 @@ ### AuthServerScope -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope okta_auth_server_scope}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope okta_auth_server_scope}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the AuthServerScope to import. The id of the existing AuthServerScope that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#import import section} in the documentation of this resource for the id to use --- @@ -964,7 +964,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/authserverscope" | Default | interface{} | A default scope will be returned in an access token when the client omits the scope parameter in a token request, provided this scope is allowed as part of the access policy rule. | | Description | *string | Description of the Auth Server Scope. | | DisplayName | *string | Name of the end user displayed in a consent dialog box. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#id AuthServerScope#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#id AuthServerScope#id}. | | MetadataPublish | *string | Whether to publish metadata or not. It can be set to `ALL_CLIENTS` or `NO_CLIENTS`. Default: `ALL_CLIENTS`. | | Optional | interface{} | Whether the scope optional. | @@ -1050,7 +1050,7 @@ AuthServerId *string Auth server ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#auth_server_id AuthServerScope#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#auth_server_id AuthServerScope#auth_server_id} --- @@ -1064,7 +1064,7 @@ Name *string Auth server scope name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#name AuthServerScope#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#name AuthServerScope#name} --- @@ -1080,7 +1080,7 @@ Indicates whether a consent dialog is needed for the scope. It can be set to `REQUIRED` or `IMPLICIT`. Default: `IMPLICIT` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#consent AuthServerScope#consent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#consent AuthServerScope#consent} --- @@ -1094,7 +1094,7 @@ Default interface{} A default scope will be returned in an access token when the client omits the scope parameter in a token request, provided this scope is allowed as part of the access policy rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#default AuthServerScope#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#default AuthServerScope#default} --- @@ -1108,7 +1108,7 @@ Description *string Description of the Auth Server Scope. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#description AuthServerScope#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#description AuthServerScope#description} --- @@ -1122,7 +1122,7 @@ DisplayName *string Name of the end user displayed in a consent dialog box. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#display_name AuthServerScope#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#display_name AuthServerScope#display_name} --- @@ -1134,7 +1134,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#id AuthServerScope#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#id AuthServerScope#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1151,7 +1151,7 @@ MetadataPublish *string Whether to publish metadata or not. It can be set to `ALL_CLIENTS` or `NO_CLIENTS`. Default: `ALL_CLIENTS`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#metadata_publish AuthServerScope#metadata_publish} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#metadata_publish AuthServerScope#metadata_publish} --- @@ -1165,7 +1165,7 @@ Optional interface{} Whether the scope optional. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#optional AuthServerScope#optional} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#optional AuthServerScope#optional} --- diff --git a/docs/authServerScope.java.md b/docs/authServerScope.java.md index bcdc8d977..667d9c16a 100644 --- a/docs/authServerScope.java.md +++ b/docs/authServerScope.java.md @@ -4,7 +4,7 @@ ### AuthServerScope -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope okta_auth_server_scope}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope okta_auth_server_scope}. #### Initializers @@ -54,7 +54,7 @@ AuthServerScope.Builder.create(Construct scope, java.lang.String id) | default | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | A default scope will be returned in an access token when the client omits the scope parameter in a token request, provided this scope is allowed as part of the access policy rule. | | description | java.lang.String | Description of the Auth Server Scope. | | displayName | java.lang.String | Name of the end user displayed in a consent dialog box. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#id AuthServerScope#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#id AuthServerScope#id}. | | metadataPublish | java.lang.String | Whether to publish metadata or not. It can be set to `ALL_CLIENTS` or `NO_CLIENTS`. Default: `ALL_CLIENTS`. | | optional | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether the scope optional. | @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope Auth server ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#auth_server_id AuthServerScope#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#auth_server_id AuthServerScope#auth_server_id} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Auth server scope name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#name AuthServerScope#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#name AuthServerScope#name} --- @@ -148,7 +148,7 @@ Indicates whether a consent dialog is needed for the scope. It can be set to `REQUIRED` or `IMPLICIT`. Default: `IMPLICIT` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#consent AuthServerScope#consent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#consent AuthServerScope#consent} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ A default scope will be returned in an access token when the client omits the scope parameter in a token request, provided this scope is allowed as part of the access policy rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#default AuthServerScope#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#default AuthServerScope#default} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Description of the Auth Server Scope. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#description AuthServerScope#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#description AuthServerScope#description} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Name of the end user displayed in a consent dialog box. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#display_name AuthServerScope#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#display_name AuthServerScope#display_name} --- @@ -186,7 +186,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#id AuthServerScope#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#id AuthServerScope#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -199,7 +199,7 @@ If you experience problems setting this value it might not be settable. Please t Whether to publish metadata or not. It can be set to `ALL_CLIENTS` or `NO_CLIENTS`. Default: `ALL_CLIENTS`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#metadata_publish AuthServerScope#metadata_publish} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#metadata_publish AuthServerScope#metadata_publish} --- @@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Whether the scope optional. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#optional AuthServerScope#optional} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#optional AuthServerScope#optional} --- @@ -685,7 +685,7 @@ The construct id used in the generated config for the AuthServerScope to import. The id of the existing AuthServerScope that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#import import section} in the documentation of this resource for the id to use --- @@ -1139,7 +1139,7 @@ AuthServerScopeConfig.builder() | default | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | A default scope will be returned in an access token when the client omits the scope parameter in a token request, provided this scope is allowed as part of the access policy rule. | | description | java.lang.String | Description of the Auth Server Scope. | | displayName | java.lang.String | Name of the end user displayed in a consent dialog box. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#id AuthServerScope#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#id AuthServerScope#id}. | | metadataPublish | java.lang.String | Whether to publish metadata or not. It can be set to `ALL_CLIENTS` or `NO_CLIENTS`. Default: `ALL_CLIENTS`. | | optional | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Whether the scope optional. | @@ -1225,7 +1225,7 @@ public java.lang.String getAuthServerId(); Auth server ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#auth_server_id AuthServerScope#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#auth_server_id AuthServerScope#auth_server_id} --- @@ -1239,7 +1239,7 @@ public java.lang.String getName(); Auth server scope name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#name AuthServerScope#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#name AuthServerScope#name} --- @@ -1255,7 +1255,7 @@ Indicates whether a consent dialog is needed for the scope. It can be set to `REQUIRED` or `IMPLICIT`. Default: `IMPLICIT` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#consent AuthServerScope#consent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#consent AuthServerScope#consent} --- @@ -1269,7 +1269,7 @@ public java.lang.Object getDefault(); A default scope will be returned in an access token when the client omits the scope parameter in a token request, provided this scope is allowed as part of the access policy rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#default AuthServerScope#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#default AuthServerScope#default} --- @@ -1283,7 +1283,7 @@ public java.lang.String getDescription(); Description of the Auth Server Scope. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#description AuthServerScope#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#description AuthServerScope#description} --- @@ -1297,7 +1297,7 @@ public java.lang.String getDisplayName(); Name of the end user displayed in a consent dialog box. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#display_name AuthServerScope#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#display_name AuthServerScope#display_name} --- @@ -1309,7 +1309,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#id AuthServerScope#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#id AuthServerScope#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1326,7 +1326,7 @@ public java.lang.String getMetadataPublish(); Whether to publish metadata or not. It can be set to `ALL_CLIENTS` or `NO_CLIENTS`. Default: `ALL_CLIENTS`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#metadata_publish AuthServerScope#metadata_publish} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#metadata_publish AuthServerScope#metadata_publish} --- @@ -1340,7 +1340,7 @@ public java.lang.Object getOptional(); Whether the scope optional. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#optional AuthServerScope#optional} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#optional AuthServerScope#optional} --- diff --git a/docs/authServerScope.python.md b/docs/authServerScope.python.md index 0aacb24d3..20d4d8b8e 100644 --- a/docs/authServerScope.python.md +++ b/docs/authServerScope.python.md @@ -4,7 +4,7 @@ ### AuthServerScope -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope okta_auth_server_scope}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope okta_auth_server_scope}. #### Initializers @@ -50,7 +50,7 @@ authServerScope.AuthServerScope( | default | typing.Union[bool, cdktf.IResolvable] | A default scope will be returned in an access token when the client omits the scope parameter in a token request, provided this scope is allowed as part of the access policy rule. | | description | str | Description of the Auth Server Scope. | | display_name | str | Name of the end user displayed in a consent dialog box. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#id AuthServerScope#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#id AuthServerScope#id}. | | metadata_publish | str | Whether to publish metadata or not. It can be set to `ALL_CLIENTS` or `NO_CLIENTS`. Default: `ALL_CLIENTS`. | | optional | typing.Union[bool, cdktf.IResolvable] | Whether the scope optional. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope Auth server ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#auth_server_id AuthServerScope#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#auth_server_id AuthServerScope#auth_server_id} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Auth server scope name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#name AuthServerScope#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#name AuthServerScope#name} --- @@ -144,7 +144,7 @@ Indicates whether a consent dialog is needed for the scope. It can be set to `REQUIRED` or `IMPLICIT`. Default: `IMPLICIT` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#consent AuthServerScope#consent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#consent AuthServerScope#consent} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ A default scope will be returned in an access token when the client omits the scope parameter in a token request, provided this scope is allowed as part of the access policy rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#default AuthServerScope#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#default AuthServerScope#default} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Description of the Auth Server Scope. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#description AuthServerScope#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#description AuthServerScope#description} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Name of the end user displayed in a consent dialog box. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#display_name AuthServerScope#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#display_name AuthServerScope#display_name} --- @@ -182,7 +182,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#id AuthServerScope#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#id AuthServerScope#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -195,7 +195,7 @@ If you experience problems setting this value it might not be settable. Please t Whether to publish metadata or not. It can be set to `ALL_CLIENTS` or `NO_CLIENTS`. Default: `ALL_CLIENTS`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#metadata_publish AuthServerScope#metadata_publish} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#metadata_publish AuthServerScope#metadata_publish} --- @@ -205,7 +205,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Whether the scope optional. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#optional AuthServerScope#optional} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#optional AuthServerScope#optional} --- @@ -727,7 +727,7 @@ The construct id used in the generated config for the AuthServerScope to import. The id of the existing AuthServerScope that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#import import section} in the documentation of this resource for the id to use --- @@ -1175,7 +1175,7 @@ authServerScope.AuthServerScopeConfig( | default | typing.Union[bool, cdktf.IResolvable] | A default scope will be returned in an access token when the client omits the scope parameter in a token request, provided this scope is allowed as part of the access policy rule. | | description | str | Description of the Auth Server Scope. | | display_name | str | Name of the end user displayed in a consent dialog box. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#id AuthServerScope#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#id AuthServerScope#id}. | | metadata_publish | str | Whether to publish metadata or not. It can be set to `ALL_CLIENTS` or `NO_CLIENTS`. Default: `ALL_CLIENTS`. | | optional | typing.Union[bool, cdktf.IResolvable] | Whether the scope optional. | @@ -1261,7 +1261,7 @@ auth_server_id: str Auth server ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#auth_server_id AuthServerScope#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#auth_server_id AuthServerScope#auth_server_id} --- @@ -1275,7 +1275,7 @@ name: str Auth server scope name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#name AuthServerScope#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#name AuthServerScope#name} --- @@ -1291,7 +1291,7 @@ Indicates whether a consent dialog is needed for the scope. It can be set to `REQUIRED` or `IMPLICIT`. Default: `IMPLICIT` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#consent AuthServerScope#consent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#consent AuthServerScope#consent} --- @@ -1305,7 +1305,7 @@ default: typing.Union[bool, IResolvable] A default scope will be returned in an access token when the client omits the scope parameter in a token request, provided this scope is allowed as part of the access policy rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#default AuthServerScope#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#default AuthServerScope#default} --- @@ -1319,7 +1319,7 @@ description: str Description of the Auth Server Scope. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#description AuthServerScope#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#description AuthServerScope#description} --- @@ -1333,7 +1333,7 @@ display_name: str Name of the end user displayed in a consent dialog box. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#display_name AuthServerScope#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#display_name AuthServerScope#display_name} --- @@ -1345,7 +1345,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#id AuthServerScope#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#id AuthServerScope#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1362,7 +1362,7 @@ metadata_publish: str Whether to publish metadata or not. It can be set to `ALL_CLIENTS` or `NO_CLIENTS`. Default: `ALL_CLIENTS`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#metadata_publish AuthServerScope#metadata_publish} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#metadata_publish AuthServerScope#metadata_publish} --- @@ -1376,7 +1376,7 @@ optional: typing.Union[bool, IResolvable] Whether the scope optional. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#optional AuthServerScope#optional} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#optional AuthServerScope#optional} --- diff --git a/docs/authServerScope.typescript.md b/docs/authServerScope.typescript.md index c0aec5d97..0fdcfa0d6 100644 --- a/docs/authServerScope.typescript.md +++ b/docs/authServerScope.typescript.md @@ -4,7 +4,7 @@ ### AuthServerScope -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope okta_auth_server_scope}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope okta_auth_server_scope}. #### Initializers @@ -516,7 +516,7 @@ The construct id used in the generated config for the AuthServerScope to import. The id of the existing AuthServerScope that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#import import section} in the documentation of this resource for the id to use --- @@ -947,7 +947,7 @@ const authServerScopeConfig: authServerScope.AuthServerScopeConfig = { ... } | default | boolean \| cdktf.IResolvable | A default scope will be returned in an access token when the client omits the scope parameter in a token request, provided this scope is allowed as part of the access policy rule. | | description | string | Description of the Auth Server Scope. | | displayName | string | Name of the end user displayed in a consent dialog box. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#id AuthServerScope#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#id AuthServerScope#id}. | | metadataPublish | string | Whether to publish metadata or not. It can be set to `ALL_CLIENTS` or `NO_CLIENTS`. Default: `ALL_CLIENTS`. | | optional | boolean \| cdktf.IResolvable | Whether the scope optional. | @@ -1033,7 +1033,7 @@ public readonly authServerId: string; Auth server ID. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#auth_server_id AuthServerScope#auth_server_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#auth_server_id AuthServerScope#auth_server_id} --- @@ -1047,7 +1047,7 @@ public readonly name: string; Auth server scope name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#name AuthServerScope#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#name AuthServerScope#name} --- @@ -1063,7 +1063,7 @@ Indicates whether a consent dialog is needed for the scope. It can be set to `REQUIRED` or `IMPLICIT`. Default: `IMPLICIT` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#consent AuthServerScope#consent} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#consent AuthServerScope#consent} --- @@ -1077,7 +1077,7 @@ public readonly default: boolean | IResolvable; A default scope will be returned in an access token when the client omits the scope parameter in a token request, provided this scope is allowed as part of the access policy rule. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#default AuthServerScope#default} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#default AuthServerScope#default} --- @@ -1091,7 +1091,7 @@ public readonly description: string; Description of the Auth Server Scope. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#description AuthServerScope#description} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#description AuthServerScope#description} --- @@ -1105,7 +1105,7 @@ public readonly displayName: string; Name of the end user displayed in a consent dialog box. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#display_name AuthServerScope#display_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#display_name AuthServerScope#display_name} --- @@ -1117,7 +1117,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#id AuthServerScope#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#id AuthServerScope#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1134,7 +1134,7 @@ public readonly metadataPublish: string; Whether to publish metadata or not. It can be set to `ALL_CLIENTS` or `NO_CLIENTS`. Default: `ALL_CLIENTS`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#metadata_publish AuthServerScope#metadata_publish} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#metadata_publish AuthServerScope#metadata_publish} --- @@ -1148,7 +1148,7 @@ public readonly optional: boolean | IResolvable; Whether the scope optional. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/auth_server_scope#optional AuthServerScope#optional} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/auth_server_scope#optional AuthServerScope#optional} --- diff --git a/docs/authenticator.csharp.md b/docs/authenticator.csharp.md index f05036973..cad74c37e 100644 --- a/docs/authenticator.csharp.md +++ b/docs/authenticator.csharp.md @@ -4,7 +4,7 @@ ### Authenticator -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator okta_authenticator}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator okta_authenticator}. #### Initializers @@ -551,7 +551,7 @@ The construct id used in the generated config for the Authenticator to import. The id of the existing Authenticator that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#import import section} in the documentation of this resource for the id to use --- @@ -1132,7 +1132,7 @@ new AuthenticatorConfig { | Provisioners | object[] | *No description.* | | Key | string | A human-readable string that identifies the authenticator. | | Name | string | Display name of the Authenticator. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#id Authenticator#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#id Authenticator#id}. | | LegacyIgnoreName | object | Name does not trigger change detection (legacy behavior). | | ProviderAuthPort | double | The RADIUS server port (for example 1812). | | ProviderHost | string | (DUO specific) - The Duo Security API hostname. Conflicts with `provider_json` argument. | @@ -1229,7 +1229,7 @@ A human-readable string that identifies the authenticator. Some authenticators are available by feature flag on the organization. Possible values inclue: `duo`, `external_idp`, `google_otp`, `okta_email`, `okta_password`, `okta_verify`, `onprem_mfa`, `phone_number`, `rsa_token`, `security_question`, `webauthn` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#key Authenticator#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#key Authenticator#key} --- @@ -1243,7 +1243,7 @@ public string Name { get; set; } Display name of the Authenticator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#name Authenticator#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#name Authenticator#name} --- @@ -1255,7 +1255,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#id Authenticator#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#id Authenticator#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1272,7 +1272,7 @@ public object LegacyIgnoreName { get; set; } Name does not trigger change detection (legacy behavior). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#legacy_ignore_name Authenticator#legacy_ignore_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#legacy_ignore_name Authenticator#legacy_ignore_name} --- @@ -1288,7 +1288,7 @@ The RADIUS server port (for example 1812). This is defined when the On-Prem RADIUS server is configured. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_auth_port Authenticator#provider_auth_port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_auth_port Authenticator#provider_auth_port} --- @@ -1302,7 +1302,7 @@ public string ProviderHost { get; set; } (DUO specific) - The Duo Security API hostname. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_host Authenticator#provider_host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_host Authenticator#provider_host} --- @@ -1318,7 +1318,7 @@ Server host name or IP address. Default is `localhost`. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_hostname Authenticator#provider_hostname} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_hostname Authenticator#provider_hostname} --- @@ -1332,7 +1332,7 @@ public string ProviderIntegrationKey { get; set; } (DUO specific) - The Duo Security integration key. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_integration_key Authenticator#provider_integration_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_integration_key Authenticator#provider_integration_key} --- @@ -1348,7 +1348,7 @@ Provider JSON allows for expressive providervalues. This argument conflicts with the other 'provider_xxx' arguments. The [CreateProvider](https://developer.okta.com/docs/reference/api/authenticators-admin/#request) illustrates detailed provider values for a Duo authenticator. [Provider values](https://developer.okta.com/docs/reference/api/authenticators-admin/#authenticators-administration-api-object)are listed in Okta API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_json Authenticator#provider_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_json Authenticator#provider_json} --- @@ -1362,7 +1362,7 @@ public string ProviderSecretKey { get; set; } (DUO specific) - The Duo Security secret key. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_secret_key Authenticator#provider_secret_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_secret_key Authenticator#provider_secret_key} --- @@ -1378,7 +1378,7 @@ An authentication key that must be defined when the RADIUS server is configured, Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_shared_secret Authenticator#provider_shared_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_shared_secret Authenticator#provider_shared_secret} --- @@ -1392,7 +1392,7 @@ public string ProviderUserNameTemplate { get; set; } Username template expected by the provider. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_user_name_template Authenticator#provider_user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_user_name_template Authenticator#provider_user_name_template} --- @@ -1408,7 +1408,7 @@ Settings for the authenticator. The settings JSON contains values based on Authenticator key. It is not used for authenticators with type `security_key` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#settings Authenticator#settings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#settings Authenticator#settings} --- @@ -1422,7 +1422,7 @@ public string Status { get; set; } Authenticator status: `ACTIVE` or `INACTIVE`. Default: `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#status Authenticator#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#status Authenticator#status} --- diff --git a/docs/authenticator.go.md b/docs/authenticator.go.md index aaf797d51..fc6d1b2da 100644 --- a/docs/authenticator.go.md +++ b/docs/authenticator.go.md @@ -4,7 +4,7 @@ ### Authenticator -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator okta_authenticator}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator okta_authenticator}. #### Initializers @@ -551,7 +551,7 @@ The construct id used in the generated config for the Authenticator to import. The id of the existing Authenticator that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#import import section} in the documentation of this resource for the id to use --- @@ -1132,7 +1132,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/authenticator" | Provisioners | *[]interface{} | *No description.* | | Key | *string | A human-readable string that identifies the authenticator. | | Name | *string | Display name of the Authenticator. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#id Authenticator#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#id Authenticator#id}. | | LegacyIgnoreName | interface{} | Name does not trigger change detection (legacy behavior). | | ProviderAuthPort | *f64 | The RADIUS server port (for example 1812). | | ProviderHost | *string | (DUO specific) - The Duo Security API hostname. Conflicts with `provider_json` argument. | @@ -1229,7 +1229,7 @@ A human-readable string that identifies the authenticator. Some authenticators are available by feature flag on the organization. Possible values inclue: `duo`, `external_idp`, `google_otp`, `okta_email`, `okta_password`, `okta_verify`, `onprem_mfa`, `phone_number`, `rsa_token`, `security_question`, `webauthn` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#key Authenticator#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#key Authenticator#key} --- @@ -1243,7 +1243,7 @@ Name *string Display name of the Authenticator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#name Authenticator#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#name Authenticator#name} --- @@ -1255,7 +1255,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#id Authenticator#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#id Authenticator#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1272,7 +1272,7 @@ LegacyIgnoreName interface{} Name does not trigger change detection (legacy behavior). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#legacy_ignore_name Authenticator#legacy_ignore_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#legacy_ignore_name Authenticator#legacy_ignore_name} --- @@ -1288,7 +1288,7 @@ The RADIUS server port (for example 1812). This is defined when the On-Prem RADIUS server is configured. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_auth_port Authenticator#provider_auth_port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_auth_port Authenticator#provider_auth_port} --- @@ -1302,7 +1302,7 @@ ProviderHost *string (DUO specific) - The Duo Security API hostname. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_host Authenticator#provider_host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_host Authenticator#provider_host} --- @@ -1318,7 +1318,7 @@ Server host name or IP address. Default is `localhost`. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_hostname Authenticator#provider_hostname} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_hostname Authenticator#provider_hostname} --- @@ -1332,7 +1332,7 @@ ProviderIntegrationKey *string (DUO specific) - The Duo Security integration key. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_integration_key Authenticator#provider_integration_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_integration_key Authenticator#provider_integration_key} --- @@ -1348,7 +1348,7 @@ Provider JSON allows for expressive providervalues. This argument conflicts with the other 'provider_xxx' arguments. The [CreateProvider](https://developer.okta.com/docs/reference/api/authenticators-admin/#request) illustrates detailed provider values for a Duo authenticator. [Provider values](https://developer.okta.com/docs/reference/api/authenticators-admin/#authenticators-administration-api-object)are listed in Okta API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_json Authenticator#provider_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_json Authenticator#provider_json} --- @@ -1362,7 +1362,7 @@ ProviderSecretKey *string (DUO specific) - The Duo Security secret key. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_secret_key Authenticator#provider_secret_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_secret_key Authenticator#provider_secret_key} --- @@ -1378,7 +1378,7 @@ An authentication key that must be defined when the RADIUS server is configured, Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_shared_secret Authenticator#provider_shared_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_shared_secret Authenticator#provider_shared_secret} --- @@ -1392,7 +1392,7 @@ ProviderUserNameTemplate *string Username template expected by the provider. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_user_name_template Authenticator#provider_user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_user_name_template Authenticator#provider_user_name_template} --- @@ -1408,7 +1408,7 @@ Settings for the authenticator. The settings JSON contains values based on Authenticator key. It is not used for authenticators with type `security_key` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#settings Authenticator#settings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#settings Authenticator#settings} --- @@ -1422,7 +1422,7 @@ Status *string Authenticator status: `ACTIVE` or `INACTIVE`. Default: `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#status Authenticator#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#status Authenticator#status} --- diff --git a/docs/authenticator.java.md b/docs/authenticator.java.md index 61e5266a6..beb068020 100644 --- a/docs/authenticator.java.md +++ b/docs/authenticator.java.md @@ -4,7 +4,7 @@ ### Authenticator -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator okta_authenticator}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator okta_authenticator}. #### Initializers @@ -54,7 +54,7 @@ Authenticator.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | key | java.lang.String | A human-readable string that identifies the authenticator. | | name | java.lang.String | Display name of the Authenticator. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#id Authenticator#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#id Authenticator#id}. | | legacyIgnoreName | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Name does not trigger change detection (legacy behavior). | | providerAuthPort | java.lang.Number | The RADIUS server port (for example 1812). | | providerHost | java.lang.String | (DUO specific) - The Duo Security API hostname. Conflicts with `provider_json` argument. | @@ -137,7 +137,7 @@ A human-readable string that identifies the authenticator. Some authenticators are available by feature flag on the organization. Possible values inclue: `duo`, `external_idp`, `google_otp`, `okta_email`, `okta_password`, `okta_verify`, `onprem_mfa`, `phone_number`, `rsa_token`, `security_question`, `webauthn` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#key Authenticator#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#key Authenticator#key} --- @@ -147,7 +147,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display name of the Authenticator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#name Authenticator#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#name Authenticator#name} --- @@ -155,7 +155,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#id Authenticator#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#id Authenticator#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -168,7 +168,7 @@ If you experience problems setting this value it might not be settable. Please t Name does not trigger change detection (legacy behavior). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#legacy_ignore_name Authenticator#legacy_ignore_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#legacy_ignore_name Authenticator#legacy_ignore_name} --- @@ -180,7 +180,7 @@ The RADIUS server port (for example 1812). This is defined when the On-Prem RADIUS server is configured. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_auth_port Authenticator#provider_auth_port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_auth_port Authenticator#provider_auth_port} --- @@ -190,7 +190,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ (DUO specific) - The Duo Security API hostname. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_host Authenticator#provider_host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_host Authenticator#provider_host} --- @@ -202,7 +202,7 @@ Server host name or IP address. Default is `localhost`. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_hostname Authenticator#provider_hostname} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_hostname Authenticator#provider_hostname} --- @@ -212,7 +212,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ (DUO specific) - The Duo Security integration key. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_integration_key Authenticator#provider_integration_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_integration_key Authenticator#provider_integration_key} --- @@ -224,7 +224,7 @@ Provider JSON allows for expressive providervalues. This argument conflicts with the other 'provider_xxx' arguments. The [CreateProvider](https://developer.okta.com/docs/reference/api/authenticators-admin/#request) illustrates detailed provider values for a Duo authenticator. [Provider values](https://developer.okta.com/docs/reference/api/authenticators-admin/#authenticators-administration-api-object)are listed in Okta API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_json Authenticator#provider_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_json Authenticator#provider_json} --- @@ -234,7 +234,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ (DUO specific) - The Duo Security secret key. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_secret_key Authenticator#provider_secret_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_secret_key Authenticator#provider_secret_key} --- @@ -246,7 +246,7 @@ An authentication key that must be defined when the RADIUS server is configured, Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_shared_secret Authenticator#provider_shared_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_shared_secret Authenticator#provider_shared_secret} --- @@ -256,7 +256,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template expected by the provider. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_user_name_template Authenticator#provider_user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_user_name_template Authenticator#provider_user_name_template} --- @@ -268,7 +268,7 @@ Settings for the authenticator. The settings JSON contains values based on Authenticator key. It is not used for authenticators with type `security_key` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#settings Authenticator#settings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#settings Authenticator#settings} --- @@ -278,7 +278,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Authenticator status: `ACTIVE` or `INACTIVE`. Default: `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#status Authenticator#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#status Authenticator#status} --- @@ -789,7 +789,7 @@ The construct id used in the generated config for the Authenticator to import. The id of the existing Authenticator that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#import import section} in the documentation of this resource for the id to use --- @@ -1375,7 +1375,7 @@ AuthenticatorConfig.builder() | provisioners | java.util.List | *No description.* | | key | java.lang.String | A human-readable string that identifies the authenticator. | | name | java.lang.String | Display name of the Authenticator. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#id Authenticator#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#id Authenticator#id}. | | legacyIgnoreName | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Name does not trigger change detection (legacy behavior). | | providerAuthPort | java.lang.Number | The RADIUS server port (for example 1812). | | providerHost | java.lang.String | (DUO specific) - The Duo Security API hostname. Conflicts with `provider_json` argument. | @@ -1472,7 +1472,7 @@ A human-readable string that identifies the authenticator. Some authenticators are available by feature flag on the organization. Possible values inclue: `duo`, `external_idp`, `google_otp`, `okta_email`, `okta_password`, `okta_verify`, `onprem_mfa`, `phone_number`, `rsa_token`, `security_question`, `webauthn` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#key Authenticator#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#key Authenticator#key} --- @@ -1486,7 +1486,7 @@ public java.lang.String getName(); Display name of the Authenticator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#name Authenticator#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#name Authenticator#name} --- @@ -1498,7 +1498,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#id Authenticator#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#id Authenticator#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1515,7 +1515,7 @@ public java.lang.Object getLegacyIgnoreName(); Name does not trigger change detection (legacy behavior). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#legacy_ignore_name Authenticator#legacy_ignore_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#legacy_ignore_name Authenticator#legacy_ignore_name} --- @@ -1531,7 +1531,7 @@ The RADIUS server port (for example 1812). This is defined when the On-Prem RADIUS server is configured. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_auth_port Authenticator#provider_auth_port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_auth_port Authenticator#provider_auth_port} --- @@ -1545,7 +1545,7 @@ public java.lang.String getProviderHost(); (DUO specific) - The Duo Security API hostname. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_host Authenticator#provider_host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_host Authenticator#provider_host} --- @@ -1561,7 +1561,7 @@ Server host name or IP address. Default is `localhost`. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_hostname Authenticator#provider_hostname} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_hostname Authenticator#provider_hostname} --- @@ -1575,7 +1575,7 @@ public java.lang.String getProviderIntegrationKey(); (DUO specific) - The Duo Security integration key. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_integration_key Authenticator#provider_integration_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_integration_key Authenticator#provider_integration_key} --- @@ -1591,7 +1591,7 @@ Provider JSON allows for expressive providervalues. This argument conflicts with the other 'provider_xxx' arguments. The [CreateProvider](https://developer.okta.com/docs/reference/api/authenticators-admin/#request) illustrates detailed provider values for a Duo authenticator. [Provider values](https://developer.okta.com/docs/reference/api/authenticators-admin/#authenticators-administration-api-object)are listed in Okta API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_json Authenticator#provider_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_json Authenticator#provider_json} --- @@ -1605,7 +1605,7 @@ public java.lang.String getProviderSecretKey(); (DUO specific) - The Duo Security secret key. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_secret_key Authenticator#provider_secret_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_secret_key Authenticator#provider_secret_key} --- @@ -1621,7 +1621,7 @@ An authentication key that must be defined when the RADIUS server is configured, Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_shared_secret Authenticator#provider_shared_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_shared_secret Authenticator#provider_shared_secret} --- @@ -1635,7 +1635,7 @@ public java.lang.String getProviderUserNameTemplate(); Username template expected by the provider. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_user_name_template Authenticator#provider_user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_user_name_template Authenticator#provider_user_name_template} --- @@ -1651,7 +1651,7 @@ Settings for the authenticator. The settings JSON contains values based on Authenticator key. It is not used for authenticators with type `security_key` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#settings Authenticator#settings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#settings Authenticator#settings} --- @@ -1665,7 +1665,7 @@ public java.lang.String getStatus(); Authenticator status: `ACTIVE` or `INACTIVE`. Default: `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#status Authenticator#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#status Authenticator#status} --- diff --git a/docs/authenticator.python.md b/docs/authenticator.python.md index d73182b7e..578eb3583 100644 --- a/docs/authenticator.python.md +++ b/docs/authenticator.python.md @@ -4,7 +4,7 @@ ### Authenticator -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator okta_authenticator}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator okta_authenticator}. #### Initializers @@ -51,7 +51,7 @@ authenticator.Authenticator( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | key | str | A human-readable string that identifies the authenticator. | | name | str | Display name of the Authenticator. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#id Authenticator#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#id Authenticator#id}. | | legacy_ignore_name | typing.Union[bool, cdktf.IResolvable] | Name does not trigger change detection (legacy behavior). | | provider_auth_port | typing.Union[int, float] | The RADIUS server port (for example 1812). | | provider_host | str | (DUO specific) - The Duo Security API hostname. Conflicts with `provider_json` argument. | @@ -134,7 +134,7 @@ A human-readable string that identifies the authenticator. Some authenticators are available by feature flag on the organization. Possible values inclue: `duo`, `external_idp`, `google_otp`, `okta_email`, `okta_password`, `okta_verify`, `onprem_mfa`, `phone_number`, `rsa_token`, `security_question`, `webauthn` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#key Authenticator#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#key Authenticator#key} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Display name of the Authenticator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#name Authenticator#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#name Authenticator#name} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#id Authenticator#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#id Authenticator#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -165,7 +165,7 @@ If you experience problems setting this value it might not be settable. Please t Name does not trigger change detection (legacy behavior). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#legacy_ignore_name Authenticator#legacy_ignore_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#legacy_ignore_name Authenticator#legacy_ignore_name} --- @@ -177,7 +177,7 @@ The RADIUS server port (for example 1812). This is defined when the On-Prem RADIUS server is configured. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_auth_port Authenticator#provider_auth_port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_auth_port Authenticator#provider_auth_port} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ (DUO specific) - The Duo Security API hostname. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_host Authenticator#provider_host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_host Authenticator#provider_host} --- @@ -199,7 +199,7 @@ Server host name or IP address. Default is `localhost`. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_hostname Authenticator#provider_hostname} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_hostname Authenticator#provider_hostname} --- @@ -209,7 +209,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ (DUO specific) - The Duo Security integration key. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_integration_key Authenticator#provider_integration_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_integration_key Authenticator#provider_integration_key} --- @@ -221,7 +221,7 @@ Provider JSON allows for expressive providervalues. This argument conflicts with the other 'provider_xxx' arguments. The [CreateProvider](https://developer.okta.com/docs/reference/api/authenticators-admin/#request) illustrates detailed provider values for a Duo authenticator. [Provider values](https://developer.okta.com/docs/reference/api/authenticators-admin/#authenticators-administration-api-object)are listed in Okta API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_json Authenticator#provider_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_json Authenticator#provider_json} --- @@ -231,7 +231,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ (DUO specific) - The Duo Security secret key. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_secret_key Authenticator#provider_secret_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_secret_key Authenticator#provider_secret_key} --- @@ -243,7 +243,7 @@ An authentication key that must be defined when the RADIUS server is configured, Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_shared_secret Authenticator#provider_shared_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_shared_secret Authenticator#provider_shared_secret} --- @@ -253,7 +253,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Username template expected by the provider. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_user_name_template Authenticator#provider_user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_user_name_template Authenticator#provider_user_name_template} --- @@ -265,7 +265,7 @@ Settings for the authenticator. The settings JSON contains values based on Authenticator key. It is not used for authenticators with type `security_key` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#settings Authenticator#settings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#settings Authenticator#settings} --- @@ -275,7 +275,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Authenticator status: `ACTIVE` or `INACTIVE`. Default: `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#status Authenticator#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#status Authenticator#status} --- @@ -832,7 +832,7 @@ The construct id used in the generated config for the Authenticator to import. The id of the existing Authenticator that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#import import section} in the documentation of this resource for the id to use --- @@ -1413,7 +1413,7 @@ authenticator.AuthenticatorConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | key | str | A human-readable string that identifies the authenticator. | | name | str | Display name of the Authenticator. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#id Authenticator#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#id Authenticator#id}. | | legacy_ignore_name | typing.Union[bool, cdktf.IResolvable] | Name does not trigger change detection (legacy behavior). | | provider_auth_port | typing.Union[int, float] | The RADIUS server port (for example 1812). | | provider_host | str | (DUO specific) - The Duo Security API hostname. Conflicts with `provider_json` argument. | @@ -1510,7 +1510,7 @@ A human-readable string that identifies the authenticator. Some authenticators are available by feature flag on the organization. Possible values inclue: `duo`, `external_idp`, `google_otp`, `okta_email`, `okta_password`, `okta_verify`, `onprem_mfa`, `phone_number`, `rsa_token`, `security_question`, `webauthn` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#key Authenticator#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#key Authenticator#key} --- @@ -1524,7 +1524,7 @@ name: str Display name of the Authenticator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#name Authenticator#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#name Authenticator#name} --- @@ -1536,7 +1536,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#id Authenticator#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#id Authenticator#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1553,7 +1553,7 @@ legacy_ignore_name: typing.Union[bool, IResolvable] Name does not trigger change detection (legacy behavior). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#legacy_ignore_name Authenticator#legacy_ignore_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#legacy_ignore_name Authenticator#legacy_ignore_name} --- @@ -1569,7 +1569,7 @@ The RADIUS server port (for example 1812). This is defined when the On-Prem RADIUS server is configured. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_auth_port Authenticator#provider_auth_port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_auth_port Authenticator#provider_auth_port} --- @@ -1583,7 +1583,7 @@ provider_host: str (DUO specific) - The Duo Security API hostname. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_host Authenticator#provider_host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_host Authenticator#provider_host} --- @@ -1599,7 +1599,7 @@ Server host name or IP address. Default is `localhost`. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_hostname Authenticator#provider_hostname} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_hostname Authenticator#provider_hostname} --- @@ -1613,7 +1613,7 @@ provider_integration_key: str (DUO specific) - The Duo Security integration key. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_integration_key Authenticator#provider_integration_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_integration_key Authenticator#provider_integration_key} --- @@ -1629,7 +1629,7 @@ Provider JSON allows for expressive providervalues. This argument conflicts with the other 'provider_xxx' arguments. The [CreateProvider](https://developer.okta.com/docs/reference/api/authenticators-admin/#request) illustrates detailed provider values for a Duo authenticator. [Provider values](https://developer.okta.com/docs/reference/api/authenticators-admin/#authenticators-administration-api-object)are listed in Okta API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_json Authenticator#provider_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_json Authenticator#provider_json} --- @@ -1643,7 +1643,7 @@ provider_secret_key: str (DUO specific) - The Duo Security secret key. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_secret_key Authenticator#provider_secret_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_secret_key Authenticator#provider_secret_key} --- @@ -1659,7 +1659,7 @@ An authentication key that must be defined when the RADIUS server is configured, Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_shared_secret Authenticator#provider_shared_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_shared_secret Authenticator#provider_shared_secret} --- @@ -1673,7 +1673,7 @@ provider_user_name_template: str Username template expected by the provider. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_user_name_template Authenticator#provider_user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_user_name_template Authenticator#provider_user_name_template} --- @@ -1689,7 +1689,7 @@ Settings for the authenticator. The settings JSON contains values based on Authenticator key. It is not used for authenticators with type `security_key` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#settings Authenticator#settings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#settings Authenticator#settings} --- @@ -1703,7 +1703,7 @@ status: str Authenticator status: `ACTIVE` or `INACTIVE`. Default: `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#status Authenticator#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#status Authenticator#status} --- diff --git a/docs/authenticator.typescript.md b/docs/authenticator.typescript.md index a91b9e874..e6bf350b4 100644 --- a/docs/authenticator.typescript.md +++ b/docs/authenticator.typescript.md @@ -4,7 +4,7 @@ ### Authenticator -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator okta_authenticator}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator okta_authenticator}. #### Initializers @@ -551,7 +551,7 @@ The construct id used in the generated config for the Authenticator to import. The id of the existing Authenticator that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#import import section} in the documentation of this resource for the id to use --- @@ -1110,7 +1110,7 @@ const authenticatorConfig: authenticator.AuthenticatorConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | key | string | A human-readable string that identifies the authenticator. | | name | string | Display name of the Authenticator. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#id Authenticator#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#id Authenticator#id}. | | legacyIgnoreName | boolean \| cdktf.IResolvable | Name does not trigger change detection (legacy behavior). | | providerAuthPort | number | The RADIUS server port (for example 1812). | | providerHost | string | (DUO specific) - The Duo Security API hostname. Conflicts with `provider_json` argument. | @@ -1207,7 +1207,7 @@ A human-readable string that identifies the authenticator. Some authenticators are available by feature flag on the organization. Possible values inclue: `duo`, `external_idp`, `google_otp`, `okta_email`, `okta_password`, `okta_verify`, `onprem_mfa`, `phone_number`, `rsa_token`, `security_question`, `webauthn` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#key Authenticator#key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#key Authenticator#key} --- @@ -1221,7 +1221,7 @@ public readonly name: string; Display name of the Authenticator. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#name Authenticator#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#name Authenticator#name} --- @@ -1233,7 +1233,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#id Authenticator#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#id Authenticator#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1250,7 +1250,7 @@ public readonly legacyIgnoreName: boolean | IResolvable; Name does not trigger change detection (legacy behavior). -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#legacy_ignore_name Authenticator#legacy_ignore_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#legacy_ignore_name Authenticator#legacy_ignore_name} --- @@ -1266,7 +1266,7 @@ The RADIUS server port (for example 1812). This is defined when the On-Prem RADIUS server is configured. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_auth_port Authenticator#provider_auth_port} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_auth_port Authenticator#provider_auth_port} --- @@ -1280,7 +1280,7 @@ public readonly providerHost: string; (DUO specific) - The Duo Security API hostname. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_host Authenticator#provider_host} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_host Authenticator#provider_host} --- @@ -1296,7 +1296,7 @@ Server host name or IP address. Default is `localhost`. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_hostname Authenticator#provider_hostname} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_hostname Authenticator#provider_hostname} --- @@ -1310,7 +1310,7 @@ public readonly providerIntegrationKey: string; (DUO specific) - The Duo Security integration key. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_integration_key Authenticator#provider_integration_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_integration_key Authenticator#provider_integration_key} --- @@ -1326,7 +1326,7 @@ Provider JSON allows for expressive providervalues. This argument conflicts with the other 'provider_xxx' arguments. The [CreateProvider](https://developer.okta.com/docs/reference/api/authenticators-admin/#request) illustrates detailed provider values for a Duo authenticator. [Provider values](https://developer.okta.com/docs/reference/api/authenticators-admin/#authenticators-administration-api-object)are listed in Okta API. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_json Authenticator#provider_json} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_json Authenticator#provider_json} --- @@ -1340,7 +1340,7 @@ public readonly providerSecretKey: string; (DUO specific) - The Duo Security secret key. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_secret_key Authenticator#provider_secret_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_secret_key Authenticator#provider_secret_key} --- @@ -1356,7 +1356,7 @@ An authentication key that must be defined when the RADIUS server is configured, Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_shared_secret Authenticator#provider_shared_secret} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_shared_secret Authenticator#provider_shared_secret} --- @@ -1370,7 +1370,7 @@ public readonly providerUserNameTemplate: string; Username template expected by the provider. Used only for authenticators with type `security_key`. Conflicts with `provider_json` argument. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#provider_user_name_template Authenticator#provider_user_name_template} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#provider_user_name_template Authenticator#provider_user_name_template} --- @@ -1386,7 +1386,7 @@ Settings for the authenticator. The settings JSON contains values based on Authenticator key. It is not used for authenticators with type `security_key` -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#settings Authenticator#settings} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#settings Authenticator#settings} --- @@ -1400,7 +1400,7 @@ public readonly status: string; Authenticator status: `ACTIVE` or `INACTIVE`. Default: `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/authenticator#status Authenticator#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/authenticator#status Authenticator#status} --- diff --git a/docs/behavior.csharp.md b/docs/behavior.csharp.md index c36083599..05a3da065 100644 --- a/docs/behavior.csharp.md +++ b/docs/behavior.csharp.md @@ -4,7 +4,7 @@ ### Behavior -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior okta_behavior}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior okta_behavior}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the Behavior to import. The id of the existing Behavior that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#import import section} in the documentation of this resource for the id to use --- @@ -919,7 +919,7 @@ new BehaviorConfig { | Provisioners | object[] | *No description.* | | Name | string | Name of the behavior. | | Type | string | Type of the behavior. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#id Behavior#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#id Behavior#id}. | | LocationGranularityType | string | Determines the method and level of detail used to evaluate the behavior. | | NumberOfAuthentications | double | The number of recent authentications used to evaluate the behavior. Required for `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE` and `ANOMALOUS_IP` behavior types. | | RadiusFromLocation | double | Radius from location (in kilometers). Should be at least 5. Required when `location_granularity_type` is set to `LAT_LONG`. | @@ -1008,7 +1008,7 @@ public string Name { get; set; } Name of the behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#name Behavior#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#name Behavior#name} --- @@ -1024,7 +1024,7 @@ Type of the behavior. Can be set to `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE`, `ANOMALOUS_IP` or `VELOCITY`. Resource will be recreated when the type changes.e -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#type Behavior#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#type Behavior#type} --- @@ -1036,7 +1036,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#id Behavior#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#id Behavior#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1055,7 +1055,7 @@ Determines the method and level of detail used to evaluate the behavior. Required for `ANOMALOUS_LOCATION` behavior type. Can be set to `LAT_LONG`, `CITY`, `COUNTRY` or `SUBDIVISION`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#location_granularity_type Behavior#location_granularity_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#location_granularity_type Behavior#location_granularity_type} --- @@ -1069,7 +1069,7 @@ public double NumberOfAuthentications { get; set; } The number of recent authentications used to evaluate the behavior. Required for `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE` and `ANOMALOUS_IP` behavior types. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#number_of_authentications Behavior#number_of_authentications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#number_of_authentications Behavior#number_of_authentications} --- @@ -1083,7 +1083,7 @@ public double RadiusFromLocation { get; set; } Radius from location (in kilometers). Should be at least 5. Required when `location_granularity_type` is set to `LAT_LONG`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#radius_from_location Behavior#radius_from_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#radius_from_location Behavior#radius_from_location} --- @@ -1097,7 +1097,7 @@ public string Status { get; set; } Behavior status: ACTIVE or INACTIVE. Default: `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#status Behavior#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#status Behavior#status} --- @@ -1111,7 +1111,7 @@ public double Velocity { get; set; } Velocity (in kilometers per hour). Should be at least 1. Required for `VELOCITY` behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#velocity Behavior#velocity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#velocity Behavior#velocity} --- diff --git a/docs/behavior.go.md b/docs/behavior.go.md index ef500dd4d..2c4f1f7b4 100644 --- a/docs/behavior.go.md +++ b/docs/behavior.go.md @@ -4,7 +4,7 @@ ### Behavior -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior okta_behavior}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior okta_behavior}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the Behavior to import. The id of the existing Behavior that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#import import section} in the documentation of this resource for the id to use --- @@ -919,7 +919,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/behavior" | Provisioners | *[]interface{} | *No description.* | | Name | *string | Name of the behavior. | | Type | *string | Type of the behavior. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#id Behavior#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#id Behavior#id}. | | LocationGranularityType | *string | Determines the method and level of detail used to evaluate the behavior. | | NumberOfAuthentications | *f64 | The number of recent authentications used to evaluate the behavior. Required for `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE` and `ANOMALOUS_IP` behavior types. | | RadiusFromLocation | *f64 | Radius from location (in kilometers). Should be at least 5. Required when `location_granularity_type` is set to `LAT_LONG`. | @@ -1008,7 +1008,7 @@ Name *string Name of the behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#name Behavior#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#name Behavior#name} --- @@ -1024,7 +1024,7 @@ Type of the behavior. Can be set to `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE`, `ANOMALOUS_IP` or `VELOCITY`. Resource will be recreated when the type changes.e -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#type Behavior#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#type Behavior#type} --- @@ -1036,7 +1036,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#id Behavior#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#id Behavior#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1055,7 +1055,7 @@ Determines the method and level of detail used to evaluate the behavior. Required for `ANOMALOUS_LOCATION` behavior type. Can be set to `LAT_LONG`, `CITY`, `COUNTRY` or `SUBDIVISION`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#location_granularity_type Behavior#location_granularity_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#location_granularity_type Behavior#location_granularity_type} --- @@ -1069,7 +1069,7 @@ NumberOfAuthentications *f64 The number of recent authentications used to evaluate the behavior. Required for `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE` and `ANOMALOUS_IP` behavior types. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#number_of_authentications Behavior#number_of_authentications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#number_of_authentications Behavior#number_of_authentications} --- @@ -1083,7 +1083,7 @@ RadiusFromLocation *f64 Radius from location (in kilometers). Should be at least 5. Required when `location_granularity_type` is set to `LAT_LONG`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#radius_from_location Behavior#radius_from_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#radius_from_location Behavior#radius_from_location} --- @@ -1097,7 +1097,7 @@ Status *string Behavior status: ACTIVE or INACTIVE. Default: `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#status Behavior#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#status Behavior#status} --- @@ -1111,7 +1111,7 @@ Velocity *f64 Velocity (in kilometers per hour). Should be at least 1. Required for `VELOCITY` behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#velocity Behavior#velocity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#velocity Behavior#velocity} --- diff --git a/docs/behavior.java.md b/docs/behavior.java.md index e0f20a376..2c6cec01b 100644 --- a/docs/behavior.java.md +++ b/docs/behavior.java.md @@ -4,7 +4,7 @@ ### Behavior -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior okta_behavior}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior okta_behavior}. #### Initializers @@ -47,7 +47,7 @@ Behavior.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | name | java.lang.String | Name of the behavior. | | type | java.lang.String | Type of the behavior. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#id Behavior#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#id Behavior#id}. | | locationGranularityType | java.lang.String | Determines the method and level of detail used to evaluate the behavior. | | numberOfAuthentications | java.lang.Number | The number of recent authentications used to evaluate the behavior. Required for `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE` and `ANOMALOUS_IP` behavior types. | | radiusFromLocation | java.lang.Number | Radius from location (in kilometers). Should be at least 5. Required when `location_granularity_type` is set to `LAT_LONG`. | @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope Name of the behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#name Behavior#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#name Behavior#name} --- @@ -134,7 +134,7 @@ Type of the behavior. Can be set to `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE`, `ANOMALOUS_IP` or `VELOCITY`. Resource will be recreated when the type changes.e -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#type Behavior#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#type Behavior#type} --- @@ -142,7 +142,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#id Behavior#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#id Behavior#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -157,7 +157,7 @@ Determines the method and level of detail used to evaluate the behavior. Required for `ANOMALOUS_LOCATION` behavior type. Can be set to `LAT_LONG`, `CITY`, `COUNTRY` or `SUBDIVISION`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#location_granularity_type Behavior#location_granularity_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#location_granularity_type Behavior#location_granularity_type} --- @@ -167,7 +167,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The number of recent authentications used to evaluate the behavior. Required for `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE` and `ANOMALOUS_IP` behavior types. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#number_of_authentications Behavior#number_of_authentications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#number_of_authentications Behavior#number_of_authentications} --- @@ -177,7 +177,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Radius from location (in kilometers). Should be at least 5. Required when `location_granularity_type` is set to `LAT_LONG`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#radius_from_location Behavior#radius_from_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#radius_from_location Behavior#radius_from_location} --- @@ -187,7 +187,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Behavior status: ACTIVE or INACTIVE. Default: `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#status Behavior#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#status Behavior#status} --- @@ -197,7 +197,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Velocity (in kilometers per hour). Should be at least 1. Required for `VELOCITY` behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#velocity Behavior#velocity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#velocity Behavior#velocity} --- @@ -666,7 +666,7 @@ The construct id used in the generated config for the Behavior to import. The id of the existing Behavior that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#import import section} in the documentation of this resource for the id to use --- @@ -1080,7 +1080,7 @@ BehaviorConfig.builder() | provisioners | java.util.List | *No description.* | | name | java.lang.String | Name of the behavior. | | type | java.lang.String | Type of the behavior. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#id Behavior#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#id Behavior#id}. | | locationGranularityType | java.lang.String | Determines the method and level of detail used to evaluate the behavior. | | numberOfAuthentications | java.lang.Number | The number of recent authentications used to evaluate the behavior. Required for `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE` and `ANOMALOUS_IP` behavior types. | | radiusFromLocation | java.lang.Number | Radius from location (in kilometers). Should be at least 5. Required when `location_granularity_type` is set to `LAT_LONG`. | @@ -1169,7 +1169,7 @@ public java.lang.String getName(); Name of the behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#name Behavior#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#name Behavior#name} --- @@ -1185,7 +1185,7 @@ Type of the behavior. Can be set to `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE`, `ANOMALOUS_IP` or `VELOCITY`. Resource will be recreated when the type changes.e -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#type Behavior#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#type Behavior#type} --- @@ -1197,7 +1197,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#id Behavior#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#id Behavior#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1216,7 +1216,7 @@ Determines the method and level of detail used to evaluate the behavior. Required for `ANOMALOUS_LOCATION` behavior type. Can be set to `LAT_LONG`, `CITY`, `COUNTRY` or `SUBDIVISION`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#location_granularity_type Behavior#location_granularity_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#location_granularity_type Behavior#location_granularity_type} --- @@ -1230,7 +1230,7 @@ public java.lang.Number getNumberOfAuthentications(); The number of recent authentications used to evaluate the behavior. Required for `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE` and `ANOMALOUS_IP` behavior types. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#number_of_authentications Behavior#number_of_authentications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#number_of_authentications Behavior#number_of_authentications} --- @@ -1244,7 +1244,7 @@ public java.lang.Number getRadiusFromLocation(); Radius from location (in kilometers). Should be at least 5. Required when `location_granularity_type` is set to `LAT_LONG`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#radius_from_location Behavior#radius_from_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#radius_from_location Behavior#radius_from_location} --- @@ -1258,7 +1258,7 @@ public java.lang.String getStatus(); Behavior status: ACTIVE or INACTIVE. Default: `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#status Behavior#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#status Behavior#status} --- @@ -1272,7 +1272,7 @@ public java.lang.Number getVelocity(); Velocity (in kilometers per hour). Should be at least 1. Required for `VELOCITY` behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#velocity Behavior#velocity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#velocity Behavior#velocity} --- diff --git a/docs/behavior.python.md b/docs/behavior.python.md index 351eb4d1e..f3ed1c6ef 100644 --- a/docs/behavior.python.md +++ b/docs/behavior.python.md @@ -4,7 +4,7 @@ ### Behavior -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior okta_behavior}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior okta_behavior}. #### Initializers @@ -45,7 +45,7 @@ behavior.Behavior( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | Name of the behavior. | | type | str | Type of the behavior. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#id Behavior#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#id Behavior#id}. | | location_granularity_type | str | Determines the method and level of detail used to evaluate the behavior. | | number_of_authentications | typing.Union[int, float] | The number of recent authentications used to evaluate the behavior. Required for `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE` and `ANOMALOUS_IP` behavior types. | | radius_from_location | typing.Union[int, float] | Radius from location (in kilometers). Should be at least 5. Required when `location_granularity_type` is set to `LAT_LONG`. | @@ -120,7 +120,7 @@ Must be unique amongst siblings in the same scope Name of the behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#name Behavior#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#name Behavior#name} --- @@ -132,7 +132,7 @@ Type of the behavior. Can be set to `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE`, `ANOMALOUS_IP` or `VELOCITY`. Resource will be recreated when the type changes.e -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#type Behavior#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#type Behavior#type} --- @@ -140,7 +140,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#id Behavior#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#id Behavior#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -155,7 +155,7 @@ Determines the method and level of detail used to evaluate the behavior. Required for `ANOMALOUS_LOCATION` behavior type. Can be set to `LAT_LONG`, `CITY`, `COUNTRY` or `SUBDIVISION`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#location_granularity_type Behavior#location_granularity_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#location_granularity_type Behavior#location_granularity_type} --- @@ -165,7 +165,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The number of recent authentications used to evaluate the behavior. Required for `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE` and `ANOMALOUS_IP` behavior types. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#number_of_authentications Behavior#number_of_authentications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#number_of_authentications Behavior#number_of_authentications} --- @@ -175,7 +175,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Radius from location (in kilometers). Should be at least 5. Required when `location_granularity_type` is set to `LAT_LONG`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#radius_from_location Behavior#radius_from_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#radius_from_location Behavior#radius_from_location} --- @@ -185,7 +185,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Behavior status: ACTIVE or INACTIVE. Default: `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#status Behavior#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#status Behavior#status} --- @@ -195,7 +195,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Velocity (in kilometers per hour). Should be at least 1. Required for `VELOCITY` behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#velocity Behavior#velocity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#velocity Behavior#velocity} --- @@ -710,7 +710,7 @@ The construct id used in the generated config for the Behavior to import. The id of the existing Behavior that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#import import section} in the documentation of this resource for the id to use --- @@ -1120,7 +1120,7 @@ behavior.BehaviorConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | name | str | Name of the behavior. | | type | str | Type of the behavior. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#id Behavior#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#id Behavior#id}. | | location_granularity_type | str | Determines the method and level of detail used to evaluate the behavior. | | number_of_authentications | typing.Union[int, float] | The number of recent authentications used to evaluate the behavior. Required for `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE` and `ANOMALOUS_IP` behavior types. | | radius_from_location | typing.Union[int, float] | Radius from location (in kilometers). Should be at least 5. Required when `location_granularity_type` is set to `LAT_LONG`. | @@ -1209,7 +1209,7 @@ name: str Name of the behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#name Behavior#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#name Behavior#name} --- @@ -1225,7 +1225,7 @@ Type of the behavior. Can be set to `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE`, `ANOMALOUS_IP` or `VELOCITY`. Resource will be recreated when the type changes.e -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#type Behavior#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#type Behavior#type} --- @@ -1237,7 +1237,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#id Behavior#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#id Behavior#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1256,7 +1256,7 @@ Determines the method and level of detail used to evaluate the behavior. Required for `ANOMALOUS_LOCATION` behavior type. Can be set to `LAT_LONG`, `CITY`, `COUNTRY` or `SUBDIVISION`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#location_granularity_type Behavior#location_granularity_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#location_granularity_type Behavior#location_granularity_type} --- @@ -1270,7 +1270,7 @@ number_of_authentications: typing.Union[int, float] The number of recent authentications used to evaluate the behavior. Required for `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE` and `ANOMALOUS_IP` behavior types. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#number_of_authentications Behavior#number_of_authentications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#number_of_authentications Behavior#number_of_authentications} --- @@ -1284,7 +1284,7 @@ radius_from_location: typing.Union[int, float] Radius from location (in kilometers). Should be at least 5. Required when `location_granularity_type` is set to `LAT_LONG`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#radius_from_location Behavior#radius_from_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#radius_from_location Behavior#radius_from_location} --- @@ -1298,7 +1298,7 @@ status: str Behavior status: ACTIVE or INACTIVE. Default: `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#status Behavior#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#status Behavior#status} --- @@ -1312,7 +1312,7 @@ velocity: typing.Union[int, float] Velocity (in kilometers per hour). Should be at least 1. Required for `VELOCITY` behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#velocity Behavior#velocity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#velocity Behavior#velocity} --- diff --git a/docs/behavior.typescript.md b/docs/behavior.typescript.md index 8d8333341..5a74b7df2 100644 --- a/docs/behavior.typescript.md +++ b/docs/behavior.typescript.md @@ -4,7 +4,7 @@ ### Behavior -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior okta_behavior}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior okta_behavior}. #### Initializers @@ -509,7 +509,7 @@ The construct id used in the generated config for the Behavior to import. The id of the existing Behavior that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#import import section} in the documentation of this resource for the id to use --- @@ -903,7 +903,7 @@ const behaviorConfig: behavior.BehaviorConfig = { ... } | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | name | string | Name of the behavior. | | type | string | Type of the behavior. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#id Behavior#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#id Behavior#id}. | | locationGranularityType | string | Determines the method and level of detail used to evaluate the behavior. | | numberOfAuthentications | number | The number of recent authentications used to evaluate the behavior. Required for `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE` and `ANOMALOUS_IP` behavior types. | | radiusFromLocation | number | Radius from location (in kilometers). Should be at least 5. Required when `location_granularity_type` is set to `LAT_LONG`. | @@ -992,7 +992,7 @@ public readonly name: string; Name of the behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#name Behavior#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#name Behavior#name} --- @@ -1008,7 +1008,7 @@ Type of the behavior. Can be set to `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE`, `ANOMALOUS_IP` or `VELOCITY`. Resource will be recreated when the type changes.e -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#type Behavior#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#type Behavior#type} --- @@ -1020,7 +1020,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#id Behavior#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#id Behavior#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1039,7 +1039,7 @@ Determines the method and level of detail used to evaluate the behavior. Required for `ANOMALOUS_LOCATION` behavior type. Can be set to `LAT_LONG`, `CITY`, `COUNTRY` or `SUBDIVISION`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#location_granularity_type Behavior#location_granularity_type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#location_granularity_type Behavior#location_granularity_type} --- @@ -1053,7 +1053,7 @@ public readonly numberOfAuthentications: number; The number of recent authentications used to evaluate the behavior. Required for `ANOMALOUS_LOCATION`, `ANOMALOUS_DEVICE` and `ANOMALOUS_IP` behavior types. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#number_of_authentications Behavior#number_of_authentications} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#number_of_authentications Behavior#number_of_authentications} --- @@ -1067,7 +1067,7 @@ public readonly radiusFromLocation: number; Radius from location (in kilometers). Should be at least 5. Required when `location_granularity_type` is set to `LAT_LONG`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#radius_from_location Behavior#radius_from_location} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#radius_from_location Behavior#radius_from_location} --- @@ -1081,7 +1081,7 @@ public readonly status: string; Behavior status: ACTIVE or INACTIVE. Default: `ACTIVE`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#status Behavior#status} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#status Behavior#status} --- @@ -1095,7 +1095,7 @@ public readonly velocity: number; Velocity (in kilometers per hour). Should be at least 1. Required for `VELOCITY` behavior. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/behavior#velocity Behavior#velocity} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/behavior#velocity Behavior#velocity} --- diff --git a/docs/brand.csharp.md b/docs/brand.csharp.md index 1d8d29782..ce637f3cd 100644 --- a/docs/brand.csharp.md +++ b/docs/brand.csharp.md @@ -4,7 +4,7 @@ ### Brand -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand okta_brand}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand okta_brand}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the Brand to import. The id of the existing Brand that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#import import section} in the documentation of this resource for the id to use --- @@ -1090,7 +1090,7 @@ public string Name { get; set; } Name of the brand. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#name Brand#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#name Brand#name} --- @@ -1104,7 +1104,7 @@ public object AgreeToCustomPrivacyPolicy { get; set; } Is a required input flag with when changing custom_privacy_url, shouldn't be considered as a readable property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#agree_to_custom_privacy_policy Brand#agree_to_custom_privacy_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#agree_to_custom_privacy_policy Brand#agree_to_custom_privacy_policy} --- @@ -1120,7 +1120,7 @@ Brand ID - Note: Okta API for brands only reads and updates therefore the okta_b Do this by setting brand_id. `DEPRECATED`: Okta has fully support brand creation, this attribute is a no op and will be removed -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#brand_id Brand#brand_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#brand_id Brand#brand_id} --- @@ -1134,7 +1134,7 @@ public string CustomPrivacyPolicyUrl { get; set; } Custom privacy policy URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#custom_privacy_policy_url Brand#custom_privacy_policy_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#custom_privacy_policy_url Brand#custom_privacy_policy_url} --- @@ -1148,7 +1148,7 @@ public string DefaultAppAppInstanceId { get; set; } Default app app instance id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_app_instance_id Brand#default_app_app_instance_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_app_instance_id Brand#default_app_app_instance_id} --- @@ -1162,7 +1162,7 @@ public string DefaultAppAppLinkName { get; set; } Default app app link name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_app_link_name Brand#default_app_app_link_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_app_link_name Brand#default_app_app_link_name} --- @@ -1176,7 +1176,7 @@ public string DefaultAppClassicApplicationUri { get; set; } Default app classic application uri. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_classic_application_uri Brand#default_app_classic_application_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_classic_application_uri Brand#default_app_classic_application_uri} --- @@ -1190,7 +1190,7 @@ public string Locale { get; set; } The language specified as an IETF BCP 47 language tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#locale Brand#locale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#locale Brand#locale} --- @@ -1204,7 +1204,7 @@ public object RemovePoweredByOkta { get; set; } Removes "Powered by Okta" from the Okta-hosted sign-in page and "© 2021 Okta, Inc." from the Okta End-User Dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#remove_powered_by_okta Brand#remove_powered_by_okta} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#remove_powered_by_okta Brand#remove_powered_by_okta} --- diff --git a/docs/brand.go.md b/docs/brand.go.md index 6234a68b2..141039a12 100644 --- a/docs/brand.go.md +++ b/docs/brand.go.md @@ -4,7 +4,7 @@ ### Brand -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand okta_brand}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand okta_brand}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the Brand to import. The id of the existing Brand that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#import import section} in the documentation of this resource for the id to use --- @@ -1090,7 +1090,7 @@ Name *string Name of the brand. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#name Brand#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#name Brand#name} --- @@ -1104,7 +1104,7 @@ AgreeToCustomPrivacyPolicy interface{} Is a required input flag with when changing custom_privacy_url, shouldn't be considered as a readable property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#agree_to_custom_privacy_policy Brand#agree_to_custom_privacy_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#agree_to_custom_privacy_policy Brand#agree_to_custom_privacy_policy} --- @@ -1120,7 +1120,7 @@ Brand ID - Note: Okta API for brands only reads and updates therefore the okta_b Do this by setting brand_id. `DEPRECATED`: Okta has fully support brand creation, this attribute is a no op and will be removed -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#brand_id Brand#brand_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#brand_id Brand#brand_id} --- @@ -1134,7 +1134,7 @@ CustomPrivacyPolicyUrl *string Custom privacy policy URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#custom_privacy_policy_url Brand#custom_privacy_policy_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#custom_privacy_policy_url Brand#custom_privacy_policy_url} --- @@ -1148,7 +1148,7 @@ DefaultAppAppInstanceId *string Default app app instance id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_app_instance_id Brand#default_app_app_instance_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_app_instance_id Brand#default_app_app_instance_id} --- @@ -1162,7 +1162,7 @@ DefaultAppAppLinkName *string Default app app link name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_app_link_name Brand#default_app_app_link_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_app_link_name Brand#default_app_app_link_name} --- @@ -1176,7 +1176,7 @@ DefaultAppClassicApplicationUri *string Default app classic application uri. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_classic_application_uri Brand#default_app_classic_application_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_classic_application_uri Brand#default_app_classic_application_uri} --- @@ -1190,7 +1190,7 @@ Locale *string The language specified as an IETF BCP 47 language tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#locale Brand#locale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#locale Brand#locale} --- @@ -1204,7 +1204,7 @@ RemovePoweredByOkta interface{} Removes "Powered by Okta" from the Okta-hosted sign-in page and "© 2021 Okta, Inc." from the Okta End-User Dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#remove_powered_by_okta Brand#remove_powered_by_okta} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#remove_powered_by_okta Brand#remove_powered_by_okta} --- diff --git a/docs/brand.java.md b/docs/brand.java.md index 302e95637..67c27b194 100644 --- a/docs/brand.java.md +++ b/docs/brand.java.md @@ -4,7 +4,7 @@ ### Brand -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand okta_brand}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand okta_brand}. #### Initializers @@ -126,7 +126,7 @@ Must be unique amongst siblings in the same scope Name of the brand. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#name Brand#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#name Brand#name} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Is a required input flag with when changing custom_privacy_url, shouldn't be considered as a readable property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#agree_to_custom_privacy_policy Brand#agree_to_custom_privacy_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#agree_to_custom_privacy_policy Brand#agree_to_custom_privacy_policy} --- @@ -148,7 +148,7 @@ Brand ID - Note: Okta API for brands only reads and updates therefore the okta_b Do this by setting brand_id. `DEPRECATED`: Okta has fully support brand creation, this attribute is a no op and will be removed -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#brand_id Brand#brand_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#brand_id Brand#brand_id} --- @@ -158,7 +158,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom privacy policy URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#custom_privacy_policy_url Brand#custom_privacy_policy_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#custom_privacy_policy_url Brand#custom_privacy_policy_url} --- @@ -168,7 +168,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Default app app instance id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_app_instance_id Brand#default_app_app_instance_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_app_instance_id Brand#default_app_app_instance_id} --- @@ -178,7 +178,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Default app app link name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_app_link_name Brand#default_app_app_link_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_app_link_name Brand#default_app_app_link_name} --- @@ -188,7 +188,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Default app classic application uri. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_classic_application_uri Brand#default_app_classic_application_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_classic_application_uri Brand#default_app_classic_application_uri} --- @@ -198,7 +198,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The language specified as an IETF BCP 47 language tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#locale Brand#locale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#locale Brand#locale} --- @@ -208,7 +208,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Removes "Powered by Okta" from the Okta-hosted sign-in page and "© 2021 Okta, Inc." from the Okta End-User Dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#remove_powered_by_okta Brand#remove_powered_by_okta} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#remove_powered_by_okta Brand#remove_powered_by_okta} --- @@ -691,7 +691,7 @@ The construct id used in the generated config for the Brand to import. The id of the existing Brand that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#import import section} in the documentation of this resource for the id to use --- @@ -1264,7 +1264,7 @@ public java.lang.String getName(); Name of the brand. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#name Brand#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#name Brand#name} --- @@ -1278,7 +1278,7 @@ public java.lang.Object getAgreeToCustomPrivacyPolicy(); Is a required input flag with when changing custom_privacy_url, shouldn't be considered as a readable property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#agree_to_custom_privacy_policy Brand#agree_to_custom_privacy_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#agree_to_custom_privacy_policy Brand#agree_to_custom_privacy_policy} --- @@ -1294,7 +1294,7 @@ Brand ID - Note: Okta API for brands only reads and updates therefore the okta_b Do this by setting brand_id. `DEPRECATED`: Okta has fully support brand creation, this attribute is a no op and will be removed -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#brand_id Brand#brand_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#brand_id Brand#brand_id} --- @@ -1308,7 +1308,7 @@ public java.lang.String getCustomPrivacyPolicyUrl(); Custom privacy policy URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#custom_privacy_policy_url Brand#custom_privacy_policy_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#custom_privacy_policy_url Brand#custom_privacy_policy_url} --- @@ -1322,7 +1322,7 @@ public java.lang.String getDefaultAppAppInstanceId(); Default app app instance id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_app_instance_id Brand#default_app_app_instance_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_app_instance_id Brand#default_app_app_instance_id} --- @@ -1336,7 +1336,7 @@ public java.lang.String getDefaultAppAppLinkName(); Default app app link name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_app_link_name Brand#default_app_app_link_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_app_link_name Brand#default_app_app_link_name} --- @@ -1350,7 +1350,7 @@ public java.lang.String getDefaultAppClassicApplicationUri(); Default app classic application uri. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_classic_application_uri Brand#default_app_classic_application_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_classic_application_uri Brand#default_app_classic_application_uri} --- @@ -1364,7 +1364,7 @@ public java.lang.String getLocale(); The language specified as an IETF BCP 47 language tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#locale Brand#locale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#locale Brand#locale} --- @@ -1378,7 +1378,7 @@ public java.lang.Object getRemovePoweredByOkta(); Removes "Powered by Okta" from the Okta-hosted sign-in page and "© 2021 Okta, Inc." from the Okta End-User Dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#remove_powered_by_okta Brand#remove_powered_by_okta} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#remove_powered_by_okta Brand#remove_powered_by_okta} --- diff --git a/docs/brand.python.md b/docs/brand.python.md index 67f4c89e0..a81e2fca8 100644 --- a/docs/brand.python.md +++ b/docs/brand.python.md @@ -4,7 +4,7 @@ ### Brand -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand okta_brand}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand okta_brand}. #### Initializers @@ -122,7 +122,7 @@ Must be unique amongst siblings in the same scope Name of the brand. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#name Brand#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#name Brand#name} --- @@ -132,7 +132,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Is a required input flag with when changing custom_privacy_url, shouldn't be considered as a readable property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#agree_to_custom_privacy_policy Brand#agree_to_custom_privacy_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#agree_to_custom_privacy_policy Brand#agree_to_custom_privacy_policy} --- @@ -144,7 +144,7 @@ Brand ID - Note: Okta API for brands only reads and updates therefore the okta_b Do this by setting brand_id. `DEPRECATED`: Okta has fully support brand creation, this attribute is a no op and will be removed -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#brand_id Brand#brand_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#brand_id Brand#brand_id} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Custom privacy policy URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#custom_privacy_policy_url Brand#custom_privacy_policy_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#custom_privacy_policy_url Brand#custom_privacy_policy_url} --- @@ -164,7 +164,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Default app app instance id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_app_instance_id Brand#default_app_app_instance_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_app_instance_id Brand#default_app_app_instance_id} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Default app app link name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_app_link_name Brand#default_app_app_link_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_app_link_name Brand#default_app_app_link_name} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Default app classic application uri. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_classic_application_uri Brand#default_app_classic_application_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_classic_application_uri Brand#default_app_classic_application_uri} --- @@ -194,7 +194,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ The language specified as an IETF BCP 47 language tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#locale Brand#locale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#locale Brand#locale} --- @@ -204,7 +204,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Removes "Powered by Okta" from the Okta-hosted sign-in page and "© 2021 Okta, Inc." from the Okta End-User Dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#remove_powered_by_okta Brand#remove_powered_by_okta} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#remove_powered_by_okta Brand#remove_powered_by_okta} --- @@ -733,7 +733,7 @@ The construct id used in the generated config for the Brand to import. The id of the existing Brand that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#import import section} in the documentation of this resource for the id to use --- @@ -1300,7 +1300,7 @@ name: str Name of the brand. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#name Brand#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#name Brand#name} --- @@ -1314,7 +1314,7 @@ agree_to_custom_privacy_policy: typing.Union[bool, IResolvable] Is a required input flag with when changing custom_privacy_url, shouldn't be considered as a readable property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#agree_to_custom_privacy_policy Brand#agree_to_custom_privacy_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#agree_to_custom_privacy_policy Brand#agree_to_custom_privacy_policy} --- @@ -1330,7 +1330,7 @@ Brand ID - Note: Okta API for brands only reads and updates therefore the okta_b Do this by setting brand_id. `DEPRECATED`: Okta has fully support brand creation, this attribute is a no op and will be removed -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#brand_id Brand#brand_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#brand_id Brand#brand_id} --- @@ -1344,7 +1344,7 @@ custom_privacy_policy_url: str Custom privacy policy URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#custom_privacy_policy_url Brand#custom_privacy_policy_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#custom_privacy_policy_url Brand#custom_privacy_policy_url} --- @@ -1358,7 +1358,7 @@ default_app_app_instance_id: str Default app app instance id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_app_instance_id Brand#default_app_app_instance_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_app_instance_id Brand#default_app_app_instance_id} --- @@ -1372,7 +1372,7 @@ default_app_app_link_name: str Default app app link name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_app_link_name Brand#default_app_app_link_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_app_link_name Brand#default_app_app_link_name} --- @@ -1386,7 +1386,7 @@ default_app_classic_application_uri: str Default app classic application uri. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_classic_application_uri Brand#default_app_classic_application_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_classic_application_uri Brand#default_app_classic_application_uri} --- @@ -1400,7 +1400,7 @@ locale: str The language specified as an IETF BCP 47 language tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#locale Brand#locale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#locale Brand#locale} --- @@ -1414,7 +1414,7 @@ remove_powered_by_okta: typing.Union[bool, IResolvable] Removes "Powered by Okta" from the Okta-hosted sign-in page and "© 2021 Okta, Inc." from the Okta End-User Dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#remove_powered_by_okta Brand#remove_powered_by_okta} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#remove_powered_by_okta Brand#remove_powered_by_okta} --- diff --git a/docs/brand.typescript.md b/docs/brand.typescript.md index d6e0c35dc..85d604c10 100644 --- a/docs/brand.typescript.md +++ b/docs/brand.typescript.md @@ -4,7 +4,7 @@ ### Brand -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand okta_brand}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand okta_brand}. #### Initializers @@ -523,7 +523,7 @@ The construct id used in the generated config for the Brand to import. The id of the existing Brand that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#import import section} in the documentation of this resource for the id to use --- @@ -1073,7 +1073,7 @@ public readonly name: string; Name of the brand. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#name Brand#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#name Brand#name} --- @@ -1087,7 +1087,7 @@ public readonly agreeToCustomPrivacyPolicy: boolean | IResolvable; Is a required input flag with when changing custom_privacy_url, shouldn't be considered as a readable property. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#agree_to_custom_privacy_policy Brand#agree_to_custom_privacy_policy} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#agree_to_custom_privacy_policy Brand#agree_to_custom_privacy_policy} --- @@ -1103,7 +1103,7 @@ Brand ID - Note: Okta API for brands only reads and updates therefore the okta_b Do this by setting brand_id. `DEPRECATED`: Okta has fully support brand creation, this attribute is a no op and will be removed -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#brand_id Brand#brand_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#brand_id Brand#brand_id} --- @@ -1117,7 +1117,7 @@ public readonly customPrivacyPolicyUrl: string; Custom privacy policy URL. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#custom_privacy_policy_url Brand#custom_privacy_policy_url} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#custom_privacy_policy_url Brand#custom_privacy_policy_url} --- @@ -1131,7 +1131,7 @@ public readonly defaultAppAppInstanceId: string; Default app app instance id. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_app_instance_id Brand#default_app_app_instance_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_app_instance_id Brand#default_app_app_instance_id} --- @@ -1145,7 +1145,7 @@ public readonly defaultAppAppLinkName: string; Default app app link name. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_app_link_name Brand#default_app_app_link_name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_app_link_name Brand#default_app_app_link_name} --- @@ -1159,7 +1159,7 @@ public readonly defaultAppClassicApplicationUri: string; Default app classic application uri. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#default_app_classic_application_uri Brand#default_app_classic_application_uri} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#default_app_classic_application_uri Brand#default_app_classic_application_uri} --- @@ -1173,7 +1173,7 @@ public readonly locale: string; The language specified as an IETF BCP 47 language tag. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#locale Brand#locale} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#locale Brand#locale} --- @@ -1187,7 +1187,7 @@ public readonly removePoweredByOkta: boolean | IResolvable; Removes "Powered by Okta" from the Okta-hosted sign-in page and "© 2021 Okta, Inc." from the Okta End-User Dashboard. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/brand#remove_powered_by_okta Brand#remove_powered_by_okta} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/brand#remove_powered_by_okta Brand#remove_powered_by_okta} --- diff --git a/docs/captcha.csharp.md b/docs/captcha.csharp.md index 0ae751075..b8171796a 100644 --- a/docs/captcha.csharp.md +++ b/docs/captcha.csharp.md @@ -4,7 +4,7 @@ ### Captcha -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha okta_captcha}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha okta_captcha}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the Captcha to import. The id of the existing Captcha that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#import import section} in the documentation of this resource for the id to use --- @@ -817,7 +817,7 @@ new CaptchaConfig { | SecretKey | string | Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token. | | SiteKey | string | Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page. | | Type | string | Type of the captcha. Valid values: `HCAPTCHA`, `RECAPTCHA_V2`. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#id Captcha#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#id Captcha#id}. | --- @@ -901,7 +901,7 @@ public string Name { get; set; } Name of the CAPTCHA. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#name Captcha#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#name Captcha#name} --- @@ -915,7 +915,7 @@ public string SecretKey { get; set; } Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#secret_key Captcha#secret_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#secret_key Captcha#secret_key} --- @@ -929,7 +929,7 @@ public string SiteKey { get; set; } Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#site_key Captcha#site_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#site_key Captcha#site_key} --- @@ -943,7 +943,7 @@ public string Type { get; set; } Type of the captcha. Valid values: `HCAPTCHA`, `RECAPTCHA_V2`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#type Captcha#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#type Captcha#type} --- @@ -955,7 +955,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#id Captcha#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#id Captcha#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/captcha.go.md b/docs/captcha.go.md index e0d53d8cd..128a06300 100644 --- a/docs/captcha.go.md +++ b/docs/captcha.go.md @@ -4,7 +4,7 @@ ### Captcha -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha okta_captcha}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha okta_captcha}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the Captcha to import. The id of the existing Captcha that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#import import section} in the documentation of this resource for the id to use --- @@ -817,7 +817,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/captcha" | SecretKey | *string | Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token. | | SiteKey | *string | Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page. | | Type | *string | Type of the captcha. Valid values: `HCAPTCHA`, `RECAPTCHA_V2`. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#id Captcha#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#id Captcha#id}. | --- @@ -901,7 +901,7 @@ Name *string Name of the CAPTCHA. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#name Captcha#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#name Captcha#name} --- @@ -915,7 +915,7 @@ SecretKey *string Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#secret_key Captcha#secret_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#secret_key Captcha#secret_key} --- @@ -929,7 +929,7 @@ SiteKey *string Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#site_key Captcha#site_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#site_key Captcha#site_key} --- @@ -943,7 +943,7 @@ Type *string Type of the captcha. Valid values: `HCAPTCHA`, `RECAPTCHA_V2`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#type Captcha#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#type Captcha#type} --- @@ -955,7 +955,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#id Captcha#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#id Captcha#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/captcha.java.md b/docs/captcha.java.md index 2ebc973dc..f4a52cf7e 100644 --- a/docs/captcha.java.md +++ b/docs/captcha.java.md @@ -4,7 +4,7 @@ ### Captcha -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha okta_captcha}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha okta_captcha}. #### Initializers @@ -46,7 +46,7 @@ Captcha.Builder.create(Construct scope, java.lang.String id) | secretKey | java.lang.String | Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token. | | siteKey | java.lang.String | Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page. | | type | java.lang.String | Type of the captcha. Valid values: `HCAPTCHA`, `RECAPTCHA_V2`. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#id Captcha#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#id Captcha#id}. | --- @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope Name of the CAPTCHA. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#name Captcha#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#name Captcha#name} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#secret_key Captcha#secret_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#secret_key Captcha#secret_key} --- @@ -136,7 +136,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#site_key Captcha#site_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#site_key Captcha#site_key} --- @@ -146,7 +146,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Type of the captcha. Valid values: `HCAPTCHA`, `RECAPTCHA_V2`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#type Captcha#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#type Captcha#type} --- @@ -154,7 +154,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#id Captcha#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#id Captcha#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -591,7 +591,7 @@ The construct id used in the generated config for the Captcha to import. The id of the existing Captcha that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#import import section} in the documentation of this resource for the id to use --- @@ -938,7 +938,7 @@ CaptchaConfig.builder() | secretKey | java.lang.String | Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token. | | siteKey | java.lang.String | Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page. | | type | java.lang.String | Type of the captcha. Valid values: `HCAPTCHA`, `RECAPTCHA_V2`. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#id Captcha#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#id Captcha#id}. | --- @@ -1022,7 +1022,7 @@ public java.lang.String getName(); Name of the CAPTCHA. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#name Captcha#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#name Captcha#name} --- @@ -1036,7 +1036,7 @@ public java.lang.String getSecretKey(); Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#secret_key Captcha#secret_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#secret_key Captcha#secret_key} --- @@ -1050,7 +1050,7 @@ public java.lang.String getSiteKey(); Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#site_key Captcha#site_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#site_key Captcha#site_key} --- @@ -1064,7 +1064,7 @@ public java.lang.String getType(); Type of the captcha. Valid values: `HCAPTCHA`, `RECAPTCHA_V2`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#type Captcha#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#type Captcha#type} --- @@ -1076,7 +1076,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#id Captcha#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#id Captcha#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/captcha.python.md b/docs/captcha.python.md index 737af93e4..56f095886 100644 --- a/docs/captcha.python.md +++ b/docs/captcha.python.md @@ -4,7 +4,7 @@ ### Captcha -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha okta_captcha}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha okta_captcha}. #### Initializers @@ -44,7 +44,7 @@ captcha.Captcha( | secret_key | str | Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token. | | site_key | str | Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page. | | type | str | Type of the captcha. Valid values: `HCAPTCHA`, `RECAPTCHA_V2`. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#id Captcha#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#id Captcha#id}. | --- @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope Name of the CAPTCHA. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#name Captcha#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#name Captcha#name} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#secret_key Captcha#secret_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#secret_key Captcha#secret_key} --- @@ -134,7 +134,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#site_key Captcha#site_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#site_key Captcha#site_key} --- @@ -144,7 +144,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Type of the captcha. Valid values: `HCAPTCHA`, `RECAPTCHA_V2`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#type Captcha#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#type Captcha#type} --- @@ -152,7 +152,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#id Captcha#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#id Captcha#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -635,7 +635,7 @@ The construct id used in the generated config for the Captcha to import. The id of the existing Captcha that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#import import section} in the documentation of this resource for the id to use --- @@ -978,7 +978,7 @@ captcha.CaptchaConfig( | secret_key | str | Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token. | | site_key | str | Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page. | | type | str | Type of the captcha. Valid values: `HCAPTCHA`, `RECAPTCHA_V2`. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#id Captcha#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#id Captcha#id}. | --- @@ -1062,7 +1062,7 @@ name: str Name of the CAPTCHA. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#name Captcha#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#name Captcha#name} --- @@ -1076,7 +1076,7 @@ secret_key: str Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#secret_key Captcha#secret_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#secret_key Captcha#secret_key} --- @@ -1090,7 +1090,7 @@ site_key: str Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#site_key Captcha#site_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#site_key Captcha#site_key} --- @@ -1104,7 +1104,7 @@ type: str Type of the captcha. Valid values: `HCAPTCHA`, `RECAPTCHA_V2`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#type Captcha#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#type Captcha#type} --- @@ -1116,7 +1116,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#id Captcha#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#id Captcha#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/captcha.typescript.md b/docs/captcha.typescript.md index 29f03e7cf..404a1f1fc 100644 --- a/docs/captcha.typescript.md +++ b/docs/captcha.typescript.md @@ -4,7 +4,7 @@ ### Captcha -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha okta_captcha}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha okta_captcha}. #### Initializers @@ -474,7 +474,7 @@ The construct id used in the generated config for the Captcha to import. The id of the existing Captcha that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#import import section} in the documentation of this resource for the id to use --- @@ -804,7 +804,7 @@ const captchaConfig: captcha.CaptchaConfig = { ... } | secretKey | string | Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token. | | siteKey | string | Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page. | | type | string | Type of the captcha. Valid values: `HCAPTCHA`, `RECAPTCHA_V2`. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#id Captcha#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#id Captcha#id}. | --- @@ -888,7 +888,7 @@ public readonly name: string; Name of the CAPTCHA. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#name Captcha#name} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#name Captcha#name} --- @@ -902,7 +902,7 @@ public readonly secretKey: string; Secret key issued from the CAPTCHA vendor to perform server-side validation for a CAPTCHA token. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#secret_key Captcha#secret_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#secret_key Captcha#secret_key} --- @@ -916,7 +916,7 @@ public readonly siteKey: string; Site key issued from the CAPTCHA vendor to render a CAPTCHA on a page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#site_key Captcha#site_key} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#site_key Captcha#site_key} --- @@ -930,7 +930,7 @@ public readonly type: string; Type of the captcha. Valid values: `HCAPTCHA`, `RECAPTCHA_V2`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#type Captcha#type} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#type Captcha#type} --- @@ -942,7 +942,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha#id Captcha#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha#id Captcha#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/captchaOrgWideSettings.csharp.md b/docs/captchaOrgWideSettings.csharp.md index d2f4850b7..dbde651d8 100644 --- a/docs/captchaOrgWideSettings.csharp.md +++ b/docs/captchaOrgWideSettings.csharp.md @@ -4,7 +4,7 @@ ### CaptchaOrgWideSettings -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings okta_captcha_org_wide_settings}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings okta_captcha_org_wide_settings}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the CaptchaOrgWideSettings to The id of the existing CaptchaOrgWideSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#import import section} in the documentation of this resource for the id to use --- @@ -783,7 +783,7 @@ new CaptchaOrgWideSettingsConfig { | Provisioners | object[] | *No description.* | | CaptchaId | string | Array of pages that have CAPTCHA enabled. Valid values: `SSR`, `SSPR` and `SIGN_IN`. | | EnabledFor | string[] | Set of pages that have CAPTCHA enabled. | -| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. | +| Id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. | --- @@ -867,7 +867,7 @@ public string CaptchaId { get; set; } Array of pages that have CAPTCHA enabled. Valid values: `SSR`, `SSPR` and `SIGN_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#captcha_id CaptchaOrgWideSettings#captcha_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#captcha_id CaptchaOrgWideSettings#captcha_id} --- @@ -881,7 +881,7 @@ public string[] EnabledFor { get; set; } Set of pages that have CAPTCHA enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#enabled_for CaptchaOrgWideSettings#enabled_for} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#enabled_for CaptchaOrgWideSettings#enabled_for} --- @@ -893,7 +893,7 @@ public string Id { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/captchaOrgWideSettings.go.md b/docs/captchaOrgWideSettings.go.md index 8c8feac7c..2528b033e 100644 --- a/docs/captchaOrgWideSettings.go.md +++ b/docs/captchaOrgWideSettings.go.md @@ -4,7 +4,7 @@ ### CaptchaOrgWideSettings -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings okta_captcha_org_wide_settings}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings okta_captcha_org_wide_settings}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the CaptchaOrgWideSettings to The id of the existing CaptchaOrgWideSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#import import section} in the documentation of this resource for the id to use --- @@ -783,7 +783,7 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/captchaorgwidesettings" | Provisioners | *[]interface{} | *No description.* | | CaptchaId | *string | Array of pages that have CAPTCHA enabled. Valid values: `SSR`, `SSPR` and `SIGN_IN`. | | EnabledFor | *[]*string | Set of pages that have CAPTCHA enabled. | -| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. | +| Id | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. | --- @@ -867,7 +867,7 @@ CaptchaId *string Array of pages that have CAPTCHA enabled. Valid values: `SSR`, `SSPR` and `SIGN_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#captcha_id CaptchaOrgWideSettings#captcha_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#captcha_id CaptchaOrgWideSettings#captcha_id} --- @@ -881,7 +881,7 @@ EnabledFor *[]*string Set of pages that have CAPTCHA enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#enabled_for CaptchaOrgWideSettings#enabled_for} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#enabled_for CaptchaOrgWideSettings#enabled_for} --- @@ -893,7 +893,7 @@ Id *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/captchaOrgWideSettings.java.md b/docs/captchaOrgWideSettings.java.md index ceebb8ec1..644e85a06 100644 --- a/docs/captchaOrgWideSettings.java.md +++ b/docs/captchaOrgWideSettings.java.md @@ -4,7 +4,7 @@ ### CaptchaOrgWideSettings -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings okta_captcha_org_wide_settings}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings okta_captcha_org_wide_settings}. #### Initializers @@ -42,7 +42,7 @@ CaptchaOrgWideSettings.Builder.create(Construct scope, java.lang.String id) | provisioners | java.util.List | *No description.* | | captchaId | java.lang.String | Array of pages that have CAPTCHA enabled. Valid values: `SSR`, `SSPR` and `SIGN_IN`. | | enabledFor | java.util.List | Set of pages that have CAPTCHA enabled. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. | --- @@ -112,7 +112,7 @@ Must be unique amongst siblings in the same scope Array of pages that have CAPTCHA enabled. Valid values: `SSR`, `SSPR` and `SIGN_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#captcha_id CaptchaOrgWideSettings#captcha_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#captcha_id CaptchaOrgWideSettings#captcha_id} --- @@ -122,7 +122,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Set of pages that have CAPTCHA enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#enabled_for CaptchaOrgWideSettings#enabled_for} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#enabled_for CaptchaOrgWideSettings#enabled_for} --- @@ -130,7 +130,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -581,7 +581,7 @@ The construct id used in the generated config for the CaptchaOrgWideSettings to The id of the existing CaptchaOrgWideSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#import import section} in the documentation of this resource for the id to use --- @@ -880,7 +880,7 @@ CaptchaOrgWideSettingsConfig.builder() | provisioners | java.util.List | *No description.* | | captchaId | java.lang.String | Array of pages that have CAPTCHA enabled. Valid values: `SSR`, `SSPR` and `SIGN_IN`. | | enabledFor | java.util.List | Set of pages that have CAPTCHA enabled. | -| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. | +| id | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. | --- @@ -964,7 +964,7 @@ public java.lang.String getCaptchaId(); Array of pages that have CAPTCHA enabled. Valid values: `SSR`, `SSPR` and `SIGN_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#captcha_id CaptchaOrgWideSettings#captcha_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#captcha_id CaptchaOrgWideSettings#captcha_id} --- @@ -978,7 +978,7 @@ public java.util.List getEnabledFor(); Set of pages that have CAPTCHA enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#enabled_for CaptchaOrgWideSettings#enabled_for} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#enabled_for CaptchaOrgWideSettings#enabled_for} --- @@ -990,7 +990,7 @@ public java.lang.String getId(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/captchaOrgWideSettings.python.md b/docs/captchaOrgWideSettings.python.md index 1ea596951..508bd98d3 100644 --- a/docs/captchaOrgWideSettings.python.md +++ b/docs/captchaOrgWideSettings.python.md @@ -4,7 +4,7 @@ ### CaptchaOrgWideSettings -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings okta_captcha_org_wide_settings}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings okta_captcha_org_wide_settings}. #### Initializers @@ -40,7 +40,7 @@ captchaOrgWideSettings.CaptchaOrgWideSettings( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | captcha_id | str | Array of pages that have CAPTCHA enabled. Valid values: `SSR`, `SSPR` and `SIGN_IN`. | | enabled_for | typing.List[str] | Set of pages that have CAPTCHA enabled. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. | --- @@ -110,7 +110,7 @@ Must be unique amongst siblings in the same scope Array of pages that have CAPTCHA enabled. Valid values: `SSR`, `SSPR` and `SIGN_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#captcha_id CaptchaOrgWideSettings#captcha_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#captcha_id CaptchaOrgWideSettings#captcha_id} --- @@ -120,7 +120,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Set of pages that have CAPTCHA enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#enabled_for CaptchaOrgWideSettings#enabled_for} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#enabled_for CaptchaOrgWideSettings#enabled_for} --- @@ -128,7 +128,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -625,7 +625,7 @@ The construct id used in the generated config for the CaptchaOrgWideSettings to The id of the existing CaptchaOrgWideSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#import import section} in the documentation of this resource for the id to use --- @@ -920,7 +920,7 @@ captchaOrgWideSettings.CaptchaOrgWideSettingsConfig( | provisioners | typing.List[typing.Union[cdktf.FileProvisioner, cdktf.LocalExecProvisioner, cdktf.RemoteExecProvisioner]] | *No description.* | | captcha_id | str | Array of pages that have CAPTCHA enabled. Valid values: `SSR`, `SSPR` and `SIGN_IN`. | | enabled_for | typing.List[str] | Set of pages that have CAPTCHA enabled. | -| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. | +| id | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. | --- @@ -1004,7 +1004,7 @@ captcha_id: str Array of pages that have CAPTCHA enabled. Valid values: `SSR`, `SSPR` and `SIGN_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#captcha_id CaptchaOrgWideSettings#captcha_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#captcha_id CaptchaOrgWideSettings#captcha_id} --- @@ -1018,7 +1018,7 @@ enabled_for: typing.List[str] Set of pages that have CAPTCHA enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#enabled_for CaptchaOrgWideSettings#enabled_for} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#enabled_for CaptchaOrgWideSettings#enabled_for} --- @@ -1030,7 +1030,7 @@ id: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/captchaOrgWideSettings.typescript.md b/docs/captchaOrgWideSettings.typescript.md index 4daa628a8..734f3c6df 100644 --- a/docs/captchaOrgWideSettings.typescript.md +++ b/docs/captchaOrgWideSettings.typescript.md @@ -4,7 +4,7 @@ ### CaptchaOrgWideSettings -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings okta_captcha_org_wide_settings}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings okta_captcha_org_wide_settings}. #### Initializers @@ -488,7 +488,7 @@ The construct id used in the generated config for the CaptchaOrgWideSettings to The id of the existing CaptchaOrgWideSettings that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#import import section} in the documentation of this resource for the id to use --- @@ -772,7 +772,7 @@ const captchaOrgWideSettingsConfig: captchaOrgWideSettings.CaptchaOrgWideSetting | provisioners | cdktf.FileProvisioner \| cdktf.LocalExecProvisioner \| cdktf.RemoteExecProvisioner[] | *No description.* | | captchaId | string | Array of pages that have CAPTCHA enabled. Valid values: `SSR`, `SSPR` and `SIGN_IN`. | | enabledFor | string[] | Set of pages that have CAPTCHA enabled. | -| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. | +| id | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. | --- @@ -856,7 +856,7 @@ public readonly captchaId: string; Array of pages that have CAPTCHA enabled. Valid values: `SSR`, `SSPR` and `SIGN_IN`. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#captcha_id CaptchaOrgWideSettings#captcha_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#captcha_id CaptchaOrgWideSettings#captcha_id} --- @@ -870,7 +870,7 @@ public readonly enabledFor: string[]; Set of pages that have CAPTCHA enabled. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#enabled_for CaptchaOrgWideSettings#enabled_for} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#enabled_for CaptchaOrgWideSettings#enabled_for} --- @@ -882,7 +882,7 @@ public readonly id: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/captcha_org_wide_settings#id CaptchaOrgWideSettings#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. diff --git a/docs/customizedSigninPage.csharp.md b/docs/customizedSigninPage.csharp.md index d90bde167..747e617ae 100644 --- a/docs/customizedSigninPage.csharp.md +++ b/docs/customizedSigninPage.csharp.md @@ -4,7 +4,7 @@ ### CustomizedSigninPage -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page okta_customized_signin_page}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page okta_customized_signin_page}. #### Initializers @@ -507,7 +507,7 @@ The construct id used in the generated config for the CustomizedSigninPage to im The id of the existing CustomizedSigninPage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#import import section} in the documentation of this resource for the id to use --- @@ -945,7 +945,7 @@ public string BrandId { get; set; } brand id of the preview signin page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#brand_id CustomizedSigninPage#brand_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#brand_id CustomizedSigninPage#brand_id} --- @@ -959,7 +959,7 @@ public string PageContent { get; set; } page content of the preview signin page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#page_content CustomizedSigninPage#page_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#page_content CustomizedSigninPage#page_content} --- @@ -980,7 +980,7 @@ The following are currently supported 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 5.10, 5.11, 5.12, 5.13, 5.14, 5.15, 5.16, 6.0, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 7.10, 7.11, 7.12, 7.13. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_version CustomizedSigninPage#widget_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_version CustomizedSigninPage#widget_version} --- @@ -994,7 +994,7 @@ public CustomizedSigninPageContentSecurityPolicySetting ContentSecurityPolicySet content_security_policy_setting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#content_security_policy_setting CustomizedSigninPage#content_security_policy_setting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#content_security_policy_setting CustomizedSigninPage#content_security_policy_setting} --- @@ -1008,7 +1008,7 @@ public CustomizedSigninPageWidgetCustomizations WidgetCustomizations { get; set; widget_customizations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_customizations CustomizedSigninPage#widget_customizations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_customizations CustomizedSigninPage#widget_customizations} --- @@ -1031,8 +1031,8 @@ new CustomizedSigninPageContentSecurityPolicySetting { | **Name** | **Type** | **Description** | | --- | --- | --- | | Mode | string | enforced or report_only. | -| ReportUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. | -| SrcList | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. | +| ReportUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. | +| SrcList | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. | --- @@ -1046,7 +1046,7 @@ public string Mode { get; set; } enforced or report_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#mode CustomizedSigninPage#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#mode CustomizedSigninPage#mode} --- @@ -1058,7 +1058,7 @@ public string ReportUri { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. --- @@ -1070,7 +1070,7 @@ public string[] SrcList { get; set; } - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. --- @@ -1110,27 +1110,27 @@ new CustomizedSigninPageWidgetCustomizations { | **Name** | **Type** | **Description** | | --- | --- | --- | -| WidgetGeneration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. | -| AuthenticatorPageCustomLinkLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. | -| AuthenticatorPageCustomLinkUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. | -| ClassicRecoveryFlowEmailOrUsernameLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. | -| CustomLink1Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. | -| CustomLink1Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. | -| CustomLink2Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. | -| CustomLink2Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. | -| ForgotPasswordLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. | -| ForgotPasswordUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. | -| HelpLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. | -| HelpUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. | -| PasswordInfoTip | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. | -| PasswordLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. | -| ShowPasswordVisibilityToggle | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. | -| ShowUserIdentifier | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. | -| SignInLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. | -| UnlockAccountLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. | -| UnlockAccountUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. | -| UsernameInfoTip | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. | -| UsernameLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. | +| WidgetGeneration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. | +| AuthenticatorPageCustomLinkLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. | +| AuthenticatorPageCustomLinkUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. | +| ClassicRecoveryFlowEmailOrUsernameLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. | +| CustomLink1Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. | +| CustomLink1Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. | +| CustomLink2Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. | +| CustomLink2Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. | +| ForgotPasswordLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. | +| ForgotPasswordUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. | +| HelpLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. | +| HelpUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. | +| PasswordInfoTip | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. | +| PasswordLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. | +| ShowPasswordVisibilityToggle | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. | +| ShowUserIdentifier | object | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. | +| SignInLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. | +| UnlockAccountLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. | +| UnlockAccountUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. | +| UsernameInfoTip | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. | +| UsernameLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. | --- @@ -1142,7 +1142,7 @@ public string WidgetGeneration { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. --- @@ -1154,7 +1154,7 @@ public string AuthenticatorPageCustomLinkLabel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. --- @@ -1166,7 +1166,7 @@ public string AuthenticatorPageCustomLinkUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. --- @@ -1178,7 +1178,7 @@ public string ClassicRecoveryFlowEmailOrUsernameLabel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. --- @@ -1190,7 +1190,7 @@ public string CustomLink1Label { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. --- @@ -1202,7 +1202,7 @@ public string CustomLink1Url { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. --- @@ -1214,7 +1214,7 @@ public string CustomLink2Label { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. --- @@ -1226,7 +1226,7 @@ public string CustomLink2Url { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. --- @@ -1238,7 +1238,7 @@ public string ForgotPasswordLabel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. --- @@ -1250,7 +1250,7 @@ public string ForgotPasswordUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. --- @@ -1262,7 +1262,7 @@ public string HelpLabel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. --- @@ -1274,7 +1274,7 @@ public string HelpUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. --- @@ -1286,7 +1286,7 @@ public string PasswordInfoTip { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. --- @@ -1298,7 +1298,7 @@ public string PasswordLabel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. --- @@ -1310,7 +1310,7 @@ public object ShowPasswordVisibilityToggle { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. --- @@ -1322,7 +1322,7 @@ public object ShowUserIdentifier { get; set; } - *Type:* object -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. --- @@ -1334,7 +1334,7 @@ public string SignInLabel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. --- @@ -1346,7 +1346,7 @@ public string UnlockAccountLabel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. --- @@ -1358,7 +1358,7 @@ public string UnlockAccountUrl { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. --- @@ -1370,7 +1370,7 @@ public string UsernameInfoTip { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. --- @@ -1382,7 +1382,7 @@ public string UsernameLabel { get; set; } - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. --- diff --git a/docs/customizedSigninPage.go.md b/docs/customizedSigninPage.go.md index 44df14a95..02c3e6c73 100644 --- a/docs/customizedSigninPage.go.md +++ b/docs/customizedSigninPage.go.md @@ -4,7 +4,7 @@ ### CustomizedSigninPage -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page okta_customized_signin_page}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page okta_customized_signin_page}. #### Initializers @@ -507,7 +507,7 @@ The construct id used in the generated config for the CustomizedSigninPage to im The id of the existing CustomizedSigninPage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#import import section} in the documentation of this resource for the id to use --- @@ -945,7 +945,7 @@ BrandId *string brand id of the preview signin page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#brand_id CustomizedSigninPage#brand_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#brand_id CustomizedSigninPage#brand_id} --- @@ -959,7 +959,7 @@ PageContent *string page content of the preview signin page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#page_content CustomizedSigninPage#page_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#page_content CustomizedSigninPage#page_content} --- @@ -980,7 +980,7 @@ The following are currently supported 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 5.10, 5.11, 5.12, 5.13, 5.14, 5.15, 5.16, 6.0, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 7.10, 7.11, 7.12, 7.13. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_version CustomizedSigninPage#widget_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_version CustomizedSigninPage#widget_version} --- @@ -994,7 +994,7 @@ ContentSecurityPolicySetting CustomizedSigninPageContentSecurityPolicySetting content_security_policy_setting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#content_security_policy_setting CustomizedSigninPage#content_security_policy_setting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#content_security_policy_setting CustomizedSigninPage#content_security_policy_setting} --- @@ -1008,7 +1008,7 @@ WidgetCustomizations CustomizedSigninPageWidgetCustomizations widget_customizations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_customizations CustomizedSigninPage#widget_customizations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_customizations CustomizedSigninPage#widget_customizations} --- @@ -1031,8 +1031,8 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/customizedsigninpage" | **Name** | **Type** | **Description** | | --- | --- | --- | | Mode | *string | enforced or report_only. | -| ReportUri | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. | -| SrcList | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. | +| ReportUri | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. | +| SrcList | *[]*string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. | --- @@ -1046,7 +1046,7 @@ Mode *string enforced or report_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#mode CustomizedSigninPage#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#mode CustomizedSigninPage#mode} --- @@ -1058,7 +1058,7 @@ ReportUri *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. --- @@ -1070,7 +1070,7 @@ SrcList *[]*string - *Type:* *[]*string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. --- @@ -1110,27 +1110,27 @@ import "github.com/cdktf/cdktf-provider-okta-go/okta/v13/customizedsigninpage" | **Name** | **Type** | **Description** | | --- | --- | --- | -| WidgetGeneration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. | -| AuthenticatorPageCustomLinkLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. | -| AuthenticatorPageCustomLinkUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. | -| ClassicRecoveryFlowEmailOrUsernameLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. | -| CustomLink1Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. | -| CustomLink1Url | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. | -| CustomLink2Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. | -| CustomLink2Url | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. | -| ForgotPasswordLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. | -| ForgotPasswordUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. | -| HelpLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. | -| HelpUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. | -| PasswordInfoTip | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. | -| PasswordLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. | -| ShowPasswordVisibilityToggle | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. | -| ShowUserIdentifier | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. | -| SignInLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. | -| UnlockAccountLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. | -| UnlockAccountUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. | -| UsernameInfoTip | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. | -| UsernameLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. | +| WidgetGeneration | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. | +| AuthenticatorPageCustomLinkLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. | +| AuthenticatorPageCustomLinkUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. | +| ClassicRecoveryFlowEmailOrUsernameLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. | +| CustomLink1Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. | +| CustomLink1Url | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. | +| CustomLink2Label | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. | +| CustomLink2Url | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. | +| ForgotPasswordLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. | +| ForgotPasswordUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. | +| HelpLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. | +| HelpUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. | +| PasswordInfoTip | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. | +| PasswordLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. | +| ShowPasswordVisibilityToggle | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. | +| ShowUserIdentifier | interface{} | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. | +| SignInLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. | +| UnlockAccountLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. | +| UnlockAccountUrl | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. | +| UsernameInfoTip | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. | +| UsernameLabel | *string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. | --- @@ -1142,7 +1142,7 @@ WidgetGeneration *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. --- @@ -1154,7 +1154,7 @@ AuthenticatorPageCustomLinkLabel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. --- @@ -1166,7 +1166,7 @@ AuthenticatorPageCustomLinkUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. --- @@ -1178,7 +1178,7 @@ ClassicRecoveryFlowEmailOrUsernameLabel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. --- @@ -1190,7 +1190,7 @@ CustomLink1Label *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. --- @@ -1202,7 +1202,7 @@ CustomLink1Url *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. --- @@ -1214,7 +1214,7 @@ CustomLink2Label *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. --- @@ -1226,7 +1226,7 @@ CustomLink2Url *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. --- @@ -1238,7 +1238,7 @@ ForgotPasswordLabel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. --- @@ -1250,7 +1250,7 @@ ForgotPasswordUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. --- @@ -1262,7 +1262,7 @@ HelpLabel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. --- @@ -1274,7 +1274,7 @@ HelpUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. --- @@ -1286,7 +1286,7 @@ PasswordInfoTip *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. --- @@ -1298,7 +1298,7 @@ PasswordLabel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. --- @@ -1310,7 +1310,7 @@ ShowPasswordVisibilityToggle interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. --- @@ -1322,7 +1322,7 @@ ShowUserIdentifier interface{} - *Type:* interface{} -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. --- @@ -1334,7 +1334,7 @@ SignInLabel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. --- @@ -1346,7 +1346,7 @@ UnlockAccountLabel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. --- @@ -1358,7 +1358,7 @@ UnlockAccountUrl *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. --- @@ -1370,7 +1370,7 @@ UsernameInfoTip *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. --- @@ -1382,7 +1382,7 @@ UsernameLabel *string - *Type:* *string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. --- diff --git a/docs/customizedSigninPage.java.md b/docs/customizedSigninPage.java.md index e4443246b..aa65b0de4 100644 --- a/docs/customizedSigninPage.java.md +++ b/docs/customizedSigninPage.java.md @@ -4,7 +4,7 @@ ### CustomizedSigninPage -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page okta_customized_signin_page}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page okta_customized_signin_page}. #### Initializers @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope brand id of the preview signin page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#brand_id CustomizedSigninPage#brand_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#brand_id CustomizedSigninPage#brand_id} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ page content of the preview signin page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#page_content CustomizedSigninPage#page_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#page_content CustomizedSigninPage#page_content} --- @@ -143,7 +143,7 @@ The following are currently supported 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 5.10, 5.11, 5.12, 5.13, 5.14, 5.15, 5.16, 6.0, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 7.10, 7.11, 7.12, 7.13. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_version CustomizedSigninPage#widget_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_version CustomizedSigninPage#widget_version} --- @@ -153,7 +153,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ content_security_policy_setting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#content_security_policy_setting CustomizedSigninPage#content_security_policy_setting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#content_security_policy_setting CustomizedSigninPage#content_security_policy_setting} --- @@ -163,7 +163,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ widget_customizations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_customizations CustomizedSigninPage#widget_customizations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_customizations CustomizedSigninPage#widget_customizations} --- @@ -630,7 +630,7 @@ The construct id used in the generated config for the CustomizedSigninPage to im The id of the existing CustomizedSigninPage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#import import section} in the documentation of this resource for the id to use --- @@ -1072,7 +1072,7 @@ public java.lang.String getBrandId(); brand id of the preview signin page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#brand_id CustomizedSigninPage#brand_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#brand_id CustomizedSigninPage#brand_id} --- @@ -1086,7 +1086,7 @@ public java.lang.String getPageContent(); page content of the preview signin page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#page_content CustomizedSigninPage#page_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#page_content CustomizedSigninPage#page_content} --- @@ -1107,7 +1107,7 @@ The following are currently supported 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 5.10, 5.11, 5.12, 5.13, 5.14, 5.15, 5.16, 6.0, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 7.10, 7.11, 7.12, 7.13. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_version CustomizedSigninPage#widget_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_version CustomizedSigninPage#widget_version} --- @@ -1121,7 +1121,7 @@ public CustomizedSigninPageContentSecurityPolicySetting getContentSecurityPolicy content_security_policy_setting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#content_security_policy_setting CustomizedSigninPage#content_security_policy_setting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#content_security_policy_setting CustomizedSigninPage#content_security_policy_setting} --- @@ -1135,7 +1135,7 @@ public CustomizedSigninPageWidgetCustomizations getWidgetCustomizations(); widget_customizations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_customizations CustomizedSigninPage#widget_customizations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_customizations CustomizedSigninPage#widget_customizations} --- @@ -1158,8 +1158,8 @@ CustomizedSigninPageContentSecurityPolicySetting.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | | mode | java.lang.String | enforced or report_only. | -| reportUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. | -| srcList | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. | +| reportUri | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. | +| srcList | java.util.List | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. | --- @@ -1173,7 +1173,7 @@ public java.lang.String getMode(); enforced or report_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#mode CustomizedSigninPage#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#mode CustomizedSigninPage#mode} --- @@ -1185,7 +1185,7 @@ public java.lang.String getReportUri(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. --- @@ -1197,7 +1197,7 @@ public java.util.List getSrcList(); - *Type:* java.util.List -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. --- @@ -1239,27 +1239,27 @@ CustomizedSigninPageWidgetCustomizations.builder() | **Name** | **Type** | **Description** | | --- | --- | --- | -| widgetGeneration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. | -| authenticatorPageCustomLinkLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. | -| authenticatorPageCustomLinkUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. | -| classicRecoveryFlowEmailOrUsernameLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. | -| customLink1Label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. | -| customLink1Url | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. | -| customLink2Label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. | -| customLink2Url | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. | -| forgotPasswordLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. | -| forgotPasswordUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. | -| helpLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. | -| helpUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. | -| passwordInfoTip | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. | -| passwordLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. | -| showPasswordVisibilityToggle | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. | -| showUserIdentifier | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. | -| signInLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. | -| unlockAccountLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. | -| unlockAccountUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. | -| usernameInfoTip | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. | -| usernameLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. | +| widgetGeneration | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. | +| authenticatorPageCustomLinkLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. | +| authenticatorPageCustomLinkUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. | +| classicRecoveryFlowEmailOrUsernameLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. | +| customLink1Label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. | +| customLink1Url | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. | +| customLink2Label | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. | +| customLink2Url | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. | +| forgotPasswordLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. | +| forgotPasswordUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. | +| helpLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. | +| helpUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. | +| passwordInfoTip | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. | +| passwordLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. | +| showPasswordVisibilityToggle | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. | +| showUserIdentifier | java.lang.Boolean OR com.hashicorp.cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. | +| signInLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. | +| unlockAccountLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. | +| unlockAccountUrl | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. | +| usernameInfoTip | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. | +| usernameLabel | java.lang.String | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. | --- @@ -1271,7 +1271,7 @@ public java.lang.String getWidgetGeneration(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. --- @@ -1283,7 +1283,7 @@ public java.lang.String getAuthenticatorPageCustomLinkLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. --- @@ -1295,7 +1295,7 @@ public java.lang.String getAuthenticatorPageCustomLinkUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. --- @@ -1307,7 +1307,7 @@ public java.lang.String getClassicRecoveryFlowEmailOrUsernameLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. --- @@ -1319,7 +1319,7 @@ public java.lang.String getCustomLink1Label(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. --- @@ -1331,7 +1331,7 @@ public java.lang.String getCustomLink1Url(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. --- @@ -1343,7 +1343,7 @@ public java.lang.String getCustomLink2Label(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. --- @@ -1355,7 +1355,7 @@ public java.lang.String getCustomLink2Url(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. --- @@ -1367,7 +1367,7 @@ public java.lang.String getForgotPasswordLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. --- @@ -1379,7 +1379,7 @@ public java.lang.String getForgotPasswordUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. --- @@ -1391,7 +1391,7 @@ public java.lang.String getHelpLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. --- @@ -1403,7 +1403,7 @@ public java.lang.String getHelpUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. --- @@ -1415,7 +1415,7 @@ public java.lang.String getPasswordInfoTip(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. --- @@ -1427,7 +1427,7 @@ public java.lang.String getPasswordLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. --- @@ -1439,7 +1439,7 @@ public java.lang.Object getShowPasswordVisibilityToggle(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. --- @@ -1451,7 +1451,7 @@ public java.lang.Object getShowUserIdentifier(); - *Type:* java.lang.Boolean OR com.hashicorp.cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. --- @@ -1463,7 +1463,7 @@ public java.lang.String getSignInLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. --- @@ -1475,7 +1475,7 @@ public java.lang.String getUnlockAccountLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. --- @@ -1487,7 +1487,7 @@ public java.lang.String getUnlockAccountUrl(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. --- @@ -1499,7 +1499,7 @@ public java.lang.String getUsernameInfoTip(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. --- @@ -1511,7 +1511,7 @@ public java.lang.String getUsernameLabel(); - *Type:* java.lang.String -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. --- diff --git a/docs/customizedSigninPage.python.md b/docs/customizedSigninPage.python.md index 85c3401f1..ef1786113 100644 --- a/docs/customizedSigninPage.python.md +++ b/docs/customizedSigninPage.python.md @@ -4,7 +4,7 @@ ### CustomizedSigninPage -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page okta_customized_signin_page}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page okta_customized_signin_page}. #### Initializers @@ -114,7 +114,7 @@ Must be unique amongst siblings in the same scope brand id of the preview signin page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#brand_id CustomizedSigninPage#brand_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#brand_id CustomizedSigninPage#brand_id} --- @@ -124,7 +124,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ page content of the preview signin page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#page_content CustomizedSigninPage#page_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#page_content CustomizedSigninPage#page_content} --- @@ -141,7 +141,7 @@ The following are currently supported 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 5.10, 5.11, 5.12, 5.13, 5.14, 5.15, 5.16, 6.0, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 7.10, 7.11, 7.12, 7.13. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_version CustomizedSigninPage#widget_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_version CustomizedSigninPage#widget_version} --- @@ -151,7 +151,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ content_security_policy_setting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#content_security_policy_setting CustomizedSigninPage#content_security_policy_setting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#content_security_policy_setting CustomizedSigninPage#content_security_policy_setting} --- @@ -161,7 +161,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ widget_customizations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_customizations CustomizedSigninPage#widget_customizations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_customizations CustomizedSigninPage#widget_customizations} --- @@ -540,7 +540,7 @@ def put_content_security_policy_setting( enforced or report_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#mode CustomizedSigninPage#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#mode CustomizedSigninPage#mode} --- @@ -548,7 +548,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. --- @@ -556,7 +556,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. --- @@ -592,7 +592,7 @@ def put_widget_customizations( - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. --- @@ -600,7 +600,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. --- @@ -608,7 +608,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. --- @@ -616,7 +616,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. --- @@ -624,7 +624,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. --- @@ -632,7 +632,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. --- @@ -640,7 +640,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. --- @@ -648,7 +648,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. --- @@ -656,7 +656,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. --- @@ -664,7 +664,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. --- @@ -672,7 +672,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. --- @@ -680,7 +680,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. --- @@ -688,7 +688,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. --- @@ -696,7 +696,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. --- @@ -704,7 +704,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. --- @@ -712,7 +712,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. --- @@ -720,7 +720,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. --- @@ -728,7 +728,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. --- @@ -736,7 +736,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. --- @@ -744,7 +744,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. --- @@ -752,7 +752,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. --- @@ -882,7 +882,7 @@ The construct id used in the generated config for the CustomizedSigninPage to im The id of the existing CustomizedSigninPage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#import import section} in the documentation of this resource for the id to use --- @@ -1320,7 +1320,7 @@ brand_id: str brand id of the preview signin page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#brand_id CustomizedSigninPage#brand_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#brand_id CustomizedSigninPage#brand_id} --- @@ -1334,7 +1334,7 @@ page_content: str page content of the preview signin page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#page_content CustomizedSigninPage#page_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#page_content CustomizedSigninPage#page_content} --- @@ -1355,7 +1355,7 @@ The following are currently supported 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 5.10, 5.11, 5.12, 5.13, 5.14, 5.15, 5.16, 6.0, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 7.10, 7.11, 7.12, 7.13. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_version CustomizedSigninPage#widget_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_version CustomizedSigninPage#widget_version} --- @@ -1369,7 +1369,7 @@ content_security_policy_setting: CustomizedSigninPageContentSecurityPolicySettin content_security_policy_setting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#content_security_policy_setting CustomizedSigninPage#content_security_policy_setting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#content_security_policy_setting CustomizedSigninPage#content_security_policy_setting} --- @@ -1383,7 +1383,7 @@ widget_customizations: CustomizedSigninPageWidgetCustomizations widget_customizations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_customizations CustomizedSigninPage#widget_customizations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_customizations CustomizedSigninPage#widget_customizations} --- @@ -1406,8 +1406,8 @@ customizedSigninPage.CustomizedSigninPageContentSecurityPolicySetting( | **Name** | **Type** | **Description** | | --- | --- | --- | | mode | str | enforced or report_only. | -| report_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. | -| src_list | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. | +| report_uri | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. | +| src_list | typing.List[str] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. | --- @@ -1421,7 +1421,7 @@ mode: str enforced or report_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#mode CustomizedSigninPage#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#mode CustomizedSigninPage#mode} --- @@ -1433,7 +1433,7 @@ report_uri: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. --- @@ -1445,7 +1445,7 @@ src_list: typing.List[str] - *Type:* typing.List[str] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. --- @@ -1485,27 +1485,27 @@ customizedSigninPage.CustomizedSigninPageWidgetCustomizations( | **Name** | **Type** | **Description** | | --- | --- | --- | -| widget_generation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. | -| authenticator_page_custom_link_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. | -| authenticator_page_custom_link_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. | -| classic_recovery_flow_email_or_username_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. | -| custom_link1_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. | -| custom_link1_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. | -| custom_link2_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. | -| custom_link2_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. | -| forgot_password_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. | -| forgot_password_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. | -| help_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. | -| help_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. | -| password_info_tip | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. | -| password_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. | -| show_password_visibility_toggle | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. | -| show_user_identifier | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. | -| sign_in_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. | -| unlock_account_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. | -| unlock_account_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. | -| username_info_tip | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. | -| username_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. | +| widget_generation | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. | +| authenticator_page_custom_link_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. | +| authenticator_page_custom_link_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. | +| classic_recovery_flow_email_or_username_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. | +| custom_link1_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. | +| custom_link1_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. | +| custom_link2_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. | +| custom_link2_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. | +| forgot_password_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. | +| forgot_password_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. | +| help_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. | +| help_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. | +| password_info_tip | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. | +| password_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. | +| show_password_visibility_toggle | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. | +| show_user_identifier | typing.Union[bool, cdktf.IResolvable] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. | +| sign_in_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. | +| unlock_account_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. | +| unlock_account_url | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. | +| username_info_tip | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. | +| username_label | str | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. | --- @@ -1517,7 +1517,7 @@ widget_generation: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. --- @@ -1529,7 +1529,7 @@ authenticator_page_custom_link_label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. --- @@ -1541,7 +1541,7 @@ authenticator_page_custom_link_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. --- @@ -1553,7 +1553,7 @@ classic_recovery_flow_email_or_username_label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. --- @@ -1565,7 +1565,7 @@ custom_link1_label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. --- @@ -1577,7 +1577,7 @@ custom_link1_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. --- @@ -1589,7 +1589,7 @@ custom_link2_label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. --- @@ -1601,7 +1601,7 @@ custom_link2_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. --- @@ -1613,7 +1613,7 @@ forgot_password_label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. --- @@ -1625,7 +1625,7 @@ forgot_password_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. --- @@ -1637,7 +1637,7 @@ help_label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. --- @@ -1649,7 +1649,7 @@ help_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. --- @@ -1661,7 +1661,7 @@ password_info_tip: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. --- @@ -1673,7 +1673,7 @@ password_label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. --- @@ -1685,7 +1685,7 @@ show_password_visibility_toggle: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. --- @@ -1697,7 +1697,7 @@ show_user_identifier: typing.Union[bool, IResolvable] - *Type:* typing.Union[bool, cdktf.IResolvable] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. --- @@ -1709,7 +1709,7 @@ sign_in_label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. --- @@ -1721,7 +1721,7 @@ unlock_account_label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. --- @@ -1733,7 +1733,7 @@ unlock_account_url: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. --- @@ -1745,7 +1745,7 @@ username_info_tip: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. --- @@ -1757,7 +1757,7 @@ username_label: str - *Type:* str -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. --- diff --git a/docs/customizedSigninPage.typescript.md b/docs/customizedSigninPage.typescript.md index 3d35199c2..8bb52d48a 100644 --- a/docs/customizedSigninPage.typescript.md +++ b/docs/customizedSigninPage.typescript.md @@ -4,7 +4,7 @@ ### CustomizedSigninPage -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page okta_customized_signin_page}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page okta_customized_signin_page}. #### Initializers @@ -507,7 +507,7 @@ The construct id used in the generated config for the CustomizedSigninPage to im The id of the existing CustomizedSigninPage that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#import import section} in the documentation of this resource for the id to use --- @@ -932,7 +932,7 @@ public readonly brandId: string; brand id of the preview signin page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#brand_id CustomizedSigninPage#brand_id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#brand_id CustomizedSigninPage#brand_id} --- @@ -946,7 +946,7 @@ public readonly pageContent: string; page content of the preview signin page. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#page_content CustomizedSigninPage#page_content} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#page_content CustomizedSigninPage#page_content} --- @@ -967,7 +967,7 @@ The following are currently supported 5.4, 5.5, 5.6, 5.7, 5.8, 5.9, 5.10, 5.11, 5.12, 5.13, 5.14, 5.15, 5.16, 6.0, 6.1, 6.2, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 6.9, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 7.10, 7.11, 7.12, 7.13. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_version CustomizedSigninPage#widget_version} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_version CustomizedSigninPage#widget_version} --- @@ -981,7 +981,7 @@ public readonly contentSecurityPolicySetting: CustomizedSigninPageContentSecurit content_security_policy_setting block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#content_security_policy_setting CustomizedSigninPage#content_security_policy_setting} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#content_security_policy_setting CustomizedSigninPage#content_security_policy_setting} --- @@ -995,7 +995,7 @@ public readonly widgetCustomizations: CustomizedSigninPageWidgetCustomizations; widget_customizations block. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_customizations CustomizedSigninPage#widget_customizations} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_customizations CustomizedSigninPage#widget_customizations} --- @@ -1014,8 +1014,8 @@ const customizedSigninPageContentSecurityPolicySetting: customizedSigninPage.Cus | **Name** | **Type** | **Description** | | --- | --- | --- | | mode | string | enforced or report_only. | -| reportUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. | -| srcList | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. | +| reportUri | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. | +| srcList | string[] | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. | --- @@ -1029,7 +1029,7 @@ public readonly mode: string; enforced or report_only. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#mode CustomizedSigninPage#mode} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#mode CustomizedSigninPage#mode} --- @@ -1041,7 +1041,7 @@ public readonly reportUri: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#report_uri CustomizedSigninPage#report_uri}. --- @@ -1053,7 +1053,7 @@ public readonly srcList: string[]; - *Type:* string[] -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#src_list CustomizedSigninPage#src_list}. --- @@ -1071,27 +1071,27 @@ const customizedSigninPageWidgetCustomizations: customizedSigninPage.CustomizedS | **Name** | **Type** | **Description** | | --- | --- | --- | -| widgetGeneration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. | -| authenticatorPageCustomLinkLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. | -| authenticatorPageCustomLinkUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. | -| classicRecoveryFlowEmailOrUsernameLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. | -| customLink1Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. | -| customLink1Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. | -| customLink2Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. | -| customLink2Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. | -| forgotPasswordLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. | -| forgotPasswordUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. | -| helpLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. | -| helpUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. | -| passwordInfoTip | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. | -| passwordLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. | -| showPasswordVisibilityToggle | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. | -| showUserIdentifier | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. | -| signInLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. | -| unlockAccountLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. | -| unlockAccountUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. | -| usernameInfoTip | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. | -| usernameLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. | +| widgetGeneration | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. | +| authenticatorPageCustomLinkLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. | +| authenticatorPageCustomLinkUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. | +| classicRecoveryFlowEmailOrUsernameLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. | +| customLink1Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. | +| customLink1Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. | +| customLink2Label | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. | +| customLink2Url | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. | +| forgotPasswordLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. | +| forgotPasswordUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. | +| helpLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. | +| helpUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. | +| passwordInfoTip | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. | +| passwordLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. | +| showPasswordVisibilityToggle | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. | +| showUserIdentifier | boolean \| cdktf.IResolvable | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. | +| signInLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. | +| unlockAccountLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. | +| unlockAccountUrl | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. | +| usernameInfoTip | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. | +| usernameLabel | string | Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. | --- @@ -1103,7 +1103,7 @@ public readonly widgetGeneration: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#widget_generation CustomizedSigninPage#widget_generation}. --- @@ -1115,7 +1115,7 @@ public readonly authenticatorPageCustomLinkLabel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_label CustomizedSigninPage#authenticator_page_custom_link_label}. --- @@ -1127,7 +1127,7 @@ public readonly authenticatorPageCustomLinkUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#authenticator_page_custom_link_url CustomizedSigninPage#authenticator_page_custom_link_url}. --- @@ -1139,7 +1139,7 @@ public readonly classicRecoveryFlowEmailOrUsernameLabel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#classic_recovery_flow_email_or_username_label CustomizedSigninPage#classic_recovery_flow_email_or_username_label}. --- @@ -1151,7 +1151,7 @@ public readonly customLink1Label: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_label CustomizedSigninPage#custom_link_1_label}. --- @@ -1163,7 +1163,7 @@ public readonly customLink1Url: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_1_url CustomizedSigninPage#custom_link_1_url}. --- @@ -1175,7 +1175,7 @@ public readonly customLink2Label: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_label CustomizedSigninPage#custom_link_2_label}. --- @@ -1187,7 +1187,7 @@ public readonly customLink2Url: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#custom_link_2_url CustomizedSigninPage#custom_link_2_url}. --- @@ -1199,7 +1199,7 @@ public readonly forgotPasswordLabel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_label CustomizedSigninPage#forgot_password_label}. --- @@ -1211,7 +1211,7 @@ public readonly forgotPasswordUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#forgot_password_url CustomizedSigninPage#forgot_password_url}. --- @@ -1223,7 +1223,7 @@ public readonly helpLabel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_label CustomizedSigninPage#help_label}. --- @@ -1235,7 +1235,7 @@ public readonly helpUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#help_url CustomizedSigninPage#help_url}. --- @@ -1247,7 +1247,7 @@ public readonly passwordInfoTip: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_info_tip CustomizedSigninPage#password_info_tip}. --- @@ -1259,7 +1259,7 @@ public readonly passwordLabel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#password_label CustomizedSigninPage#password_label}. --- @@ -1271,7 +1271,7 @@ public readonly showPasswordVisibilityToggle: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_password_visibility_toggle CustomizedSigninPage#show_password_visibility_toggle}. --- @@ -1283,7 +1283,7 @@ public readonly showUserIdentifier: boolean | IResolvable; - *Type:* boolean | cdktf.IResolvable -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#show_user_identifier CustomizedSigninPage#show_user_identifier}. --- @@ -1295,7 +1295,7 @@ public readonly signInLabel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#sign_in_label CustomizedSigninPage#sign_in_label}. --- @@ -1307,7 +1307,7 @@ public readonly unlockAccountLabel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_label CustomizedSigninPage#unlock_account_label}. --- @@ -1319,7 +1319,7 @@ public readonly unlockAccountUrl: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#unlock_account_url CustomizedSigninPage#unlock_account_url}. --- @@ -1331,7 +1331,7 @@ public readonly usernameInfoTip: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_info_tip CustomizedSigninPage#username_info_tip}. --- @@ -1343,7 +1343,7 @@ public readonly usernameLabel: string; - *Type:* string -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/resources/customized_signin_page#username_label CustomizedSigninPage#username_label}. --- diff --git a/docs/dataOktaApp.csharp.md b/docs/dataOktaApp.csharp.md index c0cc378d0..7e6f10224 100644 --- a/docs/dataOktaApp.csharp.md +++ b/docs/dataOktaApp.csharp.md @@ -4,7 +4,7 @@ ### DataOktaApp -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app okta_app}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app okta_app}. #### Initializers @@ -407,7 +407,7 @@ The construct id used in the generated config for the DataOktaApp to import. The id of the existing DataOktaApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use --- @@ -891,7 +891,7 @@ public object ActiveOnly { get; set; } Search only ACTIVE applications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#active_only DataOktaApp#active_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#active_only DataOktaApp#active_only} --- @@ -905,7 +905,7 @@ public string Id { get; set; } Id of application to retrieve, conflicts with label and label_prefix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#id DataOktaApp#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#id DataOktaApp#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -929,7 +929,7 @@ and have the unitended result of associating the wrong app with this data source. See: https://developer.okta.com/docs/reference/api/apps/#list-applications -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#label DataOktaApp#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#label DataOktaApp#label} --- @@ -946,7 +946,7 @@ Label prefix of the app to retrieve, conflicts with label and id. This will tell the provider to do a starts with query as opposed to an equals query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#label_prefix DataOktaApp#label_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#label_prefix DataOktaApp#label_prefix} --- @@ -960,7 +960,7 @@ public object SkipGroups { get; set; } Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#skip_groups DataOktaApp#skip_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#skip_groups DataOktaApp#skip_groups} --- @@ -974,7 +974,7 @@ public object SkipUsers { get; set; } Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#skip_users DataOktaApp#skip_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#skip_users DataOktaApp#skip_users} --- diff --git a/docs/dataOktaApp.go.md b/docs/dataOktaApp.go.md index f9768f6e3..258cfdec2 100644 --- a/docs/dataOktaApp.go.md +++ b/docs/dataOktaApp.go.md @@ -4,7 +4,7 @@ ### DataOktaApp -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app okta_app}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app okta_app}. #### Initializers @@ -407,7 +407,7 @@ The construct id used in the generated config for the DataOktaApp to import. The id of the existing DataOktaApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use --- @@ -891,7 +891,7 @@ ActiveOnly interface{} Search only ACTIVE applications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#active_only DataOktaApp#active_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#active_only DataOktaApp#active_only} --- @@ -905,7 +905,7 @@ Id *string Id of application to retrieve, conflicts with label and label_prefix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#id DataOktaApp#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#id DataOktaApp#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -929,7 +929,7 @@ and have the unitended result of associating the wrong app with this data source. See: https://developer.okta.com/docs/reference/api/apps/#list-applications -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#label DataOktaApp#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#label DataOktaApp#label} --- @@ -946,7 +946,7 @@ Label prefix of the app to retrieve, conflicts with label and id. This will tell the provider to do a starts with query as opposed to an equals query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#label_prefix DataOktaApp#label_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#label_prefix DataOktaApp#label_prefix} --- @@ -960,7 +960,7 @@ SkipGroups interface{} Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#skip_groups DataOktaApp#skip_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#skip_groups DataOktaApp#skip_groups} --- @@ -974,7 +974,7 @@ SkipUsers interface{} Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#skip_users DataOktaApp#skip_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#skip_users DataOktaApp#skip_users} --- diff --git a/docs/dataOktaApp.java.md b/docs/dataOktaApp.java.md index 354171ce2..7764052be 100644 --- a/docs/dataOktaApp.java.md +++ b/docs/dataOktaApp.java.md @@ -4,7 +4,7 @@ ### DataOktaApp -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app okta_app}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app okta_app}. #### Initializers @@ -121,7 +121,7 @@ Must be unique amongst siblings in the same scope Search only ACTIVE applications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#active_only DataOktaApp#active_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#active_only DataOktaApp#active_only} --- @@ -131,7 +131,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Id of application to retrieve, conflicts with label and label_prefix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#id DataOktaApp#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#id DataOktaApp#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -151,7 +151,7 @@ and have the unitended result of associating the wrong app with this data source. See: https://developer.okta.com/docs/reference/api/apps/#list-applications -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#label DataOktaApp#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#label DataOktaApp#label} --- @@ -164,7 +164,7 @@ Label prefix of the app to retrieve, conflicts with label and id. This will tell the provider to do a starts with query as opposed to an equals query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#label_prefix DataOktaApp#label_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#label_prefix DataOktaApp#label_prefix} --- @@ -174,7 +174,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#skip_groups DataOktaApp#skip_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#skip_groups DataOktaApp#skip_groups} --- @@ -184,7 +184,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#skip_users DataOktaApp#skip_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#skip_users DataOktaApp#skip_users} --- @@ -549,7 +549,7 @@ The construct id used in the generated config for the DataOktaApp to import. The id of the existing DataOktaApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use --- @@ -1040,7 +1040,7 @@ public java.lang.Object getActiveOnly(); Search only ACTIVE applications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#active_only DataOktaApp#active_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#active_only DataOktaApp#active_only} --- @@ -1054,7 +1054,7 @@ public java.lang.String getId(); Id of application to retrieve, conflicts with label and label_prefix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#id DataOktaApp#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#id DataOktaApp#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1078,7 +1078,7 @@ and have the unitended result of associating the wrong app with this data source. See: https://developer.okta.com/docs/reference/api/apps/#list-applications -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#label DataOktaApp#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#label DataOktaApp#label} --- @@ -1095,7 +1095,7 @@ Label prefix of the app to retrieve, conflicts with label and id. This will tell the provider to do a starts with query as opposed to an equals query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#label_prefix DataOktaApp#label_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#label_prefix DataOktaApp#label_prefix} --- @@ -1109,7 +1109,7 @@ public java.lang.Object getSkipGroups(); Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#skip_groups DataOktaApp#skip_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#skip_groups DataOktaApp#skip_groups} --- @@ -1123,7 +1123,7 @@ public java.lang.Object getSkipUsers(); Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#skip_users DataOktaApp#skip_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#skip_users DataOktaApp#skip_users} --- diff --git a/docs/dataOktaApp.python.md b/docs/dataOktaApp.python.md index 886adc8a4..eca168e07 100644 --- a/docs/dataOktaApp.python.md +++ b/docs/dataOktaApp.python.md @@ -4,7 +4,7 @@ ### DataOktaApp -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app okta_app}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app okta_app}. #### Initializers @@ -116,7 +116,7 @@ Must be unique amongst siblings in the same scope Search only ACTIVE applications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#active_only DataOktaApp#active_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#active_only DataOktaApp#active_only} --- @@ -126,7 +126,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Id of application to retrieve, conflicts with label and label_prefix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#id DataOktaApp#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#id DataOktaApp#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -146,7 +146,7 @@ and have the unitended result of associating the wrong app with this data source. See: https://developer.okta.com/docs/reference/api/apps/#list-applications -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#label DataOktaApp#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#label DataOktaApp#label} --- @@ -159,7 +159,7 @@ Label prefix of the app to retrieve, conflicts with label and id. This will tell the provider to do a starts with query as opposed to an equals query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#label_prefix DataOktaApp#label_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#label_prefix DataOktaApp#label_prefix} --- @@ -169,7 +169,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#skip_groups DataOktaApp#skip_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#skip_groups DataOktaApp#skip_groups} --- @@ -179,7 +179,7 @@ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/ Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#skip_users DataOktaApp#skip_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#skip_users DataOktaApp#skip_users} --- @@ -580,7 +580,7 @@ The construct id used in the generated config for the DataOktaApp to import. The id of the existing DataOktaApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use --- @@ -1064,7 +1064,7 @@ active_only: typing.Union[bool, IResolvable] Search only ACTIVE applications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#active_only DataOktaApp#active_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#active_only DataOktaApp#active_only} --- @@ -1078,7 +1078,7 @@ id: str Id of application to retrieve, conflicts with label and label_prefix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#id DataOktaApp#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#id DataOktaApp#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -1102,7 +1102,7 @@ and have the unitended result of associating the wrong app with this data source. See: https://developer.okta.com/docs/reference/api/apps/#list-applications -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#label DataOktaApp#label} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#label DataOktaApp#label} --- @@ -1119,7 +1119,7 @@ Label prefix of the app to retrieve, conflicts with label and id. This will tell the provider to do a starts with query as opposed to an equals query. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#label_prefix DataOktaApp#label_prefix} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#label_prefix DataOktaApp#label_prefix} --- @@ -1133,7 +1133,7 @@ skip_groups: typing.Union[bool, IResolvable] Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#skip_groups DataOktaApp#skip_groups} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#skip_groups DataOktaApp#skip_groups} --- @@ -1147,7 +1147,7 @@ skip_users: typing.Union[bool, IResolvable] Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#skip_users DataOktaApp#skip_users} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#skip_users DataOktaApp#skip_users} --- diff --git a/docs/dataOktaApp.typescript.md b/docs/dataOktaApp.typescript.md index 9f47660cb..9c761d270 100644 --- a/docs/dataOktaApp.typescript.md +++ b/docs/dataOktaApp.typescript.md @@ -4,7 +4,7 @@ ### DataOktaApp -Represents a {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app okta_app}. +Represents a {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app okta_app}. #### Initializers @@ -407,7 +407,7 @@ The construct id used in the generated config for the DataOktaApp to import. The id of the existing DataOktaApp that should be imported. -Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use +Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#import import section} in the documentation of this resource for the id to use --- @@ -877,7 +877,7 @@ public readonly activeOnly: boolean | IResolvable; Search only ACTIVE applications. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#active_only DataOktaApp#active_only} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#active_only DataOktaApp#active_only} --- @@ -891,7 +891,7 @@ public readonly id: string; Id of application to retrieve, conflicts with label and label_prefix. -Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.10.0/docs/data-sources/app#id DataOktaApp#id} +Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.11.0/docs/data-sources/app#id DataOktaApp#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. @@ -915,7 +915,7 @@ Label uses the ?q=