Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTLSTransport ¶
func GetTLSTransport(insecure bool) http.RoundTripper
GetTLSTransport Get a TLS transport instance, that skips verification if configured via environment variables.
Types ¶
type APIClient ¶ added in v0.0.4
type APIClient struct {
// contains filtered or unexported fields
}
APIClient Hold the API Client and any relevant configuration
type TestingTransport ¶ added in v0.5.0
type TestingTransport struct {
// contains filtered or unexported fields
}
TestingTransport Transport used for testing, always returns a 400 Response
func NewTracingTransport ¶ added in v0.5.0
func NewTracingTransport(inner http.RoundTripper) *TestingTransport
NewTracingTransport Get a HTTP Transport that fails all requests
Source Files
¶
- data_source_certificate_key_pair.go
- data_source_flow.go
- data_source_group.go
- data_source_property_mapping_ldap.go
- data_source_property_mapping_saml.go
- data_source_scope_mapping.go
- provider.go
- resource_application.go
- resource_certificate_key_pair.go
- resource_flow.go
- resource_flow_stage_binding.go
- resource_group.go
- resource_outpost.go
- resource_outpost_sc_docker.go
- resource_outpost_sc_kubernetes.go
- resource_policy_binding.go
- resource_policy_dummy.go
- resource_policy_event_matcher.go
- resource_policy_expiry.go
- resource_policy_expression.go
- resource_policy_hibp.go
- resource_policy_password.go
- resource_policy_reputation.go
- resource_property_mapping_ldap.go
- resource_property_mapping_saml.go
- resource_provider_ldap.go
- resource_provider_oauth2.go
- resource_provider_proxy.go
- resource_provider_saml.go
- resource_scope_mapping.go
- resource_source_ldap.go
- resource_source_oauth.go
- resource_source_plex.go
- resource_source_saml.go
- resource_stage_authenticator_duo.go
- resource_stage_authenticator_static.go
- resource_stage_authenticator_totp.go
- resource_stage_authenticator_validate.go
- resource_stage_authenticator_webauthn.go
- resource_stage_captcha.go
- resource_stage_consent.go
- resource_stage_deny.go
- resource_stage_dummy.go
- resource_stage_email.go
- resource_stage_identification.go
- resource_stage_invitation.go
- resource_stage_password.go
- resource_stage_prompt.go
- resource_stage_prompt_field.go
- resource_stage_user_delete.go
- resource_stage_user_login.go
- resource_stage_user_logout.go
- resource_stage_user_write.go
- resource_tenant.go
- resource_user.go
- utils.go
Click to show internal directories.
Click to hide internal directories.