createAuthMethodCert is a command that creates a new auth method that will be able to authenticate using a client certificate. [Deprecated: Use auth-method-create-cert command]
Name | Type | Description | Notes |
---|---|---|---|
AccessExpires | long | Access expiration date in Unix timestamp (select 0 for access without expiry date) | [optional] [default to 0] |
AllowedCors | string | Comma separated list of allowed CORS domains to be validated as part of the authentication flow. | [optional] |
AuditLogsClaims | List<string> | Subclaims to include in audit logs, e.g "- -audit-logs-claims email - -audit-logs-claims username" | [optional] |
BoundCommonNames | List<string> | A list of names. At least one must exist in the Common Name. Supports globbing. | [optional] |
BoundDnsSans | List<string> | A list of DNS names. At least one must exist in the SANs. Supports globbing. | [optional] |
BoundEmailSans | List<string> | A list of Email Addresses. At least one must exist in the SANs. Supports globbing. | [optional] |
BoundExtensions | List<string> | A list of extensions formatted as "oid:value". Expects the extension value to be some type of ASN1 encoded string. All values much match. Supports globbing on "value". | [optional] |
BoundIps | List<string> | A CIDR whitelist with the IPs that the access is restricted to | [optional] |
BoundOrganizationalUnits | List<string> | A list of Organizational Units names. At least one must exist in the OU field. | [optional] |
BoundUriSans | List<string> | A list of URIs. At least one must exist in the SANs. Supports globbing. | [optional] |
CertificateData | string | The certificate data in base64, if no file was provided | [optional] |
DeleteProtection | string | Protection from accidental deletion of this object [true/false] | [optional] |
Description | string | Auth Method description | [optional] |
ForceSubClaims | bool | if true: enforce role-association must include sub claims | [optional] |
GwBoundIps | List<string> | A CIDR whitelist with the GW IPs that the access is restricted to | [optional] |
Json | bool | Set output format to JSON | [optional] [default to false] |
JwtTtl | long | Jwt TTL | [optional] [default to 0] |
Name | string | Auth Method name | |
ProductType | List<string> | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional] |
RevokedCertIds | List<string> | A list of revoked cert ids | [optional] |
Token | string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | string | The universal identity token, Required only for universal_identity authentication | [optional] |
UniqueIdentifier | string | A unique identifier (ID) value should be configured, such as common_name or organizational_unit Whenever a user logs in with a token, these authentication types issue a "sub claim" that contains details uniquely identifying that user. This sub claim includes a key containing the ID value that you configured, and is used to distinguish between different users from within the same organization. |