v1beta1

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=managedidentity.azure.upbound.io +versionName=v1beta1

Index

Constants

View Source
const (
	CRDGroup   = "managedidentity.azure.upbound.io"
	CRDVersion = "v1beta1"
)

Package type metadata.

Variables

View Source
var (
	FederatedIdentityCredential_Kind             = "FederatedIdentityCredential"
	FederatedIdentityCredential_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: FederatedIdentityCredential_Kind}.String()
	FederatedIdentityCredential_KindAPIVersion   = FederatedIdentityCredential_Kind + "." + CRDGroupVersion.String()
	FederatedIdentityCredential_GroupVersionKind = CRDGroupVersion.WithKind(FederatedIdentityCredential_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
)
View Source
var (
	UserAssignedIdentity_Kind             = "UserAssignedIdentity"
	UserAssignedIdentity_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: UserAssignedIdentity_Kind}.String()
	UserAssignedIdentity_KindAPIVersion   = UserAssignedIdentity_Kind + "." + CRDGroupVersion.String()
	UserAssignedIdentity_GroupVersionKind = CRDGroupVersion.WithKind(UserAssignedIdentity_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type FederatedIdentityCredential added in v0.28.0

type FederatedIdentityCredential 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.audience) || (has(self.initProvider) && has(self.initProvider.audience))",message="spec.forProvider.audience is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.issuer) || (has(self.initProvider) && has(self.initProvider.issuer))",message="spec.forProvider.issuer is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.subject) || (has(self.initProvider) && has(self.initProvider.subject))",message="spec.forProvider.subject is a required parameter"
	Spec   FederatedIdentityCredentialSpec   `json:"spec"`
	Status FederatedIdentityCredentialStatus `json:"status,omitempty"`
}

FederatedIdentityCredential is the Schema for the FederatedIdentityCredentials API. Manages a Federated Identity Credential. +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].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:resource:scope=Cluster,categories={crossplane,managed,azure}

func (*FederatedIdentityCredential) DeepCopy added in v0.28.0

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

func (*FederatedIdentityCredential) DeepCopyInto added in v0.28.0

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

func (*FederatedIdentityCredential) DeepCopyObject added in v0.28.0

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

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

func (*FederatedIdentityCredential) GetCondition added in v0.28.0

GetCondition of this FederatedIdentityCredential.

func (*FederatedIdentityCredential) GetConnectionDetailsMapping added in v0.28.0

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

GetConnectionDetailsMapping for this FederatedIdentityCredential

func (*FederatedIdentityCredential) GetDeletionPolicy added in v0.28.0

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

GetDeletionPolicy of this FederatedIdentityCredential.

func (*FederatedIdentityCredential) GetID added in v0.28.0

func (tr *FederatedIdentityCredential) GetID() string

GetID returns ID of underlying Terraform resource of this FederatedIdentityCredential

func (*FederatedIdentityCredential) GetInitParameters added in v0.35.0

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

GetInitParameters of this FederatedIdentityCredential

func (*FederatedIdentityCredential) GetManagementPolicies added in v0.35.0

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

GetManagementPolicies of this FederatedIdentityCredential.

func (*FederatedIdentityCredential) GetMergedParameters added in v0.40.0

func (tr *FederatedIdentityCredential) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this FederatedIdentityCredential

func (*FederatedIdentityCredential) GetObservation added in v0.28.0

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

GetObservation of this FederatedIdentityCredential

func (*FederatedIdentityCredential) GetParameters added in v0.28.0

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

GetParameters of this FederatedIdentityCredential

func (*FederatedIdentityCredential) GetProviderConfigReference added in v0.28.0

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

GetProviderConfigReference of this FederatedIdentityCredential.

func (*FederatedIdentityCredential) GetPublishConnectionDetailsTo added in v0.28.0

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

GetPublishConnectionDetailsTo of this FederatedIdentityCredential.

func (*FederatedIdentityCredential) GetTerraformResourceType added in v0.28.0

func (mg *FederatedIdentityCredential) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this FederatedIdentityCredential

func (*FederatedIdentityCredential) GetTerraformSchemaVersion added in v0.28.0

func (tr *FederatedIdentityCredential) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*FederatedIdentityCredential) GetWriteConnectionSecretToReference added in v0.28.0

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

GetWriteConnectionSecretToReference of this FederatedIdentityCredential.

func (*FederatedIdentityCredential) Hub added in v0.42.1

func (tr *FederatedIdentityCredential) Hub()

Hub marks this type as a conversion hub.

func (*FederatedIdentityCredential) LateInitialize added in v0.28.0

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

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

func (*FederatedIdentityCredential) ResolveReferences added in v0.28.0

func (mg *FederatedIdentityCredential) ResolveReferences(
	ctx context.Context, c client.Reader) error

func (*FederatedIdentityCredential) SetConditions added in v0.28.0

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

SetConditions of this FederatedIdentityCredential.

func (*FederatedIdentityCredential) SetDeletionPolicy added in v0.28.0

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

SetDeletionPolicy of this FederatedIdentityCredential.

func (*FederatedIdentityCredential) SetManagementPolicies added in v0.35.0

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

SetManagementPolicies of this FederatedIdentityCredential.

func (*FederatedIdentityCredential) SetObservation added in v0.28.0

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

SetObservation for this FederatedIdentityCredential

func (*FederatedIdentityCredential) SetParameters added in v0.28.0

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

SetParameters for this FederatedIdentityCredential

func (*FederatedIdentityCredential) SetProviderConfigReference added in v0.28.0

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

SetProviderConfigReference of this FederatedIdentityCredential.

func (*FederatedIdentityCredential) SetPublishConnectionDetailsTo added in v0.28.0

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

SetPublishConnectionDetailsTo of this FederatedIdentityCredential.

func (*FederatedIdentityCredential) SetWriteConnectionSecretToReference added in v0.28.0

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

SetWriteConnectionSecretToReference of this FederatedIdentityCredential.

type FederatedIdentityCredentialInitParameters added in v0.35.0

type FederatedIdentityCredentialInitParameters struct {

	// Specifies the audience for this Federated Identity Credential.
	Audience []*string `json:"audience,omitempty" tf:"audience,omitempty"`

	// Specifies the issuer of this Federated Identity Credential.
	Issuer *string `json:"issuer,omitempty" tf:"issuer,omitempty"`

	// Specifies the name of the Resource Group within which this Federated Identity Credential should exist. Changing this forces a new Federated Identity Credential to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// Reference to a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"`

	// Selector for a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"`

	// Specifies the subject for this Federated Identity Credential.
	Subject *string `json:"subject,omitempty" tf:"subject,omitempty"`
}

func (*FederatedIdentityCredentialInitParameters) DeepCopy added in v0.35.0

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

func (*FederatedIdentityCredentialInitParameters) DeepCopyInto added in v0.35.0

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

type FederatedIdentityCredentialList added in v0.28.0

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

FederatedIdentityCredentialList contains a list of FederatedIdentityCredentials

func (*FederatedIdentityCredentialList) DeepCopy added in v0.28.0

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

func (*FederatedIdentityCredentialList) DeepCopyInto added in v0.28.0

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

func (*FederatedIdentityCredentialList) DeepCopyObject added in v0.28.0

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

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

func (*FederatedIdentityCredentialList) GetItems added in v0.28.0

GetItems of this FederatedIdentityCredentialList.

type FederatedIdentityCredentialObservation added in v0.28.0

type FederatedIdentityCredentialObservation struct {

	// Specifies the audience for this Federated Identity Credential.
	Audience []*string `json:"audience,omitempty" tf:"audience,omitempty"`

	// The ID of the Federated Identity Credential.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// Specifies the issuer of this Federated Identity Credential.
	Issuer *string `json:"issuer,omitempty" tf:"issuer,omitempty"`

	// Specifies parent ID of User Assigned Identity for this Federated Identity Credential. Changing this forces a new Federated Identity Credential to be created.
	ParentID *string `json:"parentId,omitempty" tf:"parent_id,omitempty"`

	// Specifies the name of the Resource Group within which this Federated Identity Credential should exist. Changing this forces a new Federated Identity Credential to be created.
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// Specifies the subject for this Federated Identity Credential.
	Subject *string `json:"subject,omitempty" tf:"subject,omitempty"`
}

func (*FederatedIdentityCredentialObservation) DeepCopy added in v0.28.0

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

func (*FederatedIdentityCredentialObservation) DeepCopyInto added in v0.28.0

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

type FederatedIdentityCredentialParameters added in v0.28.0

type FederatedIdentityCredentialParameters struct {

	// Specifies the audience for this Federated Identity Credential.
	// +kubebuilder:validation:Optional
	Audience []*string `json:"audience,omitempty" tf:"audience,omitempty"`

	// Specifies the issuer of this Federated Identity Credential.
	// +kubebuilder:validation:Optional
	Issuer *string `json:"issuer,omitempty" tf:"issuer,omitempty"`

	// Specifies parent ID of User Assigned Identity for this Federated Identity Credential. Changing this forces a new Federated Identity Credential to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/managedidentity/v1beta1.UserAssignedIdentity
	// +crossplane:generate:reference:extractor=github.com/crossplane/upjet/pkg/resource.ExtractResourceID()
	// +kubebuilder:validation:Optional
	ParentID *string `json:"parentId,omitempty" tf:"parent_id,omitempty"`

	// Reference to a UserAssignedIdentity in managedidentity to populate parentId.
	// +kubebuilder:validation:Optional
	ParentIDRef *v1.Reference `json:"parentIdRef,omitempty" tf:"-"`

	// Selector for a UserAssignedIdentity in managedidentity to populate parentId.
	// +kubebuilder:validation:Optional
	ParentIDSelector *v1.Selector `json:"parentIdSelector,omitempty" tf:"-"`

	// Specifies the name of the Resource Group within which this Federated Identity Credential should exist. Changing this forces a new Federated Identity Credential to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup
	// +kubebuilder:validation:Optional
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// Reference to a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"`

	// Selector for a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"`

	// Specifies the subject for this Federated Identity Credential.
	// +kubebuilder:validation:Optional
	Subject *string `json:"subject,omitempty" tf:"subject,omitempty"`
}

func (*FederatedIdentityCredentialParameters) DeepCopy added in v0.28.0

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

func (*FederatedIdentityCredentialParameters) DeepCopyInto added in v0.28.0

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

type FederatedIdentityCredentialSpec added in v0.28.0

type FederatedIdentityCredentialSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     FederatedIdentityCredentialParameters `json:"forProvider"`
	// THIS IS A BETA FIELD. It will be honored
	// unless the Management Policies feature flag is disabled.
	// 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 FederatedIdentityCredentialInitParameters `json:"initProvider,omitempty"`
}

FederatedIdentityCredentialSpec defines the desired state of FederatedIdentityCredential

func (*FederatedIdentityCredentialSpec) DeepCopy added in v0.28.0

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

func (*FederatedIdentityCredentialSpec) DeepCopyInto added in v0.28.0

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

type FederatedIdentityCredentialStatus added in v0.28.0

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

FederatedIdentityCredentialStatus defines the observed state of FederatedIdentityCredential.

func (*FederatedIdentityCredentialStatus) DeepCopy added in v0.28.0

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

func (*FederatedIdentityCredentialStatus) DeepCopyInto added in v0.28.0

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

type UserAssignedIdentity

type UserAssignedIdentity 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.location) || (has(self.initProvider) && has(self.initProvider.location))",message="spec.forProvider.location is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.name) || (has(self.initProvider) && has(self.initProvider.name))",message="spec.forProvider.name is a required parameter"
	Spec   UserAssignedIdentitySpec   `json:"spec"`
	Status UserAssignedIdentityStatus `json:"status,omitempty"`
}

UserAssignedIdentity is the Schema for the UserAssignedIdentitys API. Manages a User Assigned Identity. +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].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:resource:scope=Cluster,categories={crossplane,managed,azure}

func (*UserAssignedIdentity) DeepCopy

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

func (*UserAssignedIdentity) DeepCopyInto

func (in *UserAssignedIdentity) DeepCopyInto(out *UserAssignedIdentity)

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

func (*UserAssignedIdentity) DeepCopyObject

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

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

func (*UserAssignedIdentity) GetCondition

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

GetCondition of this UserAssignedIdentity.

func (*UserAssignedIdentity) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this UserAssignedIdentity

func (*UserAssignedIdentity) GetDeletionPolicy

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

GetDeletionPolicy of this UserAssignedIdentity.

func (*UserAssignedIdentity) GetID

func (tr *UserAssignedIdentity) GetID() string

GetID returns ID of underlying Terraform resource of this UserAssignedIdentity

func (*UserAssignedIdentity) GetInitParameters added in v0.35.0

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

GetInitParameters of this UserAssignedIdentity

func (*UserAssignedIdentity) GetManagementPolicies added in v0.35.0

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

GetManagementPolicies of this UserAssignedIdentity.

func (*UserAssignedIdentity) GetMergedParameters added in v0.40.0

func (tr *UserAssignedIdentity) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this UserAssignedIdentity

func (*UserAssignedIdentity) GetObservation

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

GetObservation of this UserAssignedIdentity

func (*UserAssignedIdentity) GetParameters

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

GetParameters of this UserAssignedIdentity

func (*UserAssignedIdentity) GetProviderConfigReference

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

GetProviderConfigReference of this UserAssignedIdentity.

func (*UserAssignedIdentity) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this UserAssignedIdentity.

func (*UserAssignedIdentity) GetTerraformResourceType

func (mg *UserAssignedIdentity) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this UserAssignedIdentity

func (*UserAssignedIdentity) GetTerraformSchemaVersion

func (tr *UserAssignedIdentity) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*UserAssignedIdentity) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this UserAssignedIdentity.

func (*UserAssignedIdentity) Hub added in v0.42.1

func (tr *UserAssignedIdentity) Hub()

Hub marks this type as a conversion hub.

func (*UserAssignedIdentity) LateInitialize

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

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

func (*UserAssignedIdentity) ResolveReferences

func (mg *UserAssignedIdentity) ResolveReferences(ctx context.Context, c client.Reader) error

ResolveReferences of this UserAssignedIdentity.

func (*UserAssignedIdentity) SetConditions

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

SetConditions of this UserAssignedIdentity.

func (*UserAssignedIdentity) SetDeletionPolicy

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

SetDeletionPolicy of this UserAssignedIdentity.

func (*UserAssignedIdentity) SetManagementPolicies added in v0.35.0

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

SetManagementPolicies of this UserAssignedIdentity.

func (*UserAssignedIdentity) SetObservation

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

SetObservation for this UserAssignedIdentity

func (*UserAssignedIdentity) SetParameters

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

SetParameters for this UserAssignedIdentity

func (*UserAssignedIdentity) SetProviderConfigReference

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

SetProviderConfigReference of this UserAssignedIdentity.

func (*UserAssignedIdentity) SetPublishConnectionDetailsTo

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

SetPublishConnectionDetailsTo of this UserAssignedIdentity.

func (*UserAssignedIdentity) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this UserAssignedIdentity.

type UserAssignedIdentityInitParameters added in v0.35.0

type UserAssignedIdentityInitParameters struct {

	// The Azure Region where the User Assigned Identity should exist. Changing this forces a new User Assigned Identity to be created.
	Location *string `json:"location,omitempty" tf:"location,omitempty"`

	// Specifies the name of this User Assigned Identity. Changing this forces a new User Assigned Identity to be created.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Specifies the name of the Resource Group within which this User Assigned Identity should exist. Changing this forces a new User Assigned Identity to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// Reference to a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"`

	// Selector for a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"`

	// A mapping of tags which should be assigned to the User Assigned Identity.
	// +mapType=granular
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*UserAssignedIdentityInitParameters) DeepCopy added in v0.35.0

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

func (*UserAssignedIdentityInitParameters) DeepCopyInto added in v0.35.0

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

type UserAssignedIdentityList

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

UserAssignedIdentityList contains a list of UserAssignedIdentitys

func (*UserAssignedIdentityList) DeepCopy

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

func (*UserAssignedIdentityList) DeepCopyInto

func (in *UserAssignedIdentityList) DeepCopyInto(out *UserAssignedIdentityList)

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

func (*UserAssignedIdentityList) DeepCopyObject

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

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

func (*UserAssignedIdentityList) GetItems

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

GetItems of this UserAssignedIdentityList.

type UserAssignedIdentityObservation

type UserAssignedIdentityObservation struct {

	// The ID of the app associated with the Identity.
	ClientID *string `json:"clientId,omitempty" tf:"client_id,omitempty"`

	// The ID of the User Assigned Identity.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The Azure Region where the User Assigned Identity should exist. Changing this forces a new User Assigned Identity to be created.
	Location *string `json:"location,omitempty" tf:"location,omitempty"`

	// Specifies the name of this User Assigned Identity. Changing this forces a new User Assigned Identity to be created.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// The ID of the Service Principal object associated with the created Identity.
	PrincipalID *string `json:"principalId,omitempty" tf:"principal_id,omitempty"`

	// Specifies the name of the Resource Group within which this User Assigned Identity should exist. Changing this forces a new User Assigned Identity to be created.
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// A mapping of tags which should be assigned to the User Assigned Identity.
	// +mapType=granular
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`

	// The ID of the Tenant which the Identity belongs to.
	TenantID *string `json:"tenantId,omitempty" tf:"tenant_id,omitempty"`
}

func (*UserAssignedIdentityObservation) DeepCopy

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

func (*UserAssignedIdentityObservation) DeepCopyInto

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

type UserAssignedIdentityParameters

type UserAssignedIdentityParameters struct {

	// The Azure Region where the User Assigned Identity should exist. Changing this forces a new User Assigned Identity to be created.
	// +kubebuilder:validation:Optional
	Location *string `json:"location,omitempty" tf:"location,omitempty"`

	// Specifies the name of this User Assigned Identity. Changing this forces a new User Assigned Identity to be created.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Specifies the name of the Resource Group within which this User Assigned Identity should exist. Changing this forces a new User Assigned Identity to be created.
	// +crossplane:generate:reference:type=github.com/upbound/provider-azure/apis/azure/v1beta1.ResourceGroup
	// +kubebuilder:validation:Optional
	ResourceGroupName *string `json:"resourceGroupName,omitempty" tf:"resource_group_name,omitempty"`

	// Reference to a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameRef *v1.Reference `json:"resourceGroupNameRef,omitempty" tf:"-"`

	// Selector for a ResourceGroup in azure to populate resourceGroupName.
	// +kubebuilder:validation:Optional
	ResourceGroupNameSelector *v1.Selector `json:"resourceGroupNameSelector,omitempty" tf:"-"`

	// A mapping of tags which should be assigned to the User Assigned Identity.
	// +kubebuilder:validation:Optional
	// +mapType=granular
	Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"`
}

func (*UserAssignedIdentityParameters) DeepCopy

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

func (*UserAssignedIdentityParameters) DeepCopyInto

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

type UserAssignedIdentitySpec

type UserAssignedIdentitySpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     UserAssignedIdentityParameters `json:"forProvider"`
	// THIS IS A BETA FIELD. It will be honored
	// unless the Management Policies feature flag is disabled.
	// 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 UserAssignedIdentityInitParameters `json:"initProvider,omitempty"`
}

UserAssignedIdentitySpec defines the desired state of UserAssignedIdentity

func (*UserAssignedIdentitySpec) DeepCopy

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

func (*UserAssignedIdentitySpec) DeepCopyInto

func (in *UserAssignedIdentitySpec) DeepCopyInto(out *UserAssignedIdentitySpec)

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

type UserAssignedIdentityStatus

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

UserAssignedIdentityStatus defines the observed state of UserAssignedIdentity.

func (*UserAssignedIdentityStatus) DeepCopy

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

func (*UserAssignedIdentityStatus) DeepCopyInto

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