Documentation ¶
Index ¶
- func JwtAuthBackend_IsConstruct(x interface{}) *bool
- func JwtAuthBackend_IsTerraformElement(x interface{}) *bool
- func JwtAuthBackend_IsTerraformResource(x interface{}) *bool
- func JwtAuthBackend_TfResourceType() *string
- func NewJwtAuthBackendTuneList_Override(j JwtAuthBackendTuneList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewJwtAuthBackendTuneOutputReference_Override(j JwtAuthBackendTuneOutputReference, ...)
- func NewJwtAuthBackend_Override(j JwtAuthBackend, scope constructs.Construct, id *string, ...)
- type JwtAuthBackend
- type JwtAuthBackendConfig
- type JwtAuthBackendTune
- type JwtAuthBackendTuneList
- type JwtAuthBackendTuneOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JwtAuthBackend_IsConstruct ¶
func JwtAuthBackend_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func JwtAuthBackend_IsTerraformElement ¶
func JwtAuthBackend_IsTerraformElement(x interface{}) *bool
Experimental.
func JwtAuthBackend_IsTerraformResource ¶
func JwtAuthBackend_IsTerraformResource(x interface{}) *bool
Experimental.
func JwtAuthBackend_TfResourceType ¶
func JwtAuthBackend_TfResourceType() *string
func NewJwtAuthBackendTuneList_Override ¶
func NewJwtAuthBackendTuneList_Override(j JwtAuthBackendTuneList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewJwtAuthBackendTuneOutputReference_Override ¶
func NewJwtAuthBackendTuneOutputReference_Override(j JwtAuthBackendTuneOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewJwtAuthBackend_Override ¶
func NewJwtAuthBackend_Override(j JwtAuthBackend, scope constructs.Construct, id *string, config *JwtAuthBackendConfig)
Create a new {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend vault_jwt_auth_backend} Resource.
Types ¶
type JwtAuthBackend ¶
type JwtAuthBackend interface { cdktf.TerraformResource Accessor() *string BoundIssuer() *string SetBoundIssuer(val *string) BoundIssuerInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) DefaultRole() *string SetDefaultRole(val *string) DefaultRoleInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string SetDescription(val *string) DescriptionInput() *string DisableRemount() interface{} SetDisableRemount(val interface{}) DisableRemountInput() interface{} // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string JwksCaPem() *string SetJwksCaPem(val *string) JwksCaPemInput() *string JwksUrl() *string SetJwksUrl(val *string) JwksUrlInput() *string JwtSupportedAlgs() *[]*string SetJwtSupportedAlgs(val *[]*string) JwtSupportedAlgsInput() *[]*string JwtValidationPubkeys() *[]*string SetJwtValidationPubkeys(val *[]*string) JwtValidationPubkeysInput() *[]*string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Local() interface{} SetLocal(val interface{}) LocalInput() interface{} Namespace() *string SetNamespace(val *string) NamespaceInput() *string NamespaceInState() interface{} SetNamespaceInState(val interface{}) NamespaceInStateInput() interface{} // The tree node. Node() constructs.Node OidcClientId() *string SetOidcClientId(val *string) OidcClientIdInput() *string OidcClientSecret() *string SetOidcClientSecret(val *string) OidcClientSecretInput() *string OidcDiscoveryCaPem() *string SetOidcDiscoveryCaPem(val *string) OidcDiscoveryCaPemInput() *string OidcDiscoveryUrl() *string SetOidcDiscoveryUrl(val *string) OidcDiscoveryUrlInput() *string OidcResponseMode() *string SetOidcResponseMode(val *string) OidcResponseModeInput() *string OidcResponseTypes() *[]*string SetOidcResponseTypes(val *[]*string) OidcResponseTypesInput() *[]*string Path() *string SetPath(val *string) PathInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) ProviderConfig() *map[string]*string SetProviderConfig(val *map[string]*string) ProviderConfigInput() *map[string]*string // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Tune() JwtAuthBackendTuneList TuneInput() interface{} Type() *string SetType(val *string) TypeInput() *string // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutTune(value interface{}) ResetBoundIssuer() ResetDefaultRole() ResetDescription() ResetDisableRemount() ResetId() ResetJwksCaPem() ResetJwksUrl() ResetJwtSupportedAlgs() ResetJwtValidationPubkeys() ResetLocal() ResetNamespace() ResetNamespaceInState() ResetOidcClientId() ResetOidcClientSecret() ResetOidcDiscoveryCaPem() ResetOidcDiscoveryUrl() ResetOidcResponseMode() ResetOidcResponseTypes() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPath() ResetProviderConfig() ResetTune() ResetType() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend vault_jwt_auth_backend}.
func NewJwtAuthBackend ¶
func NewJwtAuthBackend(scope constructs.Construct, id *string, config *JwtAuthBackendConfig) JwtAuthBackend
Create a new {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend vault_jwt_auth_backend} Resource.
type JwtAuthBackendConfig ¶
type JwtAuthBackendConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // The value against which to match the iss claim in a JWT. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#bound_issuer JwtAuthBackend#bound_issuer} BoundIssuer *string `field:"optional" json:"boundIssuer" yaml:"boundIssuer"` // The default role to use if none is provided during login. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#default_role JwtAuthBackend#default_role} DefaultRole *string `field:"optional" json:"defaultRole" yaml:"defaultRole"` // The description of the auth backend. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#description JwtAuthBackend#description} Description *string `field:"optional" json:"description" yaml:"description"` // If set, opts out of mount migration on path updates. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#disable_remount JwtAuthBackend#disable_remount} DisableRemount interface{} `field:"optional" json:"disableRemount" yaml:"disableRemount"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#id JwtAuthBackend#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. Id *string `field:"optional" json:"id" yaml:"id"` // The CA certificate or chain of certificates, in PEM format, to use to validate connections to the JWKS URL. // // If not set, system certificates are used. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#jwks_ca_pem JwtAuthBackend#jwks_ca_pem} JwksCaPem *string `field:"optional" json:"jwksCaPem" yaml:"jwksCaPem"` // JWKS URL to use to authenticate signatures. Cannot be used with 'oidc_discovery_url' or 'jwt_validation_pubkeys'. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#jwks_url JwtAuthBackend#jwks_url} JwksUrl *string `field:"optional" json:"jwksUrl" yaml:"jwksUrl"` // A list of supported signing algorithms. Defaults to [RS256]. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#jwt_supported_algs JwtAuthBackend#jwt_supported_algs} JwtSupportedAlgs *[]*string `field:"optional" json:"jwtSupportedAlgs" yaml:"jwtSupportedAlgs"` // A list of PEM-encoded public keys to use to authenticate signatures locally. // // Cannot be used with 'jwks_url' or 'oidc_discovery_url'. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#jwt_validation_pubkeys JwtAuthBackend#jwt_validation_pubkeys} JwtValidationPubkeys *[]*string `field:"optional" json:"jwtValidationPubkeys" yaml:"jwtValidationPubkeys"` // Specifies if the auth method is local only. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#local JwtAuthBackend#local} Local interface{} `field:"optional" json:"local" yaml:"local"` // Target namespace. (requires Enterprise). // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#namespace JwtAuthBackend#namespace} Namespace *string `field:"optional" json:"namespace" yaml:"namespace"` // Pass namespace in the OIDC state parameter instead of as a separate query parameter. // // With this setting, the allowed redirect URL(s) in Vault and on the provider side should not contain a namespace query parameter. This means only one redirect URL entry needs to be maintained on the OIDC provider side for all vault namespaces that will be authenticating against it. Defaults to true for new configs. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#namespace_in_state JwtAuthBackend#namespace_in_state} NamespaceInState interface{} `field:"optional" json:"namespaceInState" yaml:"namespaceInState"` // Client ID used for OIDC. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#oidc_client_id JwtAuthBackend#oidc_client_id} OidcClientId *string `field:"optional" json:"oidcClientId" yaml:"oidcClientId"` // Client Secret used for OIDC. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#oidc_client_secret JwtAuthBackend#oidc_client_secret} OidcClientSecret *string `field:"optional" json:"oidcClientSecret" yaml:"oidcClientSecret"` // The CA certificate or chain of certificates, in PEM format, to use to validate connections to the OIDC Discovery URL. // // If not set, system certificates are used // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#oidc_discovery_ca_pem JwtAuthBackend#oidc_discovery_ca_pem} OidcDiscoveryCaPem *string `field:"optional" json:"oidcDiscoveryCaPem" yaml:"oidcDiscoveryCaPem"` // The OIDC Discovery URL, without any .well-known component (base path). Cannot be used with 'jwks_url' or 'jwt_validation_pubkeys'. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#oidc_discovery_url JwtAuthBackend#oidc_discovery_url} OidcDiscoveryUrl *string `field:"optional" json:"oidcDiscoveryUrl" yaml:"oidcDiscoveryUrl"` // The response mode to be used in the OAuth2 request. // // Allowed values are 'query' and 'form_post'. Defaults to 'query'. If using Vault namespaces, and oidc_response_mode is 'form_post', then 'namespace_in_state' should be set to false. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#oidc_response_mode JwtAuthBackend#oidc_response_mode} OidcResponseMode *string `field:"optional" json:"oidcResponseMode" yaml:"oidcResponseMode"` // The response types to request. // // Allowed values are 'code' and 'id_token'. Defaults to 'code'. Note: 'id_token' may only be used if 'oidc_response_mode' is set to 'form_post'. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#oidc_response_types JwtAuthBackend#oidc_response_types} OidcResponseTypes *[]*string `field:"optional" json:"oidcResponseTypes" yaml:"oidcResponseTypes"` // path to mount the backend. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#path JwtAuthBackend#path} Path *string `field:"optional" json:"path" yaml:"path"` // Provider specific handling configuration. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#provider_config JwtAuthBackend#provider_config} ProviderConfig *map[string]*string `field:"optional" json:"providerConfig" yaml:"providerConfig"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#tune JwtAuthBackend#tune}. Tune interface{} `field:"optional" json:"tune" yaml:"tune"` // Type of backend. Can be either 'jwt' or 'oidc'. // // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#type JwtAuthBackend#type} Type *string `field:"optional" json:"type" yaml:"type"` }
type JwtAuthBackendTune ¶
type JwtAuthBackendTune struct { // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#allowed_response_headers JwtAuthBackend#allowed_response_headers}. AllowedResponseHeaders *[]*string `field:"optional" json:"allowedResponseHeaders" yaml:"allowedResponseHeaders"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#audit_non_hmac_request_keys JwtAuthBackend#audit_non_hmac_request_keys}. AuditNonHmacRequestKeys *[]*string `field:"optional" json:"auditNonHmacRequestKeys" yaml:"auditNonHmacRequestKeys"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#audit_non_hmac_response_keys JwtAuthBackend#audit_non_hmac_response_keys}. AuditNonHmacResponseKeys *[]*string `field:"optional" json:"auditNonHmacResponseKeys" yaml:"auditNonHmacResponseKeys"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#default_lease_ttl JwtAuthBackend#default_lease_ttl}. DefaultLeaseTtl *string `field:"optional" json:"defaultLeaseTtl" yaml:"defaultLeaseTtl"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#listing_visibility JwtAuthBackend#listing_visibility}. ListingVisibility *string `field:"optional" json:"listingVisibility" yaml:"listingVisibility"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#max_lease_ttl JwtAuthBackend#max_lease_ttl}. MaxLeaseTtl *string `field:"optional" json:"maxLeaseTtl" yaml:"maxLeaseTtl"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#passthrough_request_headers JwtAuthBackend#passthrough_request_headers}. PassthroughRequestHeaders *[]*string `field:"optional" json:"passthroughRequestHeaders" yaml:"passthroughRequestHeaders"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/vault/r/jwt_auth_backend#token_type JwtAuthBackend#token_type}. TokenType *string `field:"optional" json:"tokenType" yaml:"tokenType"` }
type JwtAuthBackendTuneList ¶
type JwtAuthBackendTuneList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) JwtAuthBackendTuneOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewJwtAuthBackendTuneList ¶
func NewJwtAuthBackendTuneList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) JwtAuthBackendTuneList
type JwtAuthBackendTuneOutputReference ¶
type JwtAuthBackendTuneOutputReference interface { cdktf.ComplexObject AllowedResponseHeaders() *[]*string SetAllowedResponseHeaders(val *[]*string) AllowedResponseHeadersInput() *[]*string AuditNonHmacRequestKeys() *[]*string SetAuditNonHmacRequestKeys(val *[]*string) AuditNonHmacRequestKeysInput() *[]*string AuditNonHmacResponseKeys() *[]*string SetAuditNonHmacResponseKeys(val *[]*string) AuditNonHmacResponseKeysInput() *[]*string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string DefaultLeaseTtl() *string SetDefaultLeaseTtl(val *string) DefaultLeaseTtlInput() *string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) ListingVisibility() *string SetListingVisibility(val *string) ListingVisibilityInput() *string MaxLeaseTtl() *string SetMaxLeaseTtl(val *string) MaxLeaseTtlInput() *string PassthroughRequestHeaders() *[]*string SetPassthroughRequestHeaders(val *[]*string) PassthroughRequestHeadersInput() *[]*string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TokenType() *string SetTokenType(val *string) TokenTypeInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetAllowedResponseHeaders() ResetAuditNonHmacRequestKeys() ResetAuditNonHmacResponseKeys() ResetDefaultLeaseTtl() ResetListingVisibility() ResetMaxLeaseTtl() ResetPassthroughRequestHeaders() ResetTokenType() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewJwtAuthBackendTuneOutputReference ¶
func NewJwtAuthBackendTuneOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) JwtAuthBackendTuneOutputReference
Source Files ¶
- jwtauthbackend.go
- jwtauthbackend_JwtAuthBackend.go
- jwtauthbackend_JwtAuthBackendConfig.go
- jwtauthbackend_JwtAuthBackendTune.go
- jwtauthbackend_JwtAuthBackendTuneList.go
- jwtauthbackend_JwtAuthBackendTuneList__runtime_type_checks.go
- jwtauthbackend_JwtAuthBackendTuneOutputReference.go
- jwtauthbackend_JwtAuthBackendTuneOutputReference__runtime_type_checks.go
- jwtauthbackend_JwtAuthBackend__runtime_type_checks.go