From 8113b12faf2060d10ad03e3297e41d864b91e08f Mon Sep 17 00:00:00 2001 From: Asit Chakraborti <59940578+asitchakraborti-okta@users.noreply.github.com> Date: Tue, 27 Jun 2023 12:18:16 -0700 Subject: [PATCH] OKTA-593282 update doc for ga --- docs/data-sources/ad_user_sync_task_settings.md | 4 ++-- docs/data-sources/ad_user_sync_task_settings_id_list.md | 4 ++-- docs/data-sources/team_settings.md | 2 +- docs/resources/ad_user_sync_task_settings.md | 4 ++-- docs/resources/team_settings.md | 2 +- oktapam/constants/descriptions/attributes.go | 2 +- oktapam/constants/descriptions/links.go | 2 +- oktapam/constants/descriptions/resources.go | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/data-sources/ad_user_sync_task_settings.md b/docs/data-sources/ad_user_sync_task_settings.md index 65aff52b20..1d7d139236 100644 --- a/docs/data-sources/ad_user_sync_task_settings.md +++ b/docs/data-sources/ad_user_sync_task_settings.md @@ -3,12 +3,12 @@ page_title: "oktapam_ad_user_sync_task_settings Data Source - terraform-provider-oktapam" subcategory: "" description: |- - Returns a previously created ASA AD User Sync Task Settings. For more information check out the documentation https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/ad-sync.htm on AD user discovery. + Returns a previously created ASA AD User Sync Task Settings. For more information check out the documentation https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/ad-user-sync.htm on AD user discovery. --- # oktapam_ad_user_sync_task_settings (Data Source) -Returns a previously created ASA AD User Sync Task Settings. For more information check out the [documentation](https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/ad-sync.htm) on AD user discovery. +Returns a previously created ASA AD User Sync Task Settings. For more information check out the [documentation](https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/ad-user-sync.htm) on AD user discovery. diff --git a/docs/data-sources/ad_user_sync_task_settings_id_list.md b/docs/data-sources/ad_user_sync_task_settings_id_list.md index 3667779a11..90f5b1adad 100644 --- a/docs/data-sources/ad_user_sync_task_settings_id_list.md +++ b/docs/data-sources/ad_user_sync_task_settings_id_list.md @@ -3,12 +3,12 @@ page_title: "oktapam_ad_user_sync_task_settings_id_list Data Source - terraform-provider-oktapam" subcategory: "" description: |- - Returns a list of previously created ASA AD User Sync Task Settings IDs for an AD connection. For more information check out the documentation https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/ad-sync.htm on AD user discovery. + Returns a list of previously created ASA AD User Sync Task Settings IDs for an AD connection. For more information check out the documentation https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/ad-user-sync.htm on AD user discovery. --- # oktapam_ad_user_sync_task_settings_id_list (Data Source) -Returns a list of previously created ASA AD User Sync Task Settings IDs for an AD connection. For more information check out the [documentation](https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/ad-sync.htm) on AD user discovery. +Returns a list of previously created ASA AD User Sync Task Settings IDs for an AD connection. For more information check out the [documentation](https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/ad-user-sync.htm) on AD user discovery. diff --git a/docs/data-sources/team_settings.md b/docs/data-sources/team_settings.md index 838f2ecf23..5a531b6a01 100644 --- a/docs/data-sources/team_settings.md +++ b/docs/data-sources/team_settings.md @@ -23,7 +23,7 @@ Returns Team-level settings for a specific Team, such as authentication and enro - `approve_device_without_interaction` (Boolean) If enabled, ASA auto-approves devices for ASA Users that are authenticated into this Team. - `client_session_duration` (Number) Defines the Client session duration. Value should be in hours between 1 hour and 25 hours. -- `include_user_sid` (String) Feature under development: Options for including the User Security Identifier (SID) in the certificate used for Passwordless authentication to a Windows server via RDP : Never, If_Available, and Always. +- `include_user_sid` (String) Options for including the User Security Identifier (SID) in the certificate used for Passwordless authentication to a Windows server via RDP : Never, If_Available, and Always. - `reactivate_users_via_idp` (Boolean) If a disabled or deleted ASA User is able to authenticate through the IdP, their ASA User is re-enabled. - `user_provisioning_exact_username` (Boolean) If true, ASA has ASA Users configured through SCIM to maintain the exact username that is specified. - `web_session_duration` (Number) Defines the duration of the web session. Configure the web session to be between 30 minutes and 25 hours. diff --git a/docs/resources/ad_user_sync_task_settings.md b/docs/resources/ad_user_sync_task_settings.md index f855e7a900..23054ce9ef 100644 --- a/docs/resources/ad_user_sync_task_settings.md +++ b/docs/resources/ad_user_sync_task_settings.md @@ -3,12 +3,12 @@ page_title: "oktapam_ad_user_sync_task_settings Resource - terraform-provider-oktapam" subcategory: "" description: |- - Feature under development: Settings for Active Directory (AD) task for user SID discovery. For more information check out the documentation https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/ad-sync.htm on AD user discovery. + Settings for Active Directory (AD) task for user SID discovery. For more information check out the documentation https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/ad-user-sync.htm on AD user discovery. --- # oktapam_ad_user_sync_task_settings (Resource) -Feature under development: Settings for Active Directory (AD) task for user SID discovery. For more information check out the [documentation](https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/ad-sync.htm) on AD user discovery. +Settings for Active Directory (AD) task for user SID discovery. For more information check out the [documentation](https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/ad-user-sync.htm) on AD user discovery. diff --git a/docs/resources/team_settings.md b/docs/resources/team_settings.md index c7c2d26e94..edd704d59b 100644 --- a/docs/resources/team_settings.md +++ b/docs/resources/team_settings.md @@ -19,7 +19,7 @@ Team-level settings for a specific Team, such as authentication and enrollment d - `approve_device_without_interaction` (Boolean) If enabled, ASA auto-approves devices for ASA Users that are authenticated into this Team. - `client_session_duration` (Number) Defines the Client session duration. Value should be in hours between 1 hour and 25 hours. -- `include_user_sid` (String) Feature under development: Options for including the User Security Identifier (SID) in the certificate used for Passwordless authentication to a Windows server via RDP : Never, If_Available, and Always. +- `include_user_sid` (String) Options for including the User Security Identifier (SID) in the certificate used for Passwordless authentication to a Windows server via RDP : Never, If_Available, and Always. - `reactivate_users_via_idp` (Boolean) If a disabled or deleted ASA User is able to authenticate through the IdP, their ASA User is re-enabled. - `user_provisioning_exact_username` (Boolean) If true, ASA has ASA Users configured through SCIM to maintain the exact username that is specified. - `web_session_duration` (Number) Defines the duration of the web session. Configure the web session to be between 30 minutes and 25 hours. diff --git a/oktapam/constants/descriptions/attributes.go b/oktapam/constants/descriptions/attributes.go index 94e334f18c..2e88e21b87 100644 --- a/oktapam/constants/descriptions/attributes.go +++ b/oktapam/constants/descriptions/attributes.go @@ -60,7 +60,7 @@ var ( GatewaySelector = "Assigns ASA Gateways with labels matching all selectors. At least one selector is required for traffic forwarding." GroupName = "The human-readable name of the ASA Group. Values are case-sensitive." HostnameAttribute = "AD Attribute mapped to hostname used to identify a discovered server within Advanced Server Access." - IncludeUserSID = fmt.Sprintf("%s Options for including the User Security Identifier (SID) in the certificate used for Passwordless authentication to a Windows server via RDP : Never, If_Available, and Always.", PrefixDev) + IncludeUserSID = fmt.Sprintf("Options for including the User Security Identifier (SID) in the certificate used for Passwordless authentication to a Windows server via RDP : Never, If_Available, and Always.") IssuedAt = "The UTC time when the token was issued. Format is '2022-01-01 00:00:00 +0000 UTC'." KubernetesAuthMechanism = "Mechanism to provide auth details to your Kubernetes cluster (eg. OIDC_RSA2048, NONE)" KubernetesAPIURL = "The URL to access the control plane of the Kubernetes cluster." diff --git a/oktapam/constants/descriptions/links.go b/oktapam/constants/descriptions/links.go index 4d1367d9bc..eeb8299188 100644 --- a/oktapam/constants/descriptions/links.go +++ b/oktapam/constants/descriptions/links.go @@ -5,7 +5,7 @@ const ( LinkADConnection = "For more information check out the [documentation](https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/ad-connections.htm) on AD Connection creation and usage." LinkADRuleAssignment = "For more information check out the [documentation](https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/ad-sync-assignment.htm) on AD rule assignment." LinkADServerDiscovery = "For more information check out the [documentation](https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/ad-sync.htm) on AD server discovery." - LinkADUserDiscovery = "For more information check out the [documentation](https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/ad-sync.htm) on AD user discovery." + LinkADUserDiscovery = "For more information check out the [documentation](https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/ad-user-sync.htm) on AD user discovery." LinkGateway = "For details, see [Advanced Access Server Gateways](https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/gateways-and-bastions.htm) on ASA Gateways and bastions." LinkGatewaySetupToken = "For details, see [Configure an Advanced Server Access gateway](https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/gateway-configure.htm)." LinkGroup = "For details, see [Groups](https://help.okta.com/asa/en-us/Content/Topics/Adv_Server_Access/docs/setup/groups.htm)." diff --git a/oktapam/constants/descriptions/resources.go b/oktapam/constants/descriptions/resources.go index 94b073cff8..cfbdbae2a2 100644 --- a/oktapam/constants/descriptions/resources.go +++ b/oktapam/constants/descriptions/resources.go @@ -13,7 +13,7 @@ var ( ResourceADConnection = fmt.Sprintf("An Active Directory (AD) Connection to query AD Domain for available servers. %s", LinkADConnection) ResourceADRuleAssignment = fmt.Sprintf("Assign an Active Directory (AD) Rule to an ASA Project. %s", LinkADRuleAssignment) ResourceADTaskSettings = fmt.Sprintf("Settings for Active Directory (AD) task for server discovery. %s", LinkADServerDiscovery) - ResourceADUserSyncTaskSettings = fmt.Sprintf("%s Settings for Active Directory (AD) task for user SID discovery. %s", PrefixDev, LinkADUserDiscovery) + ResourceADUserSyncTaskSettings = fmt.Sprintf("Settings for Active Directory (AD) task for user SID discovery. %s", LinkADUserDiscovery) ResourceGatewaySetupToken = fmt.Sprintf("A token for ASA Gateway enrollment. %s", LinkGatewaySetupToken) ResourceGroup = fmt.Sprintf("A set of ASA Users. %s", LinkGroup) ResourceProject = fmt.Sprintf("An ASA construct that contains servers and is used to grant end users access to server infrastructure. %s", LinkProject)