Skip to content

Commit

Permalink
Documentation Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SunithaGudisagarIBM1 committed Aug 10, 2022
1 parent 832e1c8 commit e4ad89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/is_vpn_server.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ Review the argument references that you can specify for your resource.
-> **NOTE:**
`identity_provider` and `client_ca_crn` are mutually exclusive, which means either one must be provided.

- `identity_provider` - (Optional, String) The type of identity provider to be used by VPN client.The type of identity provider to be used by the VPN client.- `iam`: IBM identity and access managementThe enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the route on which the unexpected property value was encountered.
- `identity_provider` - (Optional, String) The type of identity provider to be used by VPN client.The type of identity provider to be used by the VPN client.- `iam`: IBM identity and access managementThe enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the route on which the unexpected property value was encountered. `identity_provider` and `client_ca_crn` are mutually exclusive, which means either one must be provided.
- Constraints: Allowable values are: iam
- `client_ca_crn` - (Optional, String) The CRN of the certificate instance or CRN of the secret from secrets manager to use for the VPN client certificate authority (CA). As the usage of certificate CRN from Certificate Manager is getting deprecated, It is recommended to use Secret manger for same.
- `client_ca_crn` - (Optional, String) The CRN of the certificate instance or CRN of the secret from secrets manager to use for the VPN client certificate authority (CA). As the usage of certificate CRN from Certificate Manager is getting deprecated, It is recommended to use Secret manger for same. `identity_provider` and `client_ca_crn` are mutually exclusive, which means either one must be provided.
- `crl` - (Optional, String) The certificate revocation list contents, encoded in PEM format.
- Constraints: The maximum length is `2` items. The minimum length is `1` item.

Expand Down

0 comments on commit e4ad89f

Please sign in to comment.