Versions in this module Expand all Collapse all v0 v0.4.2 Apr 26, 2023 Changes in this version + const CRDGroup + const CRDVersion + var ACL_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: ACL_Kind}.String() + var ACL_GroupVersionKind = CRDGroupVersion.WithKind(ACL_Kind) + var ACL_Kind = "ACL" + var ACL_KindAPIVersion = ACL_Kind + "." + CRDGroupVersion.String() + var AddToScheme = SchemeBuilder.AddToScheme + var Agency_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Agency_Kind}.String() + var Agency_GroupVersionKind = CRDGroupVersion.WithKind(Agency_Kind) + var Agency_Kind = "Agency" + var Agency_KindAPIVersion = Agency_Kind + "." + CRDGroupVersion.String() + var CRDGroupVersion = schema.GroupVersion + var GroupMembership_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: GroupMembership_Kind}.String() + var GroupMembership_GroupVersionKind = CRDGroupVersion.WithKind(GroupMembership_Kind) + var GroupMembership_Kind = "GroupMembership" + var GroupMembership_KindAPIVersion = GroupMembership_Kind + "." + CRDGroupVersion.String() + var Group_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Group_Kind}.String() + var Group_GroupVersionKind = CRDGroupVersion.WithKind(Group_Kind) + var Group_Kind = "Group" + var Group_KindAPIVersion = Group_Kind + "." + CRDGroupVersion.String() + var Project_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Project_Kind}.String() + var Project_GroupVersionKind = CRDGroupVersion.WithKind(Project_Kind) + var Project_Kind = "Project" + var Project_KindAPIVersion = Project_Kind + "." + CRDGroupVersion.String() + var ProviderConversion_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: ProviderConversion_Kind}.String() + var ProviderConversion_GroupVersionKind = CRDGroupVersion.WithKind(ProviderConversion_Kind) + var ProviderConversion_Kind = "ProviderConversion" + var ProviderConversion_KindAPIVersion = ProviderConversion_Kind + "." + CRDGroupVersion.String() + var Provider_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Provider_Kind}.String() + var Provider_GroupVersionKind = CRDGroupVersion.WithKind(Provider_Kind) + var Provider_Kind = "Provider" + var Provider_KindAPIVersion = Provider_Kind + "." + CRDGroupVersion.String() + var RoleAssignment_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: RoleAssignment_Kind}.String() + var RoleAssignment_GroupVersionKind = CRDGroupVersion.WithKind(RoleAssignment_Kind) + var RoleAssignment_Kind = "RoleAssignment" + var RoleAssignment_KindAPIVersion = RoleAssignment_Kind + "." + CRDGroupVersion.String() + var Role_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Role_Kind}.String() + var Role_GroupVersionKind = CRDGroupVersion.WithKind(Role_Kind) + var Role_Kind = "Role" + var Role_KindAPIVersion = Role_Kind + "." + CRDGroupVersion.String() + var SchemeBuilder = &scheme.Builder + var User_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: User_Kind}.String() + var User_GroupVersionKind = CRDGroupVersion.WithKind(User_Kind) + var User_Kind = "User" + var User_KindAPIVersion = User_Kind + "." + CRDGroupVersion.String() + type ACL struct + Spec ACLSpec + Status ACLStatus + func (in *ACL) DeepCopy() *ACL + func (in *ACL) DeepCopyInto(out *ACL) + func (in *ACL) DeepCopyObject() runtime.Object + func (mg *ACL) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *ACL) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *ACL) GetProviderConfigReference() *xpv1.Reference + func (mg *ACL) GetProviderReference() *xpv1.Reference + func (mg *ACL) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *ACL) GetTerraformResourceType() string + func (mg *ACL) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *ACL) SetConditions(c ...xpv1.Condition) + func (mg *ACL) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *ACL) SetProviderConfigReference(r *xpv1.Reference) + func (mg *ACL) SetProviderReference(r *xpv1.Reference) + func (mg *ACL) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *ACL) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *ACL) GetConnectionDetailsMapping() map[string]string + func (tr *ACL) GetID() string + func (tr *ACL) GetObservation() (map[string]any, error) + func (tr *ACL) GetParameters() (map[string]any, error) + func (tr *ACL) GetTerraformSchemaVersion() int + func (tr *ACL) LateInitialize(attrs []byte) (bool, error) + func (tr *ACL) SetObservation(obs map[string]any) error + func (tr *ACL) SetParameters(params map[string]any) error + type ACLList struct + Items []ACL + func (in *ACLList) DeepCopy() *ACLList + func (in *ACLList) DeepCopyInto(out *ACLList) + func (in *ACLList) DeepCopyObject() runtime.Object + func (l *ACLList) GetItems() []resource.Managed + type ACLObservation struct + ID *string + func (in *ACLObservation) DeepCopy() *ACLObservation + func (in *ACLObservation) DeepCopyInto(out *ACLObservation) + type ACLParameters struct + IPCidrs []IPCidrsParameters + IPRanges []IPRangesParameters + Type *string + func (in *ACLParameters) DeepCopy() *ACLParameters + func (in *ACLParameters) DeepCopyInto(out *ACLParameters) + type ACLSpec struct + ForProvider ACLParameters + func (in *ACLSpec) DeepCopy() *ACLSpec + func (in *ACLSpec) DeepCopyInto(out *ACLSpec) + type ACLStatus struct + AtProvider ACLObservation + func (in *ACLStatus) DeepCopy() *ACLStatus + func (in *ACLStatus) DeepCopyInto(out *ACLStatus) + type Agency struct + Spec AgencySpec + Status AgencyStatus + func (in *Agency) DeepCopy() *Agency + func (in *Agency) DeepCopyInto(out *Agency) + func (in *Agency) DeepCopyObject() runtime.Object + func (mg *Agency) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Agency) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Agency) GetProviderConfigReference() *xpv1.Reference + func (mg *Agency) GetProviderReference() *xpv1.Reference + func (mg *Agency) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *Agency) GetTerraformResourceType() string + func (mg *Agency) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Agency) SetConditions(c ...xpv1.Condition) + func (mg *Agency) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Agency) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Agency) SetProviderReference(r *xpv1.Reference) + func (mg *Agency) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *Agency) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *Agency) GetConnectionDetailsMapping() map[string]string + func (tr *Agency) GetID() string + func (tr *Agency) GetObservation() (map[string]any, error) + func (tr *Agency) GetParameters() (map[string]any, error) + func (tr *Agency) GetTerraformSchemaVersion() int + func (tr *Agency) LateInitialize(attrs []byte) (bool, error) + func (tr *Agency) SetObservation(obs map[string]any) error + func (tr *Agency) SetParameters(params map[string]any) error + type AgencyList struct + Items []Agency + func (in *AgencyList) DeepCopy() *AgencyList + func (in *AgencyList) DeepCopyInto(out *AgencyList) + func (in *AgencyList) DeepCopyObject() runtime.Object + func (l *AgencyList) GetItems() []resource.Managed + type AgencyObservation struct + CreateTime *string + ExpireTime *string + ID *string + func (in *AgencyObservation) DeepCopy() *AgencyObservation + func (in *AgencyObservation) DeepCopyInto(out *AgencyObservation) + type AgencyParameters struct + DelegatedDomainName *string + DelegatedServiceName *string + Description *string + DomainRoles []*string + Duration *string + Name *string + ProjectRole []ProjectRoleParameters + func (in *AgencyParameters) DeepCopy() *AgencyParameters + func (in *AgencyParameters) DeepCopyInto(out *AgencyParameters) + type AgencySpec struct + ForProvider AgencyParameters + func (in *AgencySpec) DeepCopy() *AgencySpec + func (in *AgencySpec) DeepCopyInto(out *AgencySpec) + type AgencyStatus struct + AtProvider AgencyObservation + func (in *AgencyStatus) DeepCopy() *AgencyStatus + func (in *AgencyStatus) DeepCopyInto(out *AgencyStatus) + type ConversionRulesLocalObservation struct + func (in *ConversionRulesLocalObservation) DeepCopy() *ConversionRulesLocalObservation + func (in *ConversionRulesLocalObservation) DeepCopyInto(out *ConversionRulesLocalObservation) + type ConversionRulesLocalParameters struct + Group *string + Username *string + func (in *ConversionRulesLocalParameters) DeepCopy() *ConversionRulesLocalParameters + func (in *ConversionRulesLocalParameters) DeepCopyInto(out *ConversionRulesLocalParameters) + type ConversionRulesObservation struct + Local []LocalObservation + Remote []RemoteObservation + func (in *ConversionRulesObservation) DeepCopy() *ConversionRulesObservation + func (in *ConversionRulesObservation) DeepCopyInto(out *ConversionRulesObservation) + type ConversionRulesParameters struct + func (in *ConversionRulesParameters) DeepCopy() *ConversionRulesParameters + func (in *ConversionRulesParameters) DeepCopyInto(out *ConversionRulesParameters) + type ConversionRulesRemoteObservation struct + func (in *ConversionRulesRemoteObservation) DeepCopy() *ConversionRulesRemoteObservation + func (in *ConversionRulesRemoteObservation) DeepCopyInto(out *ConversionRulesRemoteObservation) + type ConversionRulesRemoteParameters struct + Attribute *string + Condition *string + Value []*string + func (in *ConversionRulesRemoteParameters) DeepCopy() *ConversionRulesRemoteParameters + func (in *ConversionRulesRemoteParameters) DeepCopyInto(out *ConversionRulesRemoteParameters) + type Group struct + Spec GroupSpec + Status GroupStatus + func (in *Group) DeepCopy() *Group + func (in *Group) DeepCopyInto(out *Group) + func (in *Group) DeepCopyObject() runtime.Object + func (mg *Group) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Group) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Group) GetProviderConfigReference() *xpv1.Reference + func (mg *Group) GetProviderReference() *xpv1.Reference + func (mg *Group) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *Group) GetTerraformResourceType() string + func (mg *Group) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Group) SetConditions(c ...xpv1.Condition) + func (mg *Group) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Group) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Group) SetProviderReference(r *xpv1.Reference) + func (mg *Group) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *Group) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *Group) GetConnectionDetailsMapping() map[string]string + func (tr *Group) GetID() string + func (tr *Group) GetObservation() (map[string]any, error) + func (tr *Group) GetParameters() (map[string]any, error) + func (tr *Group) GetTerraformSchemaVersion() int + func (tr *Group) LateInitialize(attrs []byte) (bool, error) + func (tr *Group) SetObservation(obs map[string]any) error + func (tr *Group) SetParameters(params map[string]any) error + type GroupList struct + Items []Group + func (in *GroupList) DeepCopy() *GroupList + func (in *GroupList) DeepCopyInto(out *GroupList) + func (in *GroupList) DeepCopyObject() runtime.Object + func (l *GroupList) GetItems() []resource.Managed + type GroupMembership struct + Spec GroupMembershipSpec + Status GroupMembershipStatus + func (in *GroupMembership) DeepCopy() *GroupMembership + func (in *GroupMembership) DeepCopyInto(out *GroupMembership) + func (in *GroupMembership) DeepCopyObject() runtime.Object + func (mg *GroupMembership) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *GroupMembership) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *GroupMembership) GetProviderConfigReference() *xpv1.Reference + func (mg *GroupMembership) GetProviderReference() *xpv1.Reference + func (mg *GroupMembership) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *GroupMembership) GetTerraformResourceType() string + func (mg *GroupMembership) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *GroupMembership) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *GroupMembership) SetConditions(c ...xpv1.Condition) + func (mg *GroupMembership) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *GroupMembership) SetProviderConfigReference(r *xpv1.Reference) + func (mg *GroupMembership) SetProviderReference(r *xpv1.Reference) + func (mg *GroupMembership) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *GroupMembership) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *GroupMembership) GetConnectionDetailsMapping() map[string]string + func (tr *GroupMembership) GetID() string + func (tr *GroupMembership) GetObservation() (map[string]any, error) + func (tr *GroupMembership) GetParameters() (map[string]any, error) + func (tr *GroupMembership) GetTerraformSchemaVersion() int + func (tr *GroupMembership) LateInitialize(attrs []byte) (bool, error) + func (tr *GroupMembership) SetObservation(obs map[string]any) error + func (tr *GroupMembership) SetParameters(params map[string]any) error + type GroupMembershipList struct + Items []GroupMembership + func (in *GroupMembershipList) DeepCopy() *GroupMembershipList + func (in *GroupMembershipList) DeepCopyInto(out *GroupMembershipList) + func (in *GroupMembershipList) DeepCopyObject() runtime.Object + func (l *GroupMembershipList) GetItems() []resource.Managed + type GroupMembershipObservation struct + ID *string + func (in *GroupMembershipObservation) DeepCopy() *GroupMembershipObservation + func (in *GroupMembershipObservation) DeepCopyInto(out *GroupMembershipObservation) + type GroupMembershipParameters struct + Group *string + GroupRef *v1.Reference + GroupSelector *v1.Selector + Users []*string + UsersRefs []v1.Reference + UsersSelector *v1.Selector + func (in *GroupMembershipParameters) DeepCopy() *GroupMembershipParameters + func (in *GroupMembershipParameters) DeepCopyInto(out *GroupMembershipParameters) + type GroupMembershipSpec struct + ForProvider GroupMembershipParameters + func (in *GroupMembershipSpec) DeepCopy() *GroupMembershipSpec + func (in *GroupMembershipSpec) DeepCopyInto(out *GroupMembershipSpec) + type GroupMembershipStatus struct + AtProvider GroupMembershipObservation + func (in *GroupMembershipStatus) DeepCopy() *GroupMembershipStatus + func (in *GroupMembershipStatus) DeepCopyInto(out *GroupMembershipStatus) + type GroupObservation struct + ID *string + func (in *GroupObservation) DeepCopy() *GroupObservation + func (in *GroupObservation) DeepCopyInto(out *GroupObservation) + type GroupParameters struct + Description *string + DomainID *string + Name *string + func (in *GroupParameters) DeepCopy() *GroupParameters + func (in *GroupParameters) DeepCopyInto(out *GroupParameters) + type GroupSpec struct + ForProvider GroupParameters + func (in *GroupSpec) DeepCopy() *GroupSpec + func (in *GroupSpec) DeepCopyInto(out *GroupSpec) + type GroupStatus struct + AtProvider GroupObservation + func (in *GroupStatus) DeepCopy() *GroupStatus + func (in *GroupStatus) DeepCopyInto(out *GroupStatus) + type IPCidrsObservation struct + func (in *IPCidrsObservation) DeepCopy() *IPCidrsObservation + func (in *IPCidrsObservation) DeepCopyInto(out *IPCidrsObservation) + type IPCidrsParameters struct + Cidr *string + Description *string + func (in *IPCidrsParameters) DeepCopy() *IPCidrsParameters + func (in *IPCidrsParameters) DeepCopyInto(out *IPCidrsParameters) + type IPRangesObservation struct + func (in *IPRangesObservation) DeepCopy() *IPRangesObservation + func (in *IPRangesObservation) DeepCopyInto(out *IPRangesObservation) + type IPRangesParameters struct + Description *string + Range *string + func (in *IPRangesParameters) DeepCopy() *IPRangesParameters + func (in *IPRangesParameters) DeepCopyInto(out *IPRangesParameters) + type LocalObservation struct + Group *string + Username *string + func (in *LocalObservation) DeepCopy() *LocalObservation + func (in *LocalObservation) DeepCopyInto(out *LocalObservation) + type LocalParameters struct + func (in *LocalParameters) DeepCopy() *LocalParameters + func (in *LocalParameters) DeepCopyInto(out *LocalParameters) + type OpenIDConnectConfigObservation struct + func (in *OpenIDConnectConfigObservation) DeepCopy() *OpenIDConnectConfigObservation + func (in *OpenIDConnectConfigObservation) DeepCopyInto(out *OpenIDConnectConfigObservation) + type OpenIDConnectConfigParameters struct + AccessType *string + AuthorizationEndpoint *string + ClientID *string + ProviderURL *string + ResponseMode *string + ResponseType *string + Scopes []*string + SigningKey *string + func (in *OpenIDConnectConfigParameters) DeepCopy() *OpenIDConnectConfigParameters + func (in *OpenIDConnectConfigParameters) DeepCopyInto(out *OpenIDConnectConfigParameters) + type Project struct + Spec ProjectSpec + Status ProjectStatus + func (in *Project) DeepCopy() *Project + func (in *Project) DeepCopyInto(out *Project) + func (in *Project) DeepCopyObject() runtime.Object + func (mg *Project) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Project) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Project) GetProviderConfigReference() *xpv1.Reference + func (mg *Project) GetProviderReference() *xpv1.Reference + func (mg *Project) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *Project) GetTerraformResourceType() string + func (mg *Project) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Project) SetConditions(c ...xpv1.Condition) + func (mg *Project) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Project) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Project) SetProviderReference(r *xpv1.Reference) + func (mg *Project) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *Project) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *Project) GetConnectionDetailsMapping() map[string]string + func (tr *Project) GetID() string + func (tr *Project) GetObservation() (map[string]any, error) + func (tr *Project) GetParameters() (map[string]any, error) + func (tr *Project) GetTerraformSchemaVersion() int + func (tr *Project) LateInitialize(attrs []byte) (bool, error) + func (tr *Project) SetObservation(obs map[string]any) error + func (tr *Project) SetParameters(params map[string]any) error + type ProjectList struct + Items []Project + func (in *ProjectList) DeepCopy() *ProjectList + func (in *ProjectList) DeepCopyInto(out *ProjectList) + func (in *ProjectList) DeepCopyObject() runtime.Object + func (l *ProjectList) GetItems() []resource.Managed + type ProjectObservation struct + DomainID *string + Enabled *bool + ID *string + IsDomain *bool + ParentID *string + func (in *ProjectObservation) DeepCopy() *ProjectObservation + func (in *ProjectObservation) DeepCopyInto(out *ProjectObservation) + type ProjectParameters struct + Description *string + Name *string + func (in *ProjectParameters) DeepCopy() *ProjectParameters + func (in *ProjectParameters) DeepCopyInto(out *ProjectParameters) + type ProjectRoleObservation struct + func (in *ProjectRoleObservation) DeepCopy() *ProjectRoleObservation + func (in *ProjectRoleObservation) DeepCopyInto(out *ProjectRoleObservation) + type ProjectRoleParameters struct + Project *string + Roles []*string + func (in *ProjectRoleParameters) DeepCopy() *ProjectRoleParameters + func (in *ProjectRoleParameters) DeepCopyInto(out *ProjectRoleParameters) + type ProjectSpec struct + ForProvider ProjectParameters + func (in *ProjectSpec) DeepCopy() *ProjectSpec + func (in *ProjectSpec) DeepCopyInto(out *ProjectSpec) + type ProjectStatus struct + AtProvider ProjectObservation + func (in *ProjectStatus) DeepCopy() *ProjectStatus + func (in *ProjectStatus) DeepCopyInto(out *ProjectStatus) + type Provider struct + Spec ProviderSpec + Status ProviderStatus + func (in *Provider) DeepCopy() *Provider + func (in *Provider) DeepCopyInto(out *Provider) + func (in *Provider) DeepCopyObject() runtime.Object + func (mg *Provider) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Provider) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Provider) GetProviderConfigReference() *xpv1.Reference + func (mg *Provider) GetProviderReference() *xpv1.Reference + func (mg *Provider) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *Provider) GetTerraformResourceType() string + func (mg *Provider) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Provider) SetConditions(c ...xpv1.Condition) + func (mg *Provider) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Provider) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Provider) SetProviderReference(r *xpv1.Reference) + func (mg *Provider) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *Provider) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *Provider) GetConnectionDetailsMapping() map[string]string + func (tr *Provider) GetID() string + func (tr *Provider) GetObservation() (map[string]any, error) + func (tr *Provider) GetParameters() (map[string]any, error) + func (tr *Provider) GetTerraformSchemaVersion() int + func (tr *Provider) LateInitialize(attrs []byte) (bool, error) + func (tr *Provider) SetObservation(obs map[string]any) error + func (tr *Provider) SetParameters(params map[string]any) error + type ProviderConversion struct + Spec ProviderConversionSpec + Status ProviderConversionStatus + func (in *ProviderConversion) DeepCopy() *ProviderConversion + func (in *ProviderConversion) DeepCopyInto(out *ProviderConversion) + func (in *ProviderConversion) DeepCopyObject() runtime.Object + func (mg *ProviderConversion) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *ProviderConversion) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *ProviderConversion) GetProviderConfigReference() *xpv1.Reference + func (mg *ProviderConversion) GetProviderReference() *xpv1.Reference + func (mg *ProviderConversion) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *ProviderConversion) GetTerraformResourceType() string + func (mg *ProviderConversion) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *ProviderConversion) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *ProviderConversion) SetConditions(c ...xpv1.Condition) + func (mg *ProviderConversion) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *ProviderConversion) SetProviderConfigReference(r *xpv1.Reference) + func (mg *ProviderConversion) SetProviderReference(r *xpv1.Reference) + func (mg *ProviderConversion) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *ProviderConversion) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *ProviderConversion) GetConnectionDetailsMapping() map[string]string + func (tr *ProviderConversion) GetID() string + func (tr *ProviderConversion) GetObservation() (map[string]any, error) + func (tr *ProviderConversion) GetParameters() (map[string]any, error) + func (tr *ProviderConversion) GetTerraformSchemaVersion() int + func (tr *ProviderConversion) LateInitialize(attrs []byte) (bool, error) + func (tr *ProviderConversion) SetObservation(obs map[string]any) error + func (tr *ProviderConversion) SetParameters(params map[string]any) error + type ProviderConversionConversionRulesObservation struct + func (in *ProviderConversionConversionRulesObservation) DeepCopy() *ProviderConversionConversionRulesObservation + func (in *ProviderConversionConversionRulesObservation) DeepCopyInto(out *ProviderConversionConversionRulesObservation) + type ProviderConversionConversionRulesParameters struct + Local []ConversionRulesLocalParameters + Remote []ConversionRulesRemoteParameters + func (in *ProviderConversionConversionRulesParameters) DeepCopy() *ProviderConversionConversionRulesParameters + func (in *ProviderConversionConversionRulesParameters) DeepCopyInto(out *ProviderConversionConversionRulesParameters) + type ProviderConversionList struct + Items []ProviderConversion + func (in *ProviderConversionList) DeepCopy() *ProviderConversionList + func (in *ProviderConversionList) DeepCopyInto(out *ProviderConversionList) + func (in *ProviderConversionList) DeepCopyObject() runtime.Object + func (l *ProviderConversionList) GetItems() []resource.Managed + type ProviderConversionObservation struct + ID *string + func (in *ProviderConversionObservation) DeepCopy() *ProviderConversionObservation + func (in *ProviderConversionObservation) DeepCopyInto(out *ProviderConversionObservation) + type ProviderConversionParameters struct + ConversionRules []ProviderConversionConversionRulesParameters + ProviderID *string + ProviderIDRef *v1.Reference + ProviderIDSelector *v1.Selector + func (in *ProviderConversionParameters) DeepCopy() *ProviderConversionParameters + func (in *ProviderConversionParameters) DeepCopyInto(out *ProviderConversionParameters) + type ProviderConversionSpec struct + ForProvider ProviderConversionParameters + func (in *ProviderConversionSpec) DeepCopy() *ProviderConversionSpec + func (in *ProviderConversionSpec) DeepCopyInto(out *ProviderConversionSpec) + type ProviderConversionStatus struct + AtProvider ProviderConversionObservation + func (in *ProviderConversionStatus) DeepCopy() *ProviderConversionStatus + func (in *ProviderConversionStatus) DeepCopyInto(out *ProviderConversionStatus) + type ProviderList struct + Items []Provider + func (in *ProviderList) DeepCopy() *ProviderList + func (in *ProviderList) DeepCopyInto(out *ProviderList) + func (in *ProviderList) DeepCopyObject() runtime.Object + func (l *ProviderList) GetItems() []resource.Managed + type ProviderObservation struct + ConversionRules []ConversionRulesObservation + ID *string + LoginLink *string + SsoType *string + func (in *ProviderObservation) DeepCopy() *ProviderObservation + func (in *ProviderObservation) DeepCopyInto(out *ProviderObservation) + type ProviderParameters struct + Description *string + Enabled *bool + Metadata *string + OpenIDConnectConfig []OpenIDConnectConfigParameters + Protocol *string + func (in *ProviderParameters) DeepCopy() *ProviderParameters + func (in *ProviderParameters) DeepCopyInto(out *ProviderParameters) + type ProviderSpec struct + ForProvider ProviderParameters + func (in *ProviderSpec) DeepCopy() *ProviderSpec + func (in *ProviderSpec) DeepCopyInto(out *ProviderSpec) + type ProviderStatus struct + AtProvider ProviderObservation + func (in *ProviderStatus) DeepCopy() *ProviderStatus + func (in *ProviderStatus) DeepCopyInto(out *ProviderStatus) + type RemoteObservation struct + Attribute *string + Condition *string + Value []*string + func (in *RemoteObservation) DeepCopy() *RemoteObservation + func (in *RemoteObservation) DeepCopyInto(out *RemoteObservation) + type RemoteParameters struct + func (in *RemoteParameters) DeepCopy() *RemoteParameters + func (in *RemoteParameters) DeepCopyInto(out *RemoteParameters) + type Role struct + Spec RoleSpec + Status RoleStatus + func (in *Role) DeepCopy() *Role + func (in *Role) DeepCopyInto(out *Role) + func (in *Role) DeepCopyObject() runtime.Object + func (mg *Role) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Role) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Role) GetProviderConfigReference() *xpv1.Reference + func (mg *Role) GetProviderReference() *xpv1.Reference + func (mg *Role) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *Role) GetTerraformResourceType() string + func (mg *Role) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Role) SetConditions(c ...xpv1.Condition) + func (mg *Role) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Role) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Role) SetProviderReference(r *xpv1.Reference) + func (mg *Role) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *Role) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *Role) GetConnectionDetailsMapping() map[string]string + func (tr *Role) GetID() string + func (tr *Role) GetObservation() (map[string]any, error) + func (tr *Role) GetParameters() (map[string]any, error) + func (tr *Role) GetTerraformSchemaVersion() int + func (tr *Role) LateInitialize(attrs []byte) (bool, error) + func (tr *Role) SetObservation(obs map[string]any) error + func (tr *Role) SetParameters(params map[string]any) error + type RoleAssignment struct + Spec RoleAssignmentSpec + Status RoleAssignmentStatus + func (in *RoleAssignment) DeepCopy() *RoleAssignment + func (in *RoleAssignment) DeepCopyInto(out *RoleAssignment) + func (in *RoleAssignment) DeepCopyObject() runtime.Object + func (mg *RoleAssignment) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *RoleAssignment) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *RoleAssignment) GetProviderConfigReference() *xpv1.Reference + func (mg *RoleAssignment) GetProviderReference() *xpv1.Reference + func (mg *RoleAssignment) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *RoleAssignment) GetTerraformResourceType() string + func (mg *RoleAssignment) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *RoleAssignment) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *RoleAssignment) SetConditions(c ...xpv1.Condition) + func (mg *RoleAssignment) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *RoleAssignment) SetProviderConfigReference(r *xpv1.Reference) + func (mg *RoleAssignment) SetProviderReference(r *xpv1.Reference) + func (mg *RoleAssignment) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *RoleAssignment) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *RoleAssignment) GetConnectionDetailsMapping() map[string]string + func (tr *RoleAssignment) GetID() string + func (tr *RoleAssignment) GetObservation() (map[string]any, error) + func (tr *RoleAssignment) GetParameters() (map[string]any, error) + func (tr *RoleAssignment) GetTerraformSchemaVersion() int + func (tr *RoleAssignment) LateInitialize(attrs []byte) (bool, error) + func (tr *RoleAssignment) SetObservation(obs map[string]any) error + func (tr *RoleAssignment) SetParameters(params map[string]any) error + type RoleAssignmentList struct + Items []RoleAssignment + func (in *RoleAssignmentList) DeepCopy() *RoleAssignmentList + func (in *RoleAssignmentList) DeepCopyInto(out *RoleAssignmentList) + func (in *RoleAssignmentList) DeepCopyObject() runtime.Object + func (l *RoleAssignmentList) GetItems() []resource.Managed + type RoleAssignmentObservation struct + ID *string + func (in *RoleAssignmentObservation) DeepCopy() *RoleAssignmentObservation + func (in *RoleAssignmentObservation) DeepCopyInto(out *RoleAssignmentObservation) + type RoleAssignmentParameters struct + DomainID *string + GroupID *string + GroupIDRef *v1.Reference + GroupIDSelector *v1.Selector + ProjectID *string + RoleID *string + RoleIDRef *v1.Reference + RoleIDSelector *v1.Selector + func (in *RoleAssignmentParameters) DeepCopy() *RoleAssignmentParameters + func (in *RoleAssignmentParameters) DeepCopyInto(out *RoleAssignmentParameters) + type RoleAssignmentSpec struct + ForProvider RoleAssignmentParameters + func (in *RoleAssignmentSpec) DeepCopy() *RoleAssignmentSpec + func (in *RoleAssignmentSpec) DeepCopyInto(out *RoleAssignmentSpec) + type RoleAssignmentStatus struct + AtProvider RoleAssignmentObservation + func (in *RoleAssignmentStatus) DeepCopy() *RoleAssignmentStatus + func (in *RoleAssignmentStatus) DeepCopyInto(out *RoleAssignmentStatus) + type RoleList struct + Items []Role + func (in *RoleList) DeepCopy() *RoleList + func (in *RoleList) DeepCopyInto(out *RoleList) + func (in *RoleList) DeepCopyObject() runtime.Object + func (l *RoleList) GetItems() []resource.Managed + type RoleObservation struct + DomainID *string + ID *string + References *float64 + func (in *RoleObservation) DeepCopy() *RoleObservation + func (in *RoleObservation) DeepCopyInto(out *RoleObservation) + type RoleParameters struct + Description *string + Name *string + Policy *string + Type *string + func (in *RoleParameters) DeepCopy() *RoleParameters + func (in *RoleParameters) DeepCopyInto(out *RoleParameters) + type RoleSpec struct + ForProvider RoleParameters + func (in *RoleSpec) DeepCopy() *RoleSpec + func (in *RoleSpec) DeepCopyInto(out *RoleSpec) + type RoleStatus struct + AtProvider RoleObservation + func (in *RoleStatus) DeepCopy() *RoleStatus + func (in *RoleStatus) DeepCopyInto(out *RoleStatus) + type User struct + Spec UserSpec + Status UserStatus + func (in *User) DeepCopy() *User + func (in *User) DeepCopyInto(out *User) + func (in *User) DeepCopyObject() runtime.Object + func (mg *User) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *User) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *User) GetProviderConfigReference() *xpv1.Reference + func (mg *User) GetProviderReference() *xpv1.Reference + func (mg *User) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *User) GetTerraformResourceType() string + func (mg *User) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *User) SetConditions(c ...xpv1.Condition) + func (mg *User) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *User) SetProviderConfigReference(r *xpv1.Reference) + func (mg *User) SetProviderReference(r *xpv1.Reference) + func (mg *User) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *User) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *User) GetConnectionDetailsMapping() map[string]string + func (tr *User) GetID() string + func (tr *User) GetObservation() (map[string]any, error) + func (tr *User) GetParameters() (map[string]any, error) + func (tr *User) GetTerraformSchemaVersion() int + func (tr *User) LateInitialize(attrs []byte) (bool, error) + func (tr *User) SetObservation(obs map[string]any) error + func (tr *User) SetParameters(params map[string]any) error + type UserList struct + Items []User + func (in *UserList) DeepCopy() *UserList + func (in *UserList) DeepCopyInto(out *UserList) + func (in *UserList) DeepCopyObject() runtime.Object + func (l *UserList) GetItems() []resource.Managed + type UserObservation struct + CreateTime *string + ID *string + LastLogin *string + PasswordStrength *string + func (in *UserObservation) DeepCopy() *UserObservation + func (in *UserObservation) DeepCopyInto(out *UserObservation) + type UserParameters struct + CountryCode *string + Description *string + Email *string + Enabled *bool + Name *string + PasswordSecretRef *v1.SecretKeySelector + Phone *string + func (in *UserParameters) DeepCopy() *UserParameters + func (in *UserParameters) DeepCopyInto(out *UserParameters) + type UserSpec struct + ForProvider UserParameters + func (in *UserSpec) DeepCopy() *UserSpec + func (in *UserSpec) DeepCopyInto(out *UserSpec) + type UserStatus struct + AtProvider UserObservation + func (in *UserStatus) DeepCopy() *UserStatus + func (in *UserStatus) DeepCopyInto(out *UserStatus)