Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=managedidentity.azure.upbound.io +versionName=v1beta1
Index ¶
- Constants
- Variables
- type FederatedIdentityCredential
- func (in *FederatedIdentityCredential) DeepCopy() *FederatedIdentityCredential
- func (in *FederatedIdentityCredential) DeepCopyInto(out *FederatedIdentityCredential)
- func (in *FederatedIdentityCredential) DeepCopyObject() runtime.Object
- func (mg *FederatedIdentityCredential) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *FederatedIdentityCredential) GetConnectionDetailsMapping() map[string]string
- func (mg *FederatedIdentityCredential) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *FederatedIdentityCredential) GetID() string
- func (tr *FederatedIdentityCredential) GetInitParameters() (map[string]any, error)
- func (mg *FederatedIdentityCredential) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *FederatedIdentityCredential) GetObservation() (map[string]any, error)
- func (tr *FederatedIdentityCredential) GetParameters() (map[string]any, error)
- func (mg *FederatedIdentityCredential) GetProviderConfigReference() *xpv1.Reference
- func (mg *FederatedIdentityCredential) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *FederatedIdentityCredential) GetTerraformResourceType() string
- func (tr *FederatedIdentityCredential) GetTerraformSchemaVersion() int
- func (mg *FederatedIdentityCredential) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *FederatedIdentityCredential) LateInitialize(attrs []byte) (bool, error)
- func (mg *FederatedIdentityCredential) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *FederatedIdentityCredential) SetConditions(c ...xpv1.Condition)
- func (mg *FederatedIdentityCredential) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *FederatedIdentityCredential) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *FederatedIdentityCredential) SetObservation(obs map[string]any) error
- func (tr *FederatedIdentityCredential) SetParameters(params map[string]any) error
- func (mg *FederatedIdentityCredential) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *FederatedIdentityCredential) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *FederatedIdentityCredential) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type FederatedIdentityCredentialInitParameters
- type FederatedIdentityCredentialList
- func (in *FederatedIdentityCredentialList) DeepCopy() *FederatedIdentityCredentialList
- func (in *FederatedIdentityCredentialList) DeepCopyInto(out *FederatedIdentityCredentialList)
- func (in *FederatedIdentityCredentialList) DeepCopyObject() runtime.Object
- func (l *FederatedIdentityCredentialList) GetItems() []resource.Managed
- type FederatedIdentityCredentialObservation
- type FederatedIdentityCredentialParameters
- type FederatedIdentityCredentialSpec
- type FederatedIdentityCredentialStatus
- type UserAssignedIdentity
- func (in *UserAssignedIdentity) DeepCopy() *UserAssignedIdentity
- func (in *UserAssignedIdentity) DeepCopyInto(out *UserAssignedIdentity)
- func (in *UserAssignedIdentity) DeepCopyObject() runtime.Object
- func (mg *UserAssignedIdentity) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *UserAssignedIdentity) GetConnectionDetailsMapping() map[string]string
- func (mg *UserAssignedIdentity) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *UserAssignedIdentity) GetID() string
- func (tr *UserAssignedIdentity) GetInitParameters() (map[string]any, error)
- func (mg *UserAssignedIdentity) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *UserAssignedIdentity) GetObservation() (map[string]any, error)
- func (tr *UserAssignedIdentity) GetParameters() (map[string]any, error)
- func (mg *UserAssignedIdentity) GetProviderConfigReference() *xpv1.Reference
- func (mg *UserAssignedIdentity) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *UserAssignedIdentity) GetTerraformResourceType() string
- func (tr *UserAssignedIdentity) GetTerraformSchemaVersion() int
- func (mg *UserAssignedIdentity) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *UserAssignedIdentity) LateInitialize(attrs []byte) (bool, error)
- func (mg *UserAssignedIdentity) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *UserAssignedIdentity) SetConditions(c ...xpv1.Condition)
- func (mg *UserAssignedIdentity) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *UserAssignedIdentity) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *UserAssignedIdentity) SetObservation(obs map[string]any) error
- func (tr *UserAssignedIdentity) SetParameters(params map[string]any) error
- func (mg *UserAssignedIdentity) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *UserAssignedIdentity) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *UserAssignedIdentity) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type UserAssignedIdentityInitParameters
- type UserAssignedIdentityList
- type UserAssignedIdentityObservation
- type UserAssignedIdentityParameters
- type UserAssignedIdentitySpec
- type UserAssignedIdentityStatus
Constants ¶
const ( CRDGroup = "managedidentity.azure.upbound.io" CRDVersion = "v1beta1" )
Package type metadata.
Variables ¶
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.
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 )
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="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,azure}
func (*FederatedIdentityCredential) DeepCopy ¶ added in v0.28.0
func (in *FederatedIdentityCredential) DeepCopy() *FederatedIdentityCredential
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedIdentityCredential.
func (*FederatedIdentityCredential) DeepCopyInto ¶ added in v0.28.0
func (in *FederatedIdentityCredential) DeepCopyInto(out *FederatedIdentityCredential)
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
func (mg *FederatedIdentityCredential) GetCondition(ct xpv1.ConditionType) xpv1.Condition
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) 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) 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
ResolveReferences of this FederatedIdentityCredential.
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. Changing this forces a new Federated Identity Credential to be created. Audience []*string `json:"audience,omitempty" tf:"audience,omitempty"` // Specifies the issuer of this Federated Identity Credential. Changing this forces a new Federated Identity Credential to be created. Issuer *string `json:"issuer,omitempty" tf:"issuer,omitempty"` // Specifies the subject for this Federated Identity Credential. Changing this forces a new Federated Identity Credential to be created. Subject *string `json:"subject,omitempty" tf:"subject,omitempty"` }
func (*FederatedIdentityCredentialInitParameters) DeepCopy ¶ added in v0.35.0
func (in *FederatedIdentityCredentialInitParameters) DeepCopy() *FederatedIdentityCredentialInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedIdentityCredentialInitParameters.
func (*FederatedIdentityCredentialInitParameters) DeepCopyInto ¶ added in v0.35.0
func (in *FederatedIdentityCredentialInitParameters) DeepCopyInto(out *FederatedIdentityCredentialInitParameters)
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
func (in *FederatedIdentityCredentialList) DeepCopy() *FederatedIdentityCredentialList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedIdentityCredentialList.
func (*FederatedIdentityCredentialList) DeepCopyInto ¶ added in v0.28.0
func (in *FederatedIdentityCredentialList) DeepCopyInto(out *FederatedIdentityCredentialList)
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
func (l *FederatedIdentityCredentialList) GetItems() []resource.Managed
GetItems of this FederatedIdentityCredentialList.
type FederatedIdentityCredentialObservation ¶ added in v0.28.0
type FederatedIdentityCredentialObservation struct { // Specifies the audience for this Federated Identity Credential. Changing this forces a new Federated Identity Credential to be created. 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. Changing this forces a new Federated Identity Credential to be created. 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. Changing this forces a new Federated Identity Credential to be created. Subject *string `json:"subject,omitempty" tf:"subject,omitempty"` }
func (*FederatedIdentityCredentialObservation) DeepCopy ¶ added in v0.28.0
func (in *FederatedIdentityCredentialObservation) DeepCopy() *FederatedIdentityCredentialObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedIdentityCredentialObservation.
func (*FederatedIdentityCredentialObservation) DeepCopyInto ¶ added in v0.28.0
func (in *FederatedIdentityCredentialObservation) DeepCopyInto(out *FederatedIdentityCredentialObservation)
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. Changing this forces a new Federated Identity Credential to be created. // +kubebuilder:validation:Optional Audience []*string `json:"audience,omitempty" tf:"audience,omitempty"` // Specifies the issuer of this Federated Identity Credential. Changing this forces a new Federated Identity Credential to be created. // +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. Changing this forces a new Federated Identity Credential to be created. // +kubebuilder:validation:Optional Subject *string `json:"subject,omitempty" tf:"subject,omitempty"` }
func (*FederatedIdentityCredentialParameters) DeepCopy ¶ added in v0.28.0
func (in *FederatedIdentityCredentialParameters) DeepCopy() *FederatedIdentityCredentialParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedIdentityCredentialParameters.
func (*FederatedIdentityCredentialParameters) DeepCopyInto ¶ added in v0.28.0
func (in *FederatedIdentityCredentialParameters) DeepCopyInto(out *FederatedIdentityCredentialParameters)
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
func (in *FederatedIdentityCredentialSpec) DeepCopy() *FederatedIdentityCredentialSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedIdentityCredentialSpec.
func (*FederatedIdentityCredentialSpec) DeepCopyInto ¶ added in v0.28.0
func (in *FederatedIdentityCredentialSpec) DeepCopyInto(out *FederatedIdentityCredentialSpec)
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
func (in *FederatedIdentityCredentialStatus) DeepCopy() *FederatedIdentityCredentialStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FederatedIdentityCredentialStatus.
func (*FederatedIdentityCredentialStatus) DeepCopyInto ¶ added in v0.28.0
func (in *FederatedIdentityCredentialStatus) DeepCopyInto(out *FederatedIdentityCredentialStatus)
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="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,azure}
func (*UserAssignedIdentity) DeepCopy ¶
func (in *UserAssignedIdentity) DeepCopy() *UserAssignedIdentity
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) 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) 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 ¶
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"` // A mapping of tags which should be assigned to the User Assigned Identity. Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*UserAssignedIdentityInitParameters) DeepCopy ¶ added in v0.35.0
func (in *UserAssignedIdentityInitParameters) DeepCopy() *UserAssignedIdentityInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityInitParameters.
func (*UserAssignedIdentityInitParameters) DeepCopyInto ¶ added in v0.35.0
func (in *UserAssignedIdentityInitParameters) DeepCopyInto(out *UserAssignedIdentityInitParameters)
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 ¶
func (in *UserAssignedIdentityList) DeepCopy() *UserAssignedIdentityList
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. 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 ¶
func (in *UserAssignedIdentityObservation) DeepCopy() *UserAssignedIdentityObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityObservation.
func (*UserAssignedIdentityObservation) DeepCopyInto ¶
func (in *UserAssignedIdentityObservation) DeepCopyInto(out *UserAssignedIdentityObservation)
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 Tags map[string]*string `json:"tags,omitempty" tf:"tags,omitempty"` }
func (*UserAssignedIdentityParameters) DeepCopy ¶
func (in *UserAssignedIdentityParameters) DeepCopy() *UserAssignedIdentityParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityParameters.
func (*UserAssignedIdentityParameters) DeepCopyInto ¶
func (in *UserAssignedIdentityParameters) DeepCopyInto(out *UserAssignedIdentityParameters)
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 ¶
func (in *UserAssignedIdentitySpec) DeepCopy() *UserAssignedIdentitySpec
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 ¶
func (in *UserAssignedIdentityStatus) DeepCopy() *UserAssignedIdentityStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserAssignedIdentityStatus.
func (*UserAssignedIdentityStatus) DeepCopyInto ¶
func (in *UserAssignedIdentityStatus) DeepCopyInto(out *UserAssignedIdentityStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.