v1alpha1

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=ldap.vault.upbound.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "ldap.vault.upbound.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	AuthBackend_Kind             = "AuthBackend"
	AuthBackend_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: AuthBackend_Kind}.String()
	AuthBackend_KindAPIVersion   = AuthBackend_Kind + "." + CRDGroupVersion.String()
	AuthBackend_GroupVersionKind = CRDGroupVersion.WithKind(AuthBackend_Kind)
)

Repository type metadata.

View Source
var (
	AuthBackendGroup_Kind             = "AuthBackendGroup"
	AuthBackendGroup_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: AuthBackendGroup_Kind}.String()
	AuthBackendGroup_KindAPIVersion   = AuthBackendGroup_Kind + "." + CRDGroupVersion.String()
	AuthBackendGroup_GroupVersionKind = CRDGroupVersion.WithKind(AuthBackendGroup_Kind)
)

Repository type metadata.

View Source
var (
	AuthBackendUser_Kind             = "AuthBackendUser"
	AuthBackendUser_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: AuthBackendUser_Kind}.String()
	AuthBackendUser_KindAPIVersion   = AuthBackendUser_Kind + "." + CRDGroupVersion.String()
	AuthBackendUser_GroupVersionKind = CRDGroupVersion.WithKind(AuthBackendUser_Kind)
)

Repository type metadata.

View Source
var (
	// CRDGroupVersion is the API Group Version used to register the objects
	CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type AuthBackend

type AuthBackend struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.url) || has(self.initProvider.url)",message="url is a required parameter"
	Spec   AuthBackendSpec   `json:"spec"`
	Status AuthBackendStatus `json:"status,omitempty"`
}

AuthBackend is the Schema for the AuthBackends API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,vault}

func (*AuthBackend) DeepCopy

func (in *AuthBackend) DeepCopy() *AuthBackend

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackend.

func (*AuthBackend) DeepCopyInto

func (in *AuthBackend) DeepCopyInto(out *AuthBackend)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AuthBackend) DeepCopyObject

func (in *AuthBackend) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*AuthBackend) GetCondition

func (mg *AuthBackend) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this AuthBackend.

func (*AuthBackend) GetConnectionDetailsMapping

func (tr *AuthBackend) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this AuthBackend

func (*AuthBackend) GetDeletionPolicy

func (mg *AuthBackend) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this AuthBackend.

func (*AuthBackend) GetID

func (tr *AuthBackend) GetID() string

GetID returns ID of underlying Terraform resource of this AuthBackend

func (*AuthBackend) GetInitParameters added in v0.2.0

func (tr *AuthBackend) GetInitParameters() (map[string]any, error)

GetInitParameters of this AuthBackend

func (*AuthBackend) GetManagementPolicies added in v0.2.0

func (mg *AuthBackend) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this AuthBackend.

func (*AuthBackend) GetObservation

func (tr *AuthBackend) GetObservation() (map[string]any, error)

GetObservation of this AuthBackend

func (*AuthBackend) GetParameters

func (tr *AuthBackend) GetParameters() (map[string]any, error)

GetParameters of this AuthBackend

func (*AuthBackend) GetProviderConfigReference

func (mg *AuthBackend) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this AuthBackend.

func (*AuthBackend) GetProviderReference

func (mg *AuthBackend) GetProviderReference() *xpv1.Reference

GetProviderReference of this AuthBackend. Deprecated: Use GetProviderConfigReference.

func (*AuthBackend) GetPublishConnectionDetailsTo

func (mg *AuthBackend) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this AuthBackend.

func (*AuthBackend) GetTerraformResourceType

func (mg *AuthBackend) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this AuthBackend

func (*AuthBackend) GetTerraformSchemaVersion

func (tr *AuthBackend) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*AuthBackend) GetWriteConnectionSecretToReference

func (mg *AuthBackend) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this AuthBackend.

func (*AuthBackend) LateInitialize

func (tr *AuthBackend) LateInitialize(attrs []byte) (bool, error)

LateInitialize this AuthBackend using its observed tfState. returns True if there are any spec changes for the resource.

func (*AuthBackend) SetConditions

func (mg *AuthBackend) SetConditions(c ...xpv1.Condition)

SetConditions of this AuthBackend.

func (*AuthBackend) SetDeletionPolicy

func (mg *AuthBackend) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this AuthBackend.

func (*AuthBackend) SetManagementPolicies added in v0.2.0

func (mg *AuthBackend) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this AuthBackend.

func (*AuthBackend) SetObservation

func (tr *AuthBackend) SetObservation(obs map[string]any) error

SetObservation for this AuthBackend

func (*AuthBackend) SetParameters

func (tr *AuthBackend) SetParameters(params map[string]any) error

SetParameters for this AuthBackend

func (*AuthBackend) SetProviderConfigReference

func (mg *AuthBackend) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this AuthBackend.

func (*AuthBackend) SetProviderReference

func (mg *AuthBackend) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this AuthBackend. Deprecated: Use SetProviderConfigReference.

func (*AuthBackend) SetPublishConnectionDetailsTo

func (mg *AuthBackend) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this AuthBackend.

func (*AuthBackend) SetWriteConnectionSecretToReference

func (mg *AuthBackend) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this AuthBackend.

type AuthBackendGroup

type AuthBackendGroup struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.groupname) || has(self.initProvider.groupname)",message="groupname is a required parameter"
	Spec   AuthBackendGroupSpec   `json:"spec"`
	Status AuthBackendGroupStatus `json:"status,omitempty"`
}

AuthBackendGroup is the Schema for the AuthBackendGroups API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,vault}

func (*AuthBackendGroup) DeepCopy

func (in *AuthBackendGroup) DeepCopy() *AuthBackendGroup

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendGroup.

func (*AuthBackendGroup) DeepCopyInto

func (in *AuthBackendGroup) DeepCopyInto(out *AuthBackendGroup)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AuthBackendGroup) DeepCopyObject

func (in *AuthBackendGroup) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*AuthBackendGroup) GetCondition

func (mg *AuthBackendGroup) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this AuthBackendGroup.

func (*AuthBackendGroup) GetConnectionDetailsMapping

func (tr *AuthBackendGroup) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this AuthBackendGroup

func (*AuthBackendGroup) GetDeletionPolicy

func (mg *AuthBackendGroup) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this AuthBackendGroup.

func (*AuthBackendGroup) GetID

func (tr *AuthBackendGroup) GetID() string

GetID returns ID of underlying Terraform resource of this AuthBackendGroup

func (*AuthBackendGroup) GetInitParameters added in v0.2.0

func (tr *AuthBackendGroup) GetInitParameters() (map[string]any, error)

GetInitParameters of this AuthBackendGroup

func (*AuthBackendGroup) GetManagementPolicies added in v0.2.0

func (mg *AuthBackendGroup) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this AuthBackendGroup.

func (*AuthBackendGroup) GetObservation

func (tr *AuthBackendGroup) GetObservation() (map[string]any, error)

GetObservation of this AuthBackendGroup

func (*AuthBackendGroup) GetParameters

func (tr *AuthBackendGroup) GetParameters() (map[string]any, error)

GetParameters of this AuthBackendGroup

func (*AuthBackendGroup) GetProviderConfigReference

func (mg *AuthBackendGroup) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this AuthBackendGroup.

func (*AuthBackendGroup) GetProviderReference

func (mg *AuthBackendGroup) GetProviderReference() *xpv1.Reference

GetProviderReference of this AuthBackendGroup. Deprecated: Use GetProviderConfigReference.

func (*AuthBackendGroup) GetPublishConnectionDetailsTo

func (mg *AuthBackendGroup) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this AuthBackendGroup.

func (*AuthBackendGroup) GetTerraformResourceType

func (mg *AuthBackendGroup) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this AuthBackendGroup

func (*AuthBackendGroup) GetTerraformSchemaVersion

func (tr *AuthBackendGroup) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*AuthBackendGroup) GetWriteConnectionSecretToReference

func (mg *AuthBackendGroup) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this AuthBackendGroup.

func (*AuthBackendGroup) LateInitialize

func (tr *AuthBackendGroup) LateInitialize(attrs []byte) (bool, error)

LateInitialize this AuthBackendGroup using its observed tfState. returns True if there are any spec changes for the resource.

func (*AuthBackendGroup) SetConditions

func (mg *AuthBackendGroup) SetConditions(c ...xpv1.Condition)

SetConditions of this AuthBackendGroup.

func (*AuthBackendGroup) SetDeletionPolicy

func (mg *AuthBackendGroup) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this AuthBackendGroup.

func (*AuthBackendGroup) SetManagementPolicies added in v0.2.0

func (mg *AuthBackendGroup) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this AuthBackendGroup.

func (*AuthBackendGroup) SetObservation

func (tr *AuthBackendGroup) SetObservation(obs map[string]any) error

SetObservation for this AuthBackendGroup

func (*AuthBackendGroup) SetParameters

func (tr *AuthBackendGroup) SetParameters(params map[string]any) error

SetParameters for this AuthBackendGroup

func (*AuthBackendGroup) SetProviderConfigReference

func (mg *AuthBackendGroup) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this AuthBackendGroup.

func (*AuthBackendGroup) SetProviderReference

func (mg *AuthBackendGroup) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this AuthBackendGroup. Deprecated: Use SetProviderConfigReference.

func (*AuthBackendGroup) SetPublishConnectionDetailsTo

func (mg *AuthBackendGroup) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this AuthBackendGroup.

func (*AuthBackendGroup) SetWriteConnectionSecretToReference

func (mg *AuthBackendGroup) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this AuthBackendGroup.

type AuthBackendGroupInitParameters added in v0.2.0

type AuthBackendGroupInitParameters struct {
	Backend *string `json:"backend,omitempty" tf:"backend,omitempty"`

	Groupname *string `json:"groupname,omitempty" tf:"groupname,omitempty"`

	// Target namespace. (requires Enterprise)
	Namespace *string `json:"namespace,omitempty" tf:"namespace,omitempty"`

	Policies []*string `json:"policies,omitempty" tf:"policies,omitempty"`
}

func (*AuthBackendGroupInitParameters) DeepCopy added in v0.2.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendGroupInitParameters.

func (*AuthBackendGroupInitParameters) DeepCopyInto added in v0.2.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AuthBackendGroupList

type AuthBackendGroupList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []AuthBackendGroup `json:"items"`
}

AuthBackendGroupList contains a list of AuthBackendGroups

func (*AuthBackendGroupList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendGroupList.

func (*AuthBackendGroupList) DeepCopyInto

func (in *AuthBackendGroupList) DeepCopyInto(out *AuthBackendGroupList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AuthBackendGroupList) DeepCopyObject

func (in *AuthBackendGroupList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*AuthBackendGroupList) GetItems

func (l *AuthBackendGroupList) GetItems() []resource.Managed

GetItems of this AuthBackendGroupList.

type AuthBackendGroupObservation

type AuthBackendGroupObservation struct {
	Backend *string `json:"backend,omitempty" tf:"backend,omitempty"`

	Groupname *string `json:"groupname,omitempty" tf:"groupname,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// Target namespace. (requires Enterprise)
	Namespace *string `json:"namespace,omitempty" tf:"namespace,omitempty"`

	Policies []*string `json:"policies,omitempty" tf:"policies,omitempty"`
}

func (*AuthBackendGroupObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendGroupObservation.

func (*AuthBackendGroupObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AuthBackendGroupParameters

type AuthBackendGroupParameters struct {

	// +kubebuilder:validation:Optional
	Backend *string `json:"backend,omitempty" tf:"backend,omitempty"`

	// +kubebuilder:validation:Optional
	Groupname *string `json:"groupname,omitempty" tf:"groupname,omitempty"`

	// Target namespace. (requires Enterprise)
	// +kubebuilder:validation:Optional
	Namespace *string `json:"namespace,omitempty" tf:"namespace,omitempty"`

	// +kubebuilder:validation:Optional
	Policies []*string `json:"policies,omitempty" tf:"policies,omitempty"`
}

func (*AuthBackendGroupParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendGroupParameters.

func (*AuthBackendGroupParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AuthBackendGroupSpec

type AuthBackendGroupSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     AuthBackendGroupParameters `json:"forProvider"`
	// THIS IS AN ALPHA FIELD. Do not use it in production. It is not honored
	// unless the relevant Crossplane feature flag is enabled, and may be
	// changed or removed without notice.
	// InitProvider holds the same fields as ForProvider, with the exception
	// of Identifier and other resource reference fields. The fields that are
	// in InitProvider are merged into ForProvider when the resource is created.
	// The same fields are also added to the terraform ignore_changes hook, to
	// avoid updating them after creation. This is useful for fields that are
	// required on creation, but we do not desire to update them after creation,
	// for example because of an external controller is managing them, like an
	// autoscaler.
	InitProvider AuthBackendGroupInitParameters `json:"initProvider,omitempty"`
}

AuthBackendGroupSpec defines the desired state of AuthBackendGroup

func (*AuthBackendGroupSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendGroupSpec.

func (*AuthBackendGroupSpec) DeepCopyInto

func (in *AuthBackendGroupSpec) DeepCopyInto(out *AuthBackendGroupSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AuthBackendGroupStatus

type AuthBackendGroupStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        AuthBackendGroupObservation `json:"atProvider,omitempty"`
}

AuthBackendGroupStatus defines the observed state of AuthBackendGroup.

func (*AuthBackendGroupStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendGroupStatus.

func (*AuthBackendGroupStatus) DeepCopyInto

func (in *AuthBackendGroupStatus) DeepCopyInto(out *AuthBackendGroupStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AuthBackendInitParameters added in v0.2.0

type AuthBackendInitParameters struct {
	Binddn *string `json:"binddn,omitempty" tf:"binddn,omitempty"`

	CaseSensitiveNames *bool `json:"caseSensitiveNames,omitempty" tf:"case_sensitive_names,omitempty"`

	Certificate *string `json:"certificate,omitempty" tf:"certificate,omitempty"`

	ClientTLSCert *string `json:"clientTlsCert,omitempty" tf:"client_tls_cert,omitempty"`

	DenyNullBind *bool `json:"denyNullBind,omitempty" tf:"deny_null_bind,omitempty"`

	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// If set, opts out of mount migration on path updates.
	DisableRemount *bool `json:"disableRemount,omitempty" tf:"disable_remount,omitempty"`

	Discoverdn *bool `json:"discoverdn,omitempty" tf:"discoverdn,omitempty"`

	Groupattr *string `json:"groupattr,omitempty" tf:"groupattr,omitempty"`

	Groupdn *string `json:"groupdn,omitempty" tf:"groupdn,omitempty"`

	Groupfilter *string `json:"groupfilter,omitempty" tf:"groupfilter,omitempty"`

	InsecureTLS *bool `json:"insecureTls,omitempty" tf:"insecure_tls,omitempty"`

	// Specifies if the auth method is local only
	Local *bool `json:"local,omitempty" tf:"local,omitempty"`

	MaxPageSize *float64 `json:"maxPageSize,omitempty" tf:"max_page_size,omitempty"`

	// Target namespace. (requires Enterprise)
	Namespace *string `json:"namespace,omitempty" tf:"namespace,omitempty"`

	Path *string `json:"path,omitempty" tf:"path,omitempty"`

	Starttls *bool `json:"starttls,omitempty" tf:"starttls,omitempty"`

	TLSMaxVersion *string `json:"tlsMaxVersion,omitempty" tf:"tls_max_version,omitempty"`

	TLSMinVersion *string `json:"tlsMinVersion,omitempty" tf:"tls_min_version,omitempty"`

	// Specifies the blocks of IP addresses which are allowed to use the generated token
	TokenBoundCidrs []*string `json:"tokenBoundCidrs,omitempty" tf:"token_bound_cidrs,omitempty"`

	// Generated Token's Explicit Maximum TTL in seconds
	TokenExplicitMaxTTL *float64 `json:"tokenExplicitMaxTtl,omitempty" tf:"token_explicit_max_ttl,omitempty"`

	// The maximum lifetime of the generated token
	TokenMaxTTL *float64 `json:"tokenMaxTtl,omitempty" tf:"token_max_ttl,omitempty"`

	// If true, the 'default' policy will not automatically be added to generated tokens
	TokenNoDefaultPolicy *bool `json:"tokenNoDefaultPolicy,omitempty" tf:"token_no_default_policy,omitempty"`

	// The maximum number of times a token may be used, a value of zero means unlimited
	TokenNumUses *float64 `json:"tokenNumUses,omitempty" tf:"token_num_uses,omitempty"`

	// Generated Token's Period
	TokenPeriod *float64 `json:"tokenPeriod,omitempty" tf:"token_period,omitempty"`

	// Generated Token's Policies
	TokenPolicies []*string `json:"tokenPolicies,omitempty" tf:"token_policies,omitempty"`

	// The initial ttl of the token to generate in seconds
	TokenTTL *float64 `json:"tokenTtl,omitempty" tf:"token_ttl,omitempty"`

	// The type of token to generate, service or batch
	TokenType *string `json:"tokenType,omitempty" tf:"token_type,omitempty"`

	URL *string `json:"url,omitempty" tf:"url,omitempty"`

	Upndomain *string `json:"upndomain,omitempty" tf:"upndomain,omitempty"`

	UseTokenGroups *bool `json:"useTokenGroups,omitempty" tf:"use_token_groups,omitempty"`

	Userattr *string `json:"userattr,omitempty" tf:"userattr,omitempty"`

	Userdn *string `json:"userdn,omitempty" tf:"userdn,omitempty"`

	Userfilter *string `json:"userfilter,omitempty" tf:"userfilter,omitempty"`

	// Force the auth method to use the username passed by the user as the alias name.
	UsernameAsAlias *bool `json:"usernameAsAlias,omitempty" tf:"username_as_alias,omitempty"`
}

func (*AuthBackendInitParameters) DeepCopy added in v0.2.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendInitParameters.

func (*AuthBackendInitParameters) DeepCopyInto added in v0.2.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AuthBackendList

type AuthBackendList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []AuthBackend `json:"items"`
}

AuthBackendList contains a list of AuthBackends

func (*AuthBackendList) DeepCopy

func (in *AuthBackendList) DeepCopy() *AuthBackendList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendList.

func (*AuthBackendList) DeepCopyInto

func (in *AuthBackendList) DeepCopyInto(out *AuthBackendList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AuthBackendList) DeepCopyObject

func (in *AuthBackendList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*AuthBackendList) GetItems

func (l *AuthBackendList) GetItems() []resource.Managed

GetItems of this AuthBackendList.

type AuthBackendObservation

type AuthBackendObservation struct {

	// The accessor of the LDAP auth backend
	Accessor *string `json:"accessor,omitempty" tf:"accessor,omitempty"`

	Binddn *string `json:"binddn,omitempty" tf:"binddn,omitempty"`

	CaseSensitiveNames *bool `json:"caseSensitiveNames,omitempty" tf:"case_sensitive_names,omitempty"`

	Certificate *string `json:"certificate,omitempty" tf:"certificate,omitempty"`

	ClientTLSCert *string `json:"clientTlsCert,omitempty" tf:"client_tls_cert,omitempty"`

	DenyNullBind *bool `json:"denyNullBind,omitempty" tf:"deny_null_bind,omitempty"`

	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// If set, opts out of mount migration on path updates.
	DisableRemount *bool `json:"disableRemount,omitempty" tf:"disable_remount,omitempty"`

	Discoverdn *bool `json:"discoverdn,omitempty" tf:"discoverdn,omitempty"`

	Groupattr *string `json:"groupattr,omitempty" tf:"groupattr,omitempty"`

	Groupdn *string `json:"groupdn,omitempty" tf:"groupdn,omitempty"`

	Groupfilter *string `json:"groupfilter,omitempty" tf:"groupfilter,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	InsecureTLS *bool `json:"insecureTls,omitempty" tf:"insecure_tls,omitempty"`

	// Specifies if the auth method is local only
	Local *bool `json:"local,omitempty" tf:"local,omitempty"`

	MaxPageSize *float64 `json:"maxPageSize,omitempty" tf:"max_page_size,omitempty"`

	// Target namespace. (requires Enterprise)
	Namespace *string `json:"namespace,omitempty" tf:"namespace,omitempty"`

	Path *string `json:"path,omitempty" tf:"path,omitempty"`

	Starttls *bool `json:"starttls,omitempty" tf:"starttls,omitempty"`

	TLSMaxVersion *string `json:"tlsMaxVersion,omitempty" tf:"tls_max_version,omitempty"`

	TLSMinVersion *string `json:"tlsMinVersion,omitempty" tf:"tls_min_version,omitempty"`

	// Specifies the blocks of IP addresses which are allowed to use the generated token
	TokenBoundCidrs []*string `json:"tokenBoundCidrs,omitempty" tf:"token_bound_cidrs,omitempty"`

	// Generated Token's Explicit Maximum TTL in seconds
	TokenExplicitMaxTTL *float64 `json:"tokenExplicitMaxTtl,omitempty" tf:"token_explicit_max_ttl,omitempty"`

	// The maximum lifetime of the generated token
	TokenMaxTTL *float64 `json:"tokenMaxTtl,omitempty" tf:"token_max_ttl,omitempty"`

	// If true, the 'default' policy will not automatically be added to generated tokens
	TokenNoDefaultPolicy *bool `json:"tokenNoDefaultPolicy,omitempty" tf:"token_no_default_policy,omitempty"`

	// The maximum number of times a token may be used, a value of zero means unlimited
	TokenNumUses *float64 `json:"tokenNumUses,omitempty" tf:"token_num_uses,omitempty"`

	// Generated Token's Period
	TokenPeriod *float64 `json:"tokenPeriod,omitempty" tf:"token_period,omitempty"`

	// Generated Token's Policies
	TokenPolicies []*string `json:"tokenPolicies,omitempty" tf:"token_policies,omitempty"`

	// The initial ttl of the token to generate in seconds
	TokenTTL *float64 `json:"tokenTtl,omitempty" tf:"token_ttl,omitempty"`

	// The type of token to generate, service or batch
	TokenType *string `json:"tokenType,omitempty" tf:"token_type,omitempty"`

	URL *string `json:"url,omitempty" tf:"url,omitempty"`

	Upndomain *string `json:"upndomain,omitempty" tf:"upndomain,omitempty"`

	UseTokenGroups *bool `json:"useTokenGroups,omitempty" tf:"use_token_groups,omitempty"`

	Userattr *string `json:"userattr,omitempty" tf:"userattr,omitempty"`

	Userdn *string `json:"userdn,omitempty" tf:"userdn,omitempty"`

	Userfilter *string `json:"userfilter,omitempty" tf:"userfilter,omitempty"`

	// Force the auth method to use the username passed by the user as the alias name.
	UsernameAsAlias *bool `json:"usernameAsAlias,omitempty" tf:"username_as_alias,omitempty"`
}

func (*AuthBackendObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendObservation.

func (*AuthBackendObservation) DeepCopyInto

func (in *AuthBackendObservation) DeepCopyInto(out *AuthBackendObservation)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AuthBackendParameters

type AuthBackendParameters struct {

	// +kubebuilder:validation:Optional
	Binddn *string `json:"binddn,omitempty" tf:"binddn,omitempty"`

	// +kubebuilder:validation:Optional
	BindpassSecretRef *v1.SecretKeySelector `json:"bindpassSecretRef,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	CaseSensitiveNames *bool `json:"caseSensitiveNames,omitempty" tf:"case_sensitive_names,omitempty"`

	// +kubebuilder:validation:Optional
	Certificate *string `json:"certificate,omitempty" tf:"certificate,omitempty"`

	// +kubebuilder:validation:Optional
	ClientTLSCert *string `json:"clientTlsCert,omitempty" tf:"client_tls_cert,omitempty"`

	// +kubebuilder:validation:Optional
	ClientTLSKeySecretRef *v1.SecretKeySelector `json:"clientTlsKeySecretRef,omitempty" tf:"-"`

	// +kubebuilder:validation:Optional
	DenyNullBind *bool `json:"denyNullBind,omitempty" tf:"deny_null_bind,omitempty"`

	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// If set, opts out of mount migration on path updates.
	// +kubebuilder:validation:Optional
	DisableRemount *bool `json:"disableRemount,omitempty" tf:"disable_remount,omitempty"`

	// +kubebuilder:validation:Optional
	Discoverdn *bool `json:"discoverdn,omitempty" tf:"discoverdn,omitempty"`

	// +kubebuilder:validation:Optional
	Groupattr *string `json:"groupattr,omitempty" tf:"groupattr,omitempty"`

	// +kubebuilder:validation:Optional
	Groupdn *string `json:"groupdn,omitempty" tf:"groupdn,omitempty"`

	// +kubebuilder:validation:Optional
	Groupfilter *string `json:"groupfilter,omitempty" tf:"groupfilter,omitempty"`

	// +kubebuilder:validation:Optional
	InsecureTLS *bool `json:"insecureTls,omitempty" tf:"insecure_tls,omitempty"`

	// Specifies if the auth method is local only
	// +kubebuilder:validation:Optional
	Local *bool `json:"local,omitempty" tf:"local,omitempty"`

	// +kubebuilder:validation:Optional
	MaxPageSize *float64 `json:"maxPageSize,omitempty" tf:"max_page_size,omitempty"`

	// Target namespace. (requires Enterprise)
	// +kubebuilder:validation:Optional
	Namespace *string `json:"namespace,omitempty" tf:"namespace,omitempty"`

	// +kubebuilder:validation:Optional
	Path *string `json:"path,omitempty" tf:"path,omitempty"`

	// +kubebuilder:validation:Optional
	Starttls *bool `json:"starttls,omitempty" tf:"starttls,omitempty"`

	// +kubebuilder:validation:Optional
	TLSMaxVersion *string `json:"tlsMaxVersion,omitempty" tf:"tls_max_version,omitempty"`

	// +kubebuilder:validation:Optional
	TLSMinVersion *string `json:"tlsMinVersion,omitempty" tf:"tls_min_version,omitempty"`

	// Specifies the blocks of IP addresses which are allowed to use the generated token
	// +kubebuilder:validation:Optional
	TokenBoundCidrs []*string `json:"tokenBoundCidrs,omitempty" tf:"token_bound_cidrs,omitempty"`

	// Generated Token's Explicit Maximum TTL in seconds
	// +kubebuilder:validation:Optional
	TokenExplicitMaxTTL *float64 `json:"tokenExplicitMaxTtl,omitempty" tf:"token_explicit_max_ttl,omitempty"`

	// The maximum lifetime of the generated token
	// +kubebuilder:validation:Optional
	TokenMaxTTL *float64 `json:"tokenMaxTtl,omitempty" tf:"token_max_ttl,omitempty"`

	// If true, the 'default' policy will not automatically be added to generated tokens
	// +kubebuilder:validation:Optional
	TokenNoDefaultPolicy *bool `json:"tokenNoDefaultPolicy,omitempty" tf:"token_no_default_policy,omitempty"`

	// The maximum number of times a token may be used, a value of zero means unlimited
	// +kubebuilder:validation:Optional
	TokenNumUses *float64 `json:"tokenNumUses,omitempty" tf:"token_num_uses,omitempty"`

	// Generated Token's Period
	// +kubebuilder:validation:Optional
	TokenPeriod *float64 `json:"tokenPeriod,omitempty" tf:"token_period,omitempty"`

	// Generated Token's Policies
	// +kubebuilder:validation:Optional
	TokenPolicies []*string `json:"tokenPolicies,omitempty" tf:"token_policies,omitempty"`

	// The initial ttl of the token to generate in seconds
	// +kubebuilder:validation:Optional
	TokenTTL *float64 `json:"tokenTtl,omitempty" tf:"token_ttl,omitempty"`

	// The type of token to generate, service or batch
	// +kubebuilder:validation:Optional
	TokenType *string `json:"tokenType,omitempty" tf:"token_type,omitempty"`

	// +kubebuilder:validation:Optional
	URL *string `json:"url,omitempty" tf:"url,omitempty"`

	// +kubebuilder:validation:Optional
	Upndomain *string `json:"upndomain,omitempty" tf:"upndomain,omitempty"`

	// +kubebuilder:validation:Optional
	UseTokenGroups *bool `json:"useTokenGroups,omitempty" tf:"use_token_groups,omitempty"`

	// +kubebuilder:validation:Optional
	Userattr *string `json:"userattr,omitempty" tf:"userattr,omitempty"`

	// +kubebuilder:validation:Optional
	Userdn *string `json:"userdn,omitempty" tf:"userdn,omitempty"`

	// +kubebuilder:validation:Optional
	Userfilter *string `json:"userfilter,omitempty" tf:"userfilter,omitempty"`

	// Force the auth method to use the username passed by the user as the alias name.
	// +kubebuilder:validation:Optional
	UsernameAsAlias *bool `json:"usernameAsAlias,omitempty" tf:"username_as_alias,omitempty"`
}

func (*AuthBackendParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendParameters.

func (*AuthBackendParameters) DeepCopyInto

func (in *AuthBackendParameters) DeepCopyInto(out *AuthBackendParameters)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AuthBackendSpec

type AuthBackendSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     AuthBackendParameters `json:"forProvider"`
	// THIS IS AN ALPHA FIELD. Do not use it in production. It is not honored
	// unless the relevant Crossplane feature flag is enabled, and may be
	// changed or removed without notice.
	// InitProvider holds the same fields as ForProvider, with the exception
	// of Identifier and other resource reference fields. The fields that are
	// in InitProvider are merged into ForProvider when the resource is created.
	// The same fields are also added to the terraform ignore_changes hook, to
	// avoid updating them after creation. This is useful for fields that are
	// required on creation, but we do not desire to update them after creation,
	// for example because of an external controller is managing them, like an
	// autoscaler.
	InitProvider AuthBackendInitParameters `json:"initProvider,omitempty"`
}

AuthBackendSpec defines the desired state of AuthBackend

func (*AuthBackendSpec) DeepCopy

func (in *AuthBackendSpec) DeepCopy() *AuthBackendSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendSpec.

func (*AuthBackendSpec) DeepCopyInto

func (in *AuthBackendSpec) DeepCopyInto(out *AuthBackendSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AuthBackendStatus

type AuthBackendStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        AuthBackendObservation `json:"atProvider,omitempty"`
}

AuthBackendStatus defines the observed state of AuthBackend.

func (*AuthBackendStatus) DeepCopy

func (in *AuthBackendStatus) DeepCopy() *AuthBackendStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendStatus.

func (*AuthBackendStatus) DeepCopyInto

func (in *AuthBackendStatus) DeepCopyInto(out *AuthBackendStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AuthBackendUser

type AuthBackendUser struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.username) || has(self.initProvider.username)",message="username is a required parameter"
	Spec   AuthBackendUserSpec   `json:"spec"`
	Status AuthBackendUserStatus `json:"status,omitempty"`
}

AuthBackendUser is the Schema for the AuthBackendUsers API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,vault}

func (*AuthBackendUser) DeepCopy

func (in *AuthBackendUser) DeepCopy() *AuthBackendUser

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendUser.

func (*AuthBackendUser) DeepCopyInto

func (in *AuthBackendUser) DeepCopyInto(out *AuthBackendUser)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AuthBackendUser) DeepCopyObject

func (in *AuthBackendUser) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*AuthBackendUser) GetCondition

func (mg *AuthBackendUser) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this AuthBackendUser.

func (*AuthBackendUser) GetConnectionDetailsMapping

func (tr *AuthBackendUser) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this AuthBackendUser

func (*AuthBackendUser) GetDeletionPolicy

func (mg *AuthBackendUser) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this AuthBackendUser.

func (*AuthBackendUser) GetID

func (tr *AuthBackendUser) GetID() string

GetID returns ID of underlying Terraform resource of this AuthBackendUser

func (*AuthBackendUser) GetInitParameters added in v0.2.0

func (tr *AuthBackendUser) GetInitParameters() (map[string]any, error)

GetInitParameters of this AuthBackendUser

func (*AuthBackendUser) GetManagementPolicies added in v0.2.0

func (mg *AuthBackendUser) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this AuthBackendUser.

func (*AuthBackendUser) GetObservation

func (tr *AuthBackendUser) GetObservation() (map[string]any, error)

GetObservation of this AuthBackendUser

func (*AuthBackendUser) GetParameters

func (tr *AuthBackendUser) GetParameters() (map[string]any, error)

GetParameters of this AuthBackendUser

func (*AuthBackendUser) GetProviderConfigReference

func (mg *AuthBackendUser) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this AuthBackendUser.

func (*AuthBackendUser) GetProviderReference

func (mg *AuthBackendUser) GetProviderReference() *xpv1.Reference

GetProviderReference of this AuthBackendUser. Deprecated: Use GetProviderConfigReference.

func (*AuthBackendUser) GetPublishConnectionDetailsTo

func (mg *AuthBackendUser) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this AuthBackendUser.

func (*AuthBackendUser) GetTerraformResourceType

func (mg *AuthBackendUser) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this AuthBackendUser

func (*AuthBackendUser) GetTerraformSchemaVersion

func (tr *AuthBackendUser) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*AuthBackendUser) GetWriteConnectionSecretToReference

func (mg *AuthBackendUser) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this AuthBackendUser.

func (*AuthBackendUser) LateInitialize

func (tr *AuthBackendUser) LateInitialize(attrs []byte) (bool, error)

LateInitialize this AuthBackendUser using its observed tfState. returns True if there are any spec changes for the resource.

func (*AuthBackendUser) SetConditions

func (mg *AuthBackendUser) SetConditions(c ...xpv1.Condition)

SetConditions of this AuthBackendUser.

func (*AuthBackendUser) SetDeletionPolicy

func (mg *AuthBackendUser) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this AuthBackendUser.

func (*AuthBackendUser) SetManagementPolicies added in v0.2.0

func (mg *AuthBackendUser) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this AuthBackendUser.

func (*AuthBackendUser) SetObservation

func (tr *AuthBackendUser) SetObservation(obs map[string]any) error

SetObservation for this AuthBackendUser

func (*AuthBackendUser) SetParameters

func (tr *AuthBackendUser) SetParameters(params map[string]any) error

SetParameters for this AuthBackendUser

func (*AuthBackendUser) SetProviderConfigReference

func (mg *AuthBackendUser) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this AuthBackendUser.

func (*AuthBackendUser) SetProviderReference

func (mg *AuthBackendUser) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this AuthBackendUser. Deprecated: Use SetProviderConfigReference.

func (*AuthBackendUser) SetPublishConnectionDetailsTo

func (mg *AuthBackendUser) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this AuthBackendUser.

func (*AuthBackendUser) SetWriteConnectionSecretToReference

func (mg *AuthBackendUser) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this AuthBackendUser.

type AuthBackendUserInitParameters added in v0.2.0

type AuthBackendUserInitParameters struct {
	Backend *string `json:"backend,omitempty" tf:"backend,omitempty"`

	Groups []*string `json:"groups,omitempty" tf:"groups,omitempty"`

	// Target namespace. (requires Enterprise)
	Namespace *string `json:"namespace,omitempty" tf:"namespace,omitempty"`

	Policies []*string `json:"policies,omitempty" tf:"policies,omitempty"`

	Username *string `json:"username,omitempty" tf:"username,omitempty"`
}

func (*AuthBackendUserInitParameters) DeepCopy added in v0.2.0

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendUserInitParameters.

func (*AuthBackendUserInitParameters) DeepCopyInto added in v0.2.0

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AuthBackendUserList

type AuthBackendUserList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []AuthBackendUser `json:"items"`
}

AuthBackendUserList contains a list of AuthBackendUsers

func (*AuthBackendUserList) DeepCopy

func (in *AuthBackendUserList) DeepCopy() *AuthBackendUserList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendUserList.

func (*AuthBackendUserList) DeepCopyInto

func (in *AuthBackendUserList) DeepCopyInto(out *AuthBackendUserList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*AuthBackendUserList) DeepCopyObject

func (in *AuthBackendUserList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*AuthBackendUserList) GetItems

func (l *AuthBackendUserList) GetItems() []resource.Managed

GetItems of this AuthBackendUserList.

type AuthBackendUserObservation

type AuthBackendUserObservation struct {
	Backend *string `json:"backend,omitempty" tf:"backend,omitempty"`

	Groups []*string `json:"groups,omitempty" tf:"groups,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// Target namespace. (requires Enterprise)
	Namespace *string `json:"namespace,omitempty" tf:"namespace,omitempty"`

	Policies []*string `json:"policies,omitempty" tf:"policies,omitempty"`

	Username *string `json:"username,omitempty" tf:"username,omitempty"`
}

func (*AuthBackendUserObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendUserObservation.

func (*AuthBackendUserObservation) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AuthBackendUserParameters

type AuthBackendUserParameters struct {

	// +kubebuilder:validation:Optional
	Backend *string `json:"backend,omitempty" tf:"backend,omitempty"`

	// +kubebuilder:validation:Optional
	Groups []*string `json:"groups,omitempty" tf:"groups,omitempty"`

	// Target namespace. (requires Enterprise)
	// +kubebuilder:validation:Optional
	Namespace *string `json:"namespace,omitempty" tf:"namespace,omitempty"`

	// +kubebuilder:validation:Optional
	Policies []*string `json:"policies,omitempty" tf:"policies,omitempty"`

	// +kubebuilder:validation:Optional
	Username *string `json:"username,omitempty" tf:"username,omitempty"`
}

func (*AuthBackendUserParameters) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendUserParameters.

func (*AuthBackendUserParameters) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AuthBackendUserSpec

type AuthBackendUserSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     AuthBackendUserParameters `json:"forProvider"`
	// THIS IS AN ALPHA FIELD. Do not use it in production. It is not honored
	// unless the relevant Crossplane feature flag is enabled, and may be
	// changed or removed without notice.
	// InitProvider holds the same fields as ForProvider, with the exception
	// of Identifier and other resource reference fields. The fields that are
	// in InitProvider are merged into ForProvider when the resource is created.
	// The same fields are also added to the terraform ignore_changes hook, to
	// avoid updating them after creation. This is useful for fields that are
	// required on creation, but we do not desire to update them after creation,
	// for example because of an external controller is managing them, like an
	// autoscaler.
	InitProvider AuthBackendUserInitParameters `json:"initProvider,omitempty"`
}

AuthBackendUserSpec defines the desired state of AuthBackendUser

func (*AuthBackendUserSpec) DeepCopy

func (in *AuthBackendUserSpec) DeepCopy() *AuthBackendUserSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendUserSpec.

func (*AuthBackendUserSpec) DeepCopyInto

func (in *AuthBackendUserSpec) DeepCopyInto(out *AuthBackendUserSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type AuthBackendUserStatus

type AuthBackendUserStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        AuthBackendUserObservation `json:"atProvider,omitempty"`
}

AuthBackendUserStatus defines the observed state of AuthBackendUser.

func (*AuthBackendUserStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendUserStatus.

func (*AuthBackendUserStatus) DeepCopyInto

func (in *AuthBackendUserStatus) DeepCopyInto(out *AuthBackendUserStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL