Versions in this module Expand all Collapse all v1 v1.0.0 Mar 16, 2022 Changes in this version + const CRDGroup + const CRDVersion + var AddToScheme = SchemeBuilder.AddToScheme + var Application_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Application_Kind}.String() + var Application_GroupVersionKind = CRDGroupVersion.WithKind(Application_Kind) + var Application_Kind = "Application" + var Application_KindAPIVersion = Application_Kind + "." + CRDGroupVersion.String() + var CACertificate_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: CACertificate_Kind}.String() + var CACertificate_GroupVersionKind = CRDGroupVersion.WithKind(CACertificate_Kind) + var CACertificate_Kind = "CACertificate" + var CACertificate_KindAPIVersion = CACertificate_Kind + "." + CRDGroupVersion.String() + var CRDGroupVersion = schema.GroupVersion + 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 IdentityProvider_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: IdentityProvider_Kind}.String() + var IdentityProvider_GroupVersionKind = CRDGroupVersion.WithKind(IdentityProvider_Kind) + var IdentityProvider_Kind = "IdentityProvider" + var IdentityProvider_KindAPIVersion = IdentityProvider_Kind + "." + CRDGroupVersion.String() + var KeysConfiguration_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: KeysConfiguration_Kind}.String() + var KeysConfiguration_GroupVersionKind = CRDGroupVersion.WithKind(KeysConfiguration_Kind) + var KeysConfiguration_Kind = "KeysConfiguration" + var KeysConfiguration_KindAPIVersion = KeysConfiguration_Kind + "." + CRDGroupVersion.String() + var MutualTLSCertificate_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: MutualTLSCertificate_Kind}.String() + var MutualTLSCertificate_GroupVersionKind = CRDGroupVersion.WithKind(MutualTLSCertificate_Kind) + var MutualTLSCertificate_Kind = "MutualTLSCertificate" + var MutualTLSCertificate_KindAPIVersion = MutualTLSCertificate_Kind + "." + CRDGroupVersion.String() + var Policy_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Policy_Kind}.String() + var Policy_GroupVersionKind = CRDGroupVersion.WithKind(Policy_Kind) + var Policy_Kind = "Policy" + var Policy_KindAPIVersion = Policy_Kind + "." + CRDGroupVersion.String() + var Rule_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Rule_Kind}.String() + var Rule_GroupVersionKind = CRDGroupVersion.WithKind(Rule_Kind) + var Rule_Kind = "Rule" + var Rule_KindAPIVersion = Rule_Kind + "." + CRDGroupVersion.String() + var SchemeBuilder = &scheme.Builder + var ServiceToken_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: ServiceToken_Kind}.String() + var ServiceToken_GroupVersionKind = CRDGroupVersion.WithKind(ServiceToken_Kind) + var ServiceToken_Kind = "ServiceToken" + var ServiceToken_KindAPIVersion = ServiceToken_Kind + "." + CRDGroupVersion.String() + type Application struct + Spec ApplicationSpec + Status ApplicationStatus + func (in *Application) DeepCopy() *Application + func (in *Application) DeepCopyInto(out *Application) + func (in *Application) DeepCopyObject() runtime.Object + func (mg *Application) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Application) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Application) GetProviderConfigReference() *xpv1.Reference + func (mg *Application) GetProviderReference() *xpv1.Reference + func (mg *Application) GetTerraformResourceType() string + func (mg *Application) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Application) SetConditions(c ...xpv1.Condition) + func (mg *Application) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Application) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Application) SetProviderReference(r *xpv1.Reference) + func (mg *Application) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *Application) GetConnectionDetailsMapping() map[string]string + func (tr *Application) GetID() string + func (tr *Application) GetObservation() (map[string]interface{}, error) + func (tr *Application) GetParameters() (map[string]interface{}, error) + func (tr *Application) GetTerraformSchemaVersion() int + func (tr *Application) LateInitialize(attrs []byte) (bool, error) + func (tr *Application) SetObservation(obs map[string]interface{}) error + func (tr *Application) SetParameters(params map[string]interface{}) error + type ApplicationList struct + Items []Application + func (in *ApplicationList) DeepCopy() *ApplicationList + func (in *ApplicationList) DeepCopyInto(out *ApplicationList) + func (in *ApplicationList) DeepCopyObject() runtime.Object + func (l *ApplicationList) GetItems() []resource.Managed + type ApplicationObservation struct + Aud *string + ID *string + func (in *ApplicationObservation) DeepCopy() *ApplicationObservation + func (in *ApplicationObservation) DeepCopyInto(out *ApplicationObservation) + type ApplicationParameters struct + AccountID *string + AllowedIdps []*string + AppLauncherVisible *bool + AutoRedirectToIdentity *bool + CorsHeaders []CorsHeadersParameters + CustomDenyMessage *string + CustomDenyURL *string + Domain *string + EnableBindingCookie *bool + HTTPOnlyCookieAttribute *bool + LogoURL *string + SameSiteCookieAttribute *string + SessionDuration *string + SkipInterstitial *bool + Type *string + ZoneID *string + func (in *ApplicationParameters) DeepCopy() *ApplicationParameters + func (in *ApplicationParameters) DeepCopyInto(out *ApplicationParameters) + type ApplicationSpec struct + ForProvider ApplicationParameters + func (in *ApplicationSpec) DeepCopy() *ApplicationSpec + func (in *ApplicationSpec) DeepCopyInto(out *ApplicationSpec) + type ApplicationStatus struct + AtProvider ApplicationObservation + func (in *ApplicationStatus) DeepCopy() *ApplicationStatus + func (in *ApplicationStatus) DeepCopyInto(out *ApplicationStatus) + type ApprovalGroupObservation struct + func (in *ApprovalGroupObservation) DeepCopy() *ApprovalGroupObservation + func (in *ApprovalGroupObservation) DeepCopyInto(out *ApprovalGroupObservation) + type ApprovalGroupParameters struct + ApprovalsNeeded *float64 + EmailAddresses []*string + EmailListUUID *string + func (in *ApprovalGroupParameters) DeepCopy() *ApprovalGroupParameters + func (in *ApprovalGroupParameters) DeepCopyInto(out *ApprovalGroupParameters) + type AzureObservation struct + func (in *AzureObservation) DeepCopy() *AzureObservation + func (in *AzureObservation) DeepCopyInto(out *AzureObservation) + type AzureParameters struct + ID []*string + IdentityProviderID *string + func (in *AzureParameters) DeepCopy() *AzureParameters + func (in *AzureParameters) DeepCopyInto(out *AzureParameters) + type CACertificate struct + Spec CACertificateSpec + Status CACertificateStatus + func (in *CACertificate) DeepCopy() *CACertificate + func (in *CACertificate) DeepCopyInto(out *CACertificate) + func (in *CACertificate) DeepCopyObject() runtime.Object + func (mg *CACertificate) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *CACertificate) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *CACertificate) GetProviderConfigReference() *xpv1.Reference + func (mg *CACertificate) GetProviderReference() *xpv1.Reference + func (mg *CACertificate) GetTerraformResourceType() string + func (mg *CACertificate) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *CACertificate) SetConditions(c ...xpv1.Condition) + func (mg *CACertificate) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *CACertificate) SetProviderConfigReference(r *xpv1.Reference) + func (mg *CACertificate) SetProviderReference(r *xpv1.Reference) + func (mg *CACertificate) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *CACertificate) GetConnectionDetailsMapping() map[string]string + func (tr *CACertificate) GetID() string + func (tr *CACertificate) GetObservation() (map[string]interface{}, error) + func (tr *CACertificate) GetParameters() (map[string]interface{}, error) + func (tr *CACertificate) GetTerraformSchemaVersion() int + func (tr *CACertificate) LateInitialize(attrs []byte) (bool, error) + func (tr *CACertificate) SetObservation(obs map[string]interface{}) error + func (tr *CACertificate) SetParameters(params map[string]interface{}) error + type CACertificateList struct + Items []CACertificate + func (in *CACertificateList) DeepCopy() *CACertificateList + func (in *CACertificateList) DeepCopyInto(out *CACertificateList) + func (in *CACertificateList) DeepCopyObject() runtime.Object + func (l *CACertificateList) GetItems() []resource.Managed + type CACertificateObservation struct + Aud *string + ID *string + PublicKey *string + func (in *CACertificateObservation) DeepCopy() *CACertificateObservation + func (in *CACertificateObservation) DeepCopyInto(out *CACertificateObservation) + type CACertificateParameters struct + AccountID *string + ApplicationID *string + ZoneID *string + func (in *CACertificateParameters) DeepCopy() *CACertificateParameters + func (in *CACertificateParameters) DeepCopyInto(out *CACertificateParameters) + type CACertificateSpec struct + ForProvider CACertificateParameters + func (in *CACertificateSpec) DeepCopy() *CACertificateSpec + func (in *CACertificateSpec) DeepCopyInto(out *CACertificateSpec) + type CACertificateStatus struct + AtProvider CACertificateObservation + func (in *CACertificateStatus) DeepCopy() *CACertificateStatus + func (in *CACertificateStatus) DeepCopyInto(out *CACertificateStatus) + type ConfigObservation struct + func (in *ConfigObservation) DeepCopy() *ConfigObservation + func (in *ConfigObservation) DeepCopyInto(out *ConfigObservation) + type ConfigParameters struct + APIToken *string + AppsDomain *string + Attributes []*string + AuthURL *string + CentrifyAccount *string + CentrifyAppID *string + CertsURL *string + ClientID *string + ClientSecret *string + DirectoryID *string + EmailAttributeName *string + IdpPublicCert *string + IssuerURL *string + OktaAccount *string + OneloginAccount *string + RedirectURL *string + SignRequest *bool + SsoTargetURL *string + SupportGroups *bool + TokenURL *string + func (in *ConfigParameters) DeepCopy() *ConfigParameters + func (in *ConfigParameters) DeepCopyInto(out *ConfigParameters) + type ConfigurationObservation struct + func (in *ConfigurationObservation) DeepCopy() *ConfigurationObservation + func (in *ConfigurationObservation) DeepCopyInto(out *ConfigurationObservation) + type ConfigurationParameters struct + Target *string + Value *string + func (in *ConfigurationParameters) DeepCopy() *ConfigurationParameters + func (in *ConfigurationParameters) DeepCopyInto(out *ConfigurationParameters) + type CorsHeadersObservation struct + func (in *CorsHeadersObservation) DeepCopy() *CorsHeadersObservation + func (in *CorsHeadersObservation) DeepCopyInto(out *CorsHeadersObservation) + type CorsHeadersParameters struct + AllowAllHeaders *bool + AllowAllMethods *bool + AllowAllOrigins *bool + AllowCredentials *bool + AllowedHeaders []*string + AllowedMethods []*string + AllowedOrigins []*string + MaxAge *float64 + func (in *CorsHeadersParameters) DeepCopy() *CorsHeadersParameters + func (in *CorsHeadersParameters) DeepCopyInto(out *CorsHeadersParameters) + type ExcludeAzureObservation struct + func (in *ExcludeAzureObservation) DeepCopy() *ExcludeAzureObservation + func (in *ExcludeAzureObservation) DeepCopyInto(out *ExcludeAzureObservation) + type ExcludeAzureParameters struct + ID []*string + IdentityProviderID *string + func (in *ExcludeAzureParameters) DeepCopy() *ExcludeAzureParameters + func (in *ExcludeAzureParameters) DeepCopyInto(out *ExcludeAzureParameters) + type ExcludeGithubObservation struct + func (in *ExcludeGithubObservation) DeepCopy() *ExcludeGithubObservation + func (in *ExcludeGithubObservation) DeepCopyInto(out *ExcludeGithubObservation) + type ExcludeGithubParameters struct + IdentityProviderID *string + Name *string + Teams []*string + func (in *ExcludeGithubParameters) DeepCopy() *ExcludeGithubParameters + func (in *ExcludeGithubParameters) DeepCopyInto(out *ExcludeGithubParameters) + type ExcludeGsuiteObservation struct + func (in *ExcludeGsuiteObservation) DeepCopy() *ExcludeGsuiteObservation + func (in *ExcludeGsuiteObservation) DeepCopyInto(out *ExcludeGsuiteObservation) + type ExcludeGsuiteParameters struct + Email []*string + IdentityProviderID *string + func (in *ExcludeGsuiteParameters) DeepCopy() *ExcludeGsuiteParameters + func (in *ExcludeGsuiteParameters) DeepCopyInto(out *ExcludeGsuiteParameters) + type ExcludeObservation struct + func (in *ExcludeObservation) DeepCopy() *ExcludeObservation + func (in *ExcludeObservation) DeepCopyInto(out *ExcludeObservation) + type ExcludeOktaObservation struct + func (in *ExcludeOktaObservation) DeepCopy() *ExcludeOktaObservation + func (in *ExcludeOktaObservation) DeepCopyInto(out *ExcludeOktaObservation) + type ExcludeOktaParameters struct + IdentityProviderID *string + Name []*string + func (in *ExcludeOktaParameters) DeepCopy() *ExcludeOktaParameters + func (in *ExcludeOktaParameters) DeepCopyInto(out *ExcludeOktaParameters) + type ExcludeParameters struct + AnyValidServiceToken *bool + AuthMethod *string + Azure []AzureParameters + Certificate *bool + CommonName *string + DevicePosture []*string + Email []*string + EmailDomain []*string + Everyone *bool + Geo []*string + Github []GithubParameters + Group []*string + Gsuite []GsuiteParameters + IP []*string + LoginMethod []*string + Okta []OktaParameters + SAML []SAMLParameters + ServiceToken []*string + func (in *ExcludeParameters) DeepCopy() *ExcludeParameters + func (in *ExcludeParameters) DeepCopyInto(out *ExcludeParameters) + type ExcludeSAMLObservation struct + func (in *ExcludeSAMLObservation) DeepCopy() *ExcludeSAMLObservation + func (in *ExcludeSAMLObservation) DeepCopyInto(out *ExcludeSAMLObservation) + type ExcludeSAMLParameters struct + AttributeName *string + AttributeValue *string + IdentityProviderID *string + func (in *ExcludeSAMLParameters) DeepCopy() *ExcludeSAMLParameters + func (in *ExcludeSAMLParameters) DeepCopyInto(out *ExcludeSAMLParameters) + type GithubObservation struct + func (in *GithubObservation) DeepCopy() *GithubObservation + func (in *GithubObservation) DeepCopyInto(out *GithubObservation) + type GithubParameters struct + IdentityProviderID *string + Name *string + Teams []*string + func (in *GithubParameters) DeepCopy() *GithubParameters + func (in *GithubParameters) DeepCopyInto(out *GithubParameters) + 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) 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) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *Group) GetConnectionDetailsMapping() map[string]string + func (tr *Group) GetID() string + func (tr *Group) GetObservation() (map[string]interface{}, error) + func (tr *Group) GetParameters() (map[string]interface{}, error) + func (tr *Group) GetTerraformSchemaVersion() int + func (tr *Group) LateInitialize(attrs []byte) (bool, error) + func (tr *Group) SetObservation(obs map[string]interface{}) error + func (tr *Group) SetParameters(params map[string]interface{}) 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 GroupObservation struct + ID *string + func (in *GroupObservation) DeepCopy() *GroupObservation + func (in *GroupObservation) DeepCopyInto(out *GroupObservation) + type GroupParameters struct + AccountID *string + Exclude []ExcludeParameters + Include []IncludeParameters + Require []RequireParameters + ZoneID *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 GsuiteObservation struct + func (in *GsuiteObservation) DeepCopy() *GsuiteObservation + func (in *GsuiteObservation) DeepCopyInto(out *GsuiteObservation) + type GsuiteParameters struct + Email []*string + IdentityProviderID *string + func (in *GsuiteParameters) DeepCopy() *GsuiteParameters + func (in *GsuiteParameters) DeepCopyInto(out *GsuiteParameters) + type IdentityProvider struct + Spec IdentityProviderSpec + Status IdentityProviderStatus + func (in *IdentityProvider) DeepCopy() *IdentityProvider + func (in *IdentityProvider) DeepCopyInto(out *IdentityProvider) + func (in *IdentityProvider) DeepCopyObject() runtime.Object + func (mg *IdentityProvider) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *IdentityProvider) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *IdentityProvider) GetProviderConfigReference() *xpv1.Reference + func (mg *IdentityProvider) GetProviderReference() *xpv1.Reference + func (mg *IdentityProvider) GetTerraformResourceType() string + func (mg *IdentityProvider) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *IdentityProvider) SetConditions(c ...xpv1.Condition) + func (mg *IdentityProvider) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *IdentityProvider) SetProviderConfigReference(r *xpv1.Reference) + func (mg *IdentityProvider) SetProviderReference(r *xpv1.Reference) + func (mg *IdentityProvider) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *IdentityProvider) GetConnectionDetailsMapping() map[string]string + func (tr *IdentityProvider) GetID() string + func (tr *IdentityProvider) GetObservation() (map[string]interface{}, error) + func (tr *IdentityProvider) GetParameters() (map[string]interface{}, error) + func (tr *IdentityProvider) GetTerraformSchemaVersion() int + func (tr *IdentityProvider) LateInitialize(attrs []byte) (bool, error) + func (tr *IdentityProvider) SetObservation(obs map[string]interface{}) error + func (tr *IdentityProvider) SetParameters(params map[string]interface{}) error + type IdentityProviderList struct + Items []IdentityProvider + func (in *IdentityProviderList) DeepCopy() *IdentityProviderList + func (in *IdentityProviderList) DeepCopyInto(out *IdentityProviderList) + func (in *IdentityProviderList) DeepCopyObject() runtime.Object + func (l *IdentityProviderList) GetItems() []resource.Managed + type IdentityProviderObservation struct + ID *string + func (in *IdentityProviderObservation) DeepCopy() *IdentityProviderObservation + func (in *IdentityProviderObservation) DeepCopyInto(out *IdentityProviderObservation) + type IdentityProviderParameters struct + AccountID *string + Config []ConfigParameters + Type *string + ZoneID *string + func (in *IdentityProviderParameters) DeepCopy() *IdentityProviderParameters + func (in *IdentityProviderParameters) DeepCopyInto(out *IdentityProviderParameters) + type IdentityProviderSpec struct + ForProvider IdentityProviderParameters + func (in *IdentityProviderSpec) DeepCopy() *IdentityProviderSpec + func (in *IdentityProviderSpec) DeepCopyInto(out *IdentityProviderSpec) + type IdentityProviderStatus struct + AtProvider IdentityProviderObservation + func (in *IdentityProviderStatus) DeepCopy() *IdentityProviderStatus + func (in *IdentityProviderStatus) DeepCopyInto(out *IdentityProviderStatus) + type IncludeAzureObservation struct + func (in *IncludeAzureObservation) DeepCopy() *IncludeAzureObservation + func (in *IncludeAzureObservation) DeepCopyInto(out *IncludeAzureObservation) + type IncludeAzureParameters struct + ID []*string + IdentityProviderID *string + func (in *IncludeAzureParameters) DeepCopy() *IncludeAzureParameters + func (in *IncludeAzureParameters) DeepCopyInto(out *IncludeAzureParameters) + type IncludeGithubObservation struct + func (in *IncludeGithubObservation) DeepCopy() *IncludeGithubObservation + func (in *IncludeGithubObservation) DeepCopyInto(out *IncludeGithubObservation) + type IncludeGithubParameters struct + IdentityProviderID *string + Name *string + Teams []*string + func (in *IncludeGithubParameters) DeepCopy() *IncludeGithubParameters + func (in *IncludeGithubParameters) DeepCopyInto(out *IncludeGithubParameters) + type IncludeGsuiteObservation struct + func (in *IncludeGsuiteObservation) DeepCopy() *IncludeGsuiteObservation + func (in *IncludeGsuiteObservation) DeepCopyInto(out *IncludeGsuiteObservation) + type IncludeGsuiteParameters struct + Email []*string + IdentityProviderID *string + func (in *IncludeGsuiteParameters) DeepCopy() *IncludeGsuiteParameters + func (in *IncludeGsuiteParameters) DeepCopyInto(out *IncludeGsuiteParameters) + type IncludeObservation struct + func (in *IncludeObservation) DeepCopy() *IncludeObservation + func (in *IncludeObservation) DeepCopyInto(out *IncludeObservation) + type IncludeOktaObservation struct + func (in *IncludeOktaObservation) DeepCopy() *IncludeOktaObservation + func (in *IncludeOktaObservation) DeepCopyInto(out *IncludeOktaObservation) + type IncludeOktaParameters struct + IdentityProviderID *string + Name []*string + func (in *IncludeOktaParameters) DeepCopy() *IncludeOktaParameters + func (in *IncludeOktaParameters) DeepCopyInto(out *IncludeOktaParameters) + type IncludeParameters struct + AnyValidServiceToken *bool + AuthMethod *string + Azure []IncludeAzureParameters + Certificate *bool + CommonName *string + DevicePosture []*string + Email []*string + EmailDomain []*string + Everyone *bool + Geo []*string + Github []IncludeGithubParameters + Group []*string + Gsuite []IncludeGsuiteParameters + IP []*string + LoginMethod []*string + Okta []IncludeOktaParameters + SAML []IncludeSAMLParameters + ServiceToken []*string + func (in *IncludeParameters) DeepCopy() *IncludeParameters + func (in *IncludeParameters) DeepCopyInto(out *IncludeParameters) + type IncludeSAMLObservation struct + func (in *IncludeSAMLObservation) DeepCopy() *IncludeSAMLObservation + func (in *IncludeSAMLObservation) DeepCopyInto(out *IncludeSAMLObservation) + type IncludeSAMLParameters struct + AttributeName *string + AttributeValue *string + IdentityProviderID *string + func (in *IncludeSAMLParameters) DeepCopy() *IncludeSAMLParameters + func (in *IncludeSAMLParameters) DeepCopyInto(out *IncludeSAMLParameters) + type KeysConfiguration struct + Spec KeysConfigurationSpec + Status KeysConfigurationStatus + func (in *KeysConfiguration) DeepCopy() *KeysConfiguration + func (in *KeysConfiguration) DeepCopyInto(out *KeysConfiguration) + func (in *KeysConfiguration) DeepCopyObject() runtime.Object + func (mg *KeysConfiguration) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *KeysConfiguration) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *KeysConfiguration) GetProviderConfigReference() *xpv1.Reference + func (mg *KeysConfiguration) GetProviderReference() *xpv1.Reference + func (mg *KeysConfiguration) GetTerraformResourceType() string + func (mg *KeysConfiguration) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *KeysConfiguration) SetConditions(c ...xpv1.Condition) + func (mg *KeysConfiguration) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *KeysConfiguration) SetProviderConfigReference(r *xpv1.Reference) + func (mg *KeysConfiguration) SetProviderReference(r *xpv1.Reference) + func (mg *KeysConfiguration) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *KeysConfiguration) GetConnectionDetailsMapping() map[string]string + func (tr *KeysConfiguration) GetID() string + func (tr *KeysConfiguration) GetObservation() (map[string]interface{}, error) + func (tr *KeysConfiguration) GetParameters() (map[string]interface{}, error) + func (tr *KeysConfiguration) GetTerraformSchemaVersion() int + func (tr *KeysConfiguration) LateInitialize(attrs []byte) (bool, error) + func (tr *KeysConfiguration) SetObservation(obs map[string]interface{}) error + func (tr *KeysConfiguration) SetParameters(params map[string]interface{}) error + type KeysConfigurationList struct + Items []KeysConfiguration + func (in *KeysConfigurationList) DeepCopy() *KeysConfigurationList + func (in *KeysConfigurationList) DeepCopyInto(out *KeysConfigurationList) + func (in *KeysConfigurationList) DeepCopyObject() runtime.Object + func (l *KeysConfigurationList) GetItems() []resource.Managed + type KeysConfigurationObservation struct + ID *string + func (in *KeysConfigurationObservation) DeepCopy() *KeysConfigurationObservation + func (in *KeysConfigurationObservation) DeepCopyInto(out *KeysConfigurationObservation) + type KeysConfigurationParameters struct + AccountID *string + KeyRotationIntervalDays *float64 + func (in *KeysConfigurationParameters) DeepCopy() *KeysConfigurationParameters + func (in *KeysConfigurationParameters) DeepCopyInto(out *KeysConfigurationParameters) + type KeysConfigurationSpec struct + ForProvider KeysConfigurationParameters + func (in *KeysConfigurationSpec) DeepCopy() *KeysConfigurationSpec + func (in *KeysConfigurationSpec) DeepCopyInto(out *KeysConfigurationSpec) + type KeysConfigurationStatus struct + AtProvider KeysConfigurationObservation + func (in *KeysConfigurationStatus) DeepCopy() *KeysConfigurationStatus + func (in *KeysConfigurationStatus) DeepCopyInto(out *KeysConfigurationStatus) + type MutualTLSCertificate struct + Spec MutualTLSCertificateSpec + Status MutualTLSCertificateStatus + func (in *MutualTLSCertificate) DeepCopy() *MutualTLSCertificate + func (in *MutualTLSCertificate) DeepCopyInto(out *MutualTLSCertificate) + func (in *MutualTLSCertificate) DeepCopyObject() runtime.Object + func (mg *MutualTLSCertificate) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *MutualTLSCertificate) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *MutualTLSCertificate) GetProviderConfigReference() *xpv1.Reference + func (mg *MutualTLSCertificate) GetProviderReference() *xpv1.Reference + func (mg *MutualTLSCertificate) GetTerraformResourceType() string + func (mg *MutualTLSCertificate) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *MutualTLSCertificate) SetConditions(c ...xpv1.Condition) + func (mg *MutualTLSCertificate) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *MutualTLSCertificate) SetProviderConfigReference(r *xpv1.Reference) + func (mg *MutualTLSCertificate) SetProviderReference(r *xpv1.Reference) + func (mg *MutualTLSCertificate) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *MutualTLSCertificate) GetConnectionDetailsMapping() map[string]string + func (tr *MutualTLSCertificate) GetID() string + func (tr *MutualTLSCertificate) GetObservation() (map[string]interface{}, error) + func (tr *MutualTLSCertificate) GetParameters() (map[string]interface{}, error) + func (tr *MutualTLSCertificate) GetTerraformSchemaVersion() int + func (tr *MutualTLSCertificate) LateInitialize(attrs []byte) (bool, error) + func (tr *MutualTLSCertificate) SetObservation(obs map[string]interface{}) error + func (tr *MutualTLSCertificate) SetParameters(params map[string]interface{}) error + type MutualTLSCertificateList struct + Items []MutualTLSCertificate + func (in *MutualTLSCertificateList) DeepCopy() *MutualTLSCertificateList + func (in *MutualTLSCertificateList) DeepCopyInto(out *MutualTLSCertificateList) + func (in *MutualTLSCertificateList) DeepCopyObject() runtime.Object + func (l *MutualTLSCertificateList) GetItems() []resource.Managed + type MutualTLSCertificateObservation struct + Fingerprint *string + ID *string + func (in *MutualTLSCertificateObservation) DeepCopy() *MutualTLSCertificateObservation + func (in *MutualTLSCertificateObservation) DeepCopyInto(out *MutualTLSCertificateObservation) + type MutualTLSCertificateParameters struct + AccountID *string + AssociatedHostnames []*string + Certificate *string + ZoneID *string + func (in *MutualTLSCertificateParameters) DeepCopy() *MutualTLSCertificateParameters + func (in *MutualTLSCertificateParameters) DeepCopyInto(out *MutualTLSCertificateParameters) + type MutualTLSCertificateSpec struct + ForProvider MutualTLSCertificateParameters + func (in *MutualTLSCertificateSpec) DeepCopy() *MutualTLSCertificateSpec + func (in *MutualTLSCertificateSpec) DeepCopyInto(out *MutualTLSCertificateSpec) + type MutualTLSCertificateStatus struct + AtProvider MutualTLSCertificateObservation + func (in *MutualTLSCertificateStatus) DeepCopy() *MutualTLSCertificateStatus + func (in *MutualTLSCertificateStatus) DeepCopyInto(out *MutualTLSCertificateStatus) + type OktaObservation struct + func (in *OktaObservation) DeepCopy() *OktaObservation + func (in *OktaObservation) DeepCopyInto(out *OktaObservation) + type OktaParameters struct + IdentityProviderID *string + Name []*string + func (in *OktaParameters) DeepCopy() *OktaParameters + func (in *OktaParameters) DeepCopyInto(out *OktaParameters) + type Policy struct + Spec PolicySpec + Status PolicyStatus + func (in *Policy) DeepCopy() *Policy + func (in *Policy) DeepCopyInto(out *Policy) + func (in *Policy) DeepCopyObject() runtime.Object + func (mg *Policy) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Policy) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Policy) GetProviderConfigReference() *xpv1.Reference + func (mg *Policy) GetProviderReference() *xpv1.Reference + func (mg *Policy) GetTerraformResourceType() string + func (mg *Policy) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Policy) SetConditions(c ...xpv1.Condition) + func (mg *Policy) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Policy) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Policy) SetProviderReference(r *xpv1.Reference) + func (mg *Policy) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *Policy) GetConnectionDetailsMapping() map[string]string + func (tr *Policy) GetID() string + func (tr *Policy) GetObservation() (map[string]interface{}, error) + func (tr *Policy) GetParameters() (map[string]interface{}, error) + func (tr *Policy) GetTerraformSchemaVersion() int + func (tr *Policy) LateInitialize(attrs []byte) (bool, error) + func (tr *Policy) SetObservation(obs map[string]interface{}) error + func (tr *Policy) SetParameters(params map[string]interface{}) error + type PolicyExcludeObservation struct + func (in *PolicyExcludeObservation) DeepCopy() *PolicyExcludeObservation + func (in *PolicyExcludeObservation) DeepCopyInto(out *PolicyExcludeObservation) + type PolicyExcludeParameters struct + AnyValidServiceToken *bool + AuthMethod *string + Azure []ExcludeAzureParameters + Certificate *bool + CommonName *string + DevicePosture []*string + Email []*string + EmailDomain []*string + Everyone *bool + Geo []*string + Github []ExcludeGithubParameters + Group []*string + Gsuite []ExcludeGsuiteParameters + IP []*string + LoginMethod []*string + Okta []ExcludeOktaParameters + SAML []ExcludeSAMLParameters + ServiceToken []*string + func (in *PolicyExcludeParameters) DeepCopy() *PolicyExcludeParameters + func (in *PolicyExcludeParameters) DeepCopyInto(out *PolicyExcludeParameters) + type PolicyIncludeAzureObservation struct + func (in *PolicyIncludeAzureObservation) DeepCopy() *PolicyIncludeAzureObservation + func (in *PolicyIncludeAzureObservation) DeepCopyInto(out *PolicyIncludeAzureObservation) + type PolicyIncludeAzureParameters struct + ID []*string + IdentityProviderID *string + func (in *PolicyIncludeAzureParameters) DeepCopy() *PolicyIncludeAzureParameters + func (in *PolicyIncludeAzureParameters) DeepCopyInto(out *PolicyIncludeAzureParameters) + type PolicyIncludeGithubObservation struct + func (in *PolicyIncludeGithubObservation) DeepCopy() *PolicyIncludeGithubObservation + func (in *PolicyIncludeGithubObservation) DeepCopyInto(out *PolicyIncludeGithubObservation) + type PolicyIncludeGithubParameters struct + IdentityProviderID *string + Name *string + Teams []*string + func (in *PolicyIncludeGithubParameters) DeepCopy() *PolicyIncludeGithubParameters + func (in *PolicyIncludeGithubParameters) DeepCopyInto(out *PolicyIncludeGithubParameters) + type PolicyIncludeGsuiteObservation struct + func (in *PolicyIncludeGsuiteObservation) DeepCopy() *PolicyIncludeGsuiteObservation + func (in *PolicyIncludeGsuiteObservation) DeepCopyInto(out *PolicyIncludeGsuiteObservation) + type PolicyIncludeGsuiteParameters struct + Email []*string + IdentityProviderID *string + func (in *PolicyIncludeGsuiteParameters) DeepCopy() *PolicyIncludeGsuiteParameters + func (in *PolicyIncludeGsuiteParameters) DeepCopyInto(out *PolicyIncludeGsuiteParameters) + type PolicyIncludeObservation struct + func (in *PolicyIncludeObservation) DeepCopy() *PolicyIncludeObservation + func (in *PolicyIncludeObservation) DeepCopyInto(out *PolicyIncludeObservation) + type PolicyIncludeOktaObservation struct + func (in *PolicyIncludeOktaObservation) DeepCopy() *PolicyIncludeOktaObservation + func (in *PolicyIncludeOktaObservation) DeepCopyInto(out *PolicyIncludeOktaObservation) + type PolicyIncludeOktaParameters struct + IdentityProviderID *string + Name []*string + func (in *PolicyIncludeOktaParameters) DeepCopy() *PolicyIncludeOktaParameters + func (in *PolicyIncludeOktaParameters) DeepCopyInto(out *PolicyIncludeOktaParameters) + type PolicyIncludeParameters struct + AnyValidServiceToken *bool + AuthMethod *string + Azure []PolicyIncludeAzureParameters + Certificate *bool + CommonName *string + DevicePosture []*string + Email []*string + EmailDomain []*string + Everyone *bool + Geo []*string + Github []PolicyIncludeGithubParameters + Group []*string + Gsuite []PolicyIncludeGsuiteParameters + IP []*string + LoginMethod []*string + Okta []PolicyIncludeOktaParameters + SAML []PolicyIncludeSAMLParameters + ServiceToken []*string + func (in *PolicyIncludeParameters) DeepCopy() *PolicyIncludeParameters + func (in *PolicyIncludeParameters) DeepCopyInto(out *PolicyIncludeParameters) + type PolicyIncludeSAMLObservation struct + func (in *PolicyIncludeSAMLObservation) DeepCopy() *PolicyIncludeSAMLObservation + func (in *PolicyIncludeSAMLObservation) DeepCopyInto(out *PolicyIncludeSAMLObservation) + type PolicyIncludeSAMLParameters struct + AttributeName *string + AttributeValue *string + IdentityProviderID *string + func (in *PolicyIncludeSAMLParameters) DeepCopy() *PolicyIncludeSAMLParameters + func (in *PolicyIncludeSAMLParameters) DeepCopyInto(out *PolicyIncludeSAMLParameters) + type PolicyList struct + Items []Policy + func (in *PolicyList) DeepCopy() *PolicyList + func (in *PolicyList) DeepCopyInto(out *PolicyList) + func (in *PolicyList) DeepCopyObject() runtime.Object + func (l *PolicyList) GetItems() []resource.Managed + type PolicyObservation struct + ID *string + func (in *PolicyObservation) DeepCopy() *PolicyObservation + func (in *PolicyObservation) DeepCopyInto(out *PolicyObservation) + type PolicyParameters struct + AccountID *string + ApplicationID *string + ApprovalGroup []ApprovalGroupParameters + ApprovalRequired *bool + Decision *string + Exclude []PolicyExcludeParameters + Include []PolicyIncludeParameters + Precedence *float64 + PurposeJustificationPrompt *string + PurposeJustificationRequired *bool + Require []PolicyRequireParameters + ZoneID *string + func (in *PolicyParameters) DeepCopy() *PolicyParameters + func (in *PolicyParameters) DeepCopyInto(out *PolicyParameters) + type PolicyRequireAzureObservation struct + func (in *PolicyRequireAzureObservation) DeepCopy() *PolicyRequireAzureObservation + func (in *PolicyRequireAzureObservation) DeepCopyInto(out *PolicyRequireAzureObservation) + type PolicyRequireAzureParameters struct + ID []*string + IdentityProviderID *string + func (in *PolicyRequireAzureParameters) DeepCopy() *PolicyRequireAzureParameters + func (in *PolicyRequireAzureParameters) DeepCopyInto(out *PolicyRequireAzureParameters) + type PolicyRequireGithubObservation struct + func (in *PolicyRequireGithubObservation) DeepCopy() *PolicyRequireGithubObservation + func (in *PolicyRequireGithubObservation) DeepCopyInto(out *PolicyRequireGithubObservation) + type PolicyRequireGithubParameters struct + IdentityProviderID *string + Name *string + Teams []*string + func (in *PolicyRequireGithubParameters) DeepCopy() *PolicyRequireGithubParameters + func (in *PolicyRequireGithubParameters) DeepCopyInto(out *PolicyRequireGithubParameters) + type PolicyRequireGsuiteObservation struct + func (in *PolicyRequireGsuiteObservation) DeepCopy() *PolicyRequireGsuiteObservation + func (in *PolicyRequireGsuiteObservation) DeepCopyInto(out *PolicyRequireGsuiteObservation) + type PolicyRequireGsuiteParameters struct + Email []*string + IdentityProviderID *string + func (in *PolicyRequireGsuiteParameters) DeepCopy() *PolicyRequireGsuiteParameters + func (in *PolicyRequireGsuiteParameters) DeepCopyInto(out *PolicyRequireGsuiteParameters) + type PolicyRequireObservation struct + func (in *PolicyRequireObservation) DeepCopy() *PolicyRequireObservation + func (in *PolicyRequireObservation) DeepCopyInto(out *PolicyRequireObservation) + type PolicyRequireOktaObservation struct + func (in *PolicyRequireOktaObservation) DeepCopy() *PolicyRequireOktaObservation + func (in *PolicyRequireOktaObservation) DeepCopyInto(out *PolicyRequireOktaObservation) + type PolicyRequireOktaParameters struct + IdentityProviderID *string + Name []*string + func (in *PolicyRequireOktaParameters) DeepCopy() *PolicyRequireOktaParameters + func (in *PolicyRequireOktaParameters) DeepCopyInto(out *PolicyRequireOktaParameters) + type PolicyRequireParameters struct + AnyValidServiceToken *bool + AuthMethod *string + Azure []PolicyRequireAzureParameters + Certificate *bool + CommonName *string + DevicePosture []*string + Email []*string + EmailDomain []*string + Everyone *bool + Geo []*string + Github []PolicyRequireGithubParameters + Group []*string + Gsuite []PolicyRequireGsuiteParameters + IP []*string + LoginMethod []*string + Okta []PolicyRequireOktaParameters + SAML []PolicyRequireSAMLParameters + ServiceToken []*string + func (in *PolicyRequireParameters) DeepCopy() *PolicyRequireParameters + func (in *PolicyRequireParameters) DeepCopyInto(out *PolicyRequireParameters) + type PolicyRequireSAMLObservation struct + func (in *PolicyRequireSAMLObservation) DeepCopy() *PolicyRequireSAMLObservation + func (in *PolicyRequireSAMLObservation) DeepCopyInto(out *PolicyRequireSAMLObservation) + type PolicyRequireSAMLParameters struct + AttributeName *string + AttributeValue *string + IdentityProviderID *string + func (in *PolicyRequireSAMLParameters) DeepCopy() *PolicyRequireSAMLParameters + func (in *PolicyRequireSAMLParameters) DeepCopyInto(out *PolicyRequireSAMLParameters) + type PolicySpec struct + ForProvider PolicyParameters + func (in *PolicySpec) DeepCopy() *PolicySpec + func (in *PolicySpec) DeepCopyInto(out *PolicySpec) + type PolicyStatus struct + AtProvider PolicyObservation + func (in *PolicyStatus) DeepCopy() *PolicyStatus + func (in *PolicyStatus) DeepCopyInto(out *PolicyStatus) + type RequireAzureObservation struct + func (in *RequireAzureObservation) DeepCopy() *RequireAzureObservation + func (in *RequireAzureObservation) DeepCopyInto(out *RequireAzureObservation) + type RequireAzureParameters struct + ID []*string + IdentityProviderID *string + func (in *RequireAzureParameters) DeepCopy() *RequireAzureParameters + func (in *RequireAzureParameters) DeepCopyInto(out *RequireAzureParameters) + type RequireGithubObservation struct + func (in *RequireGithubObservation) DeepCopy() *RequireGithubObservation + func (in *RequireGithubObservation) DeepCopyInto(out *RequireGithubObservation) + type RequireGithubParameters struct + IdentityProviderID *string + Name *string + Teams []*string + func (in *RequireGithubParameters) DeepCopy() *RequireGithubParameters + func (in *RequireGithubParameters) DeepCopyInto(out *RequireGithubParameters) + type RequireGsuiteObservation struct + func (in *RequireGsuiteObservation) DeepCopy() *RequireGsuiteObservation + func (in *RequireGsuiteObservation) DeepCopyInto(out *RequireGsuiteObservation) + type RequireGsuiteParameters struct + Email []*string + IdentityProviderID *string + func (in *RequireGsuiteParameters) DeepCopy() *RequireGsuiteParameters + func (in *RequireGsuiteParameters) DeepCopyInto(out *RequireGsuiteParameters) + type RequireObservation struct + func (in *RequireObservation) DeepCopy() *RequireObservation + func (in *RequireObservation) DeepCopyInto(out *RequireObservation) + type RequireOktaObservation struct + func (in *RequireOktaObservation) DeepCopy() *RequireOktaObservation + func (in *RequireOktaObservation) DeepCopyInto(out *RequireOktaObservation) + type RequireOktaParameters struct + IdentityProviderID *string + Name []*string + func (in *RequireOktaParameters) DeepCopy() *RequireOktaParameters + func (in *RequireOktaParameters) DeepCopyInto(out *RequireOktaParameters) + type RequireParameters struct + AnyValidServiceToken *bool + AuthMethod *string + Azure []RequireAzureParameters + Certificate *bool + CommonName *string + DevicePosture []*string + Email []*string + EmailDomain []*string + Everyone *bool + Geo []*string + Github []RequireGithubParameters + Group []*string + Gsuite []RequireGsuiteParameters + IP []*string + LoginMethod []*string + Okta []RequireOktaParameters + SAML []RequireSAMLParameters + ServiceToken []*string + func (in *RequireParameters) DeepCopy() *RequireParameters + func (in *RequireParameters) DeepCopyInto(out *RequireParameters) + type RequireSAMLObservation struct + func (in *RequireSAMLObservation) DeepCopy() *RequireSAMLObservation + func (in *RequireSAMLObservation) DeepCopyInto(out *RequireSAMLObservation) + type RequireSAMLParameters struct + AttributeName *string + AttributeValue *string + IdentityProviderID *string + func (in *RequireSAMLParameters) DeepCopy() *RequireSAMLParameters + func (in *RequireSAMLParameters) DeepCopyInto(out *RequireSAMLParameters) + type Rule struct + Spec RuleSpec + Status RuleStatus + func (in *Rule) DeepCopy() *Rule + func (in *Rule) DeepCopyInto(out *Rule) + func (in *Rule) DeepCopyObject() runtime.Object + func (mg *Rule) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Rule) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Rule) GetProviderConfigReference() *xpv1.Reference + func (mg *Rule) GetProviderReference() *xpv1.Reference + func (mg *Rule) GetTerraformResourceType() string + func (mg *Rule) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Rule) SetConditions(c ...xpv1.Condition) + func (mg *Rule) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Rule) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Rule) SetProviderReference(r *xpv1.Reference) + func (mg *Rule) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *Rule) GetConnectionDetailsMapping() map[string]string + func (tr *Rule) GetID() string + func (tr *Rule) GetObservation() (map[string]interface{}, error) + func (tr *Rule) GetParameters() (map[string]interface{}, error) + func (tr *Rule) GetTerraformSchemaVersion() int + func (tr *Rule) LateInitialize(attrs []byte) (bool, error) + func (tr *Rule) SetObservation(obs map[string]interface{}) error + func (tr *Rule) SetParameters(params map[string]interface{}) error + type RuleList struct + Items []Rule + func (in *RuleList) DeepCopy() *RuleList + func (in *RuleList) DeepCopyInto(out *RuleList) + func (in *RuleList) DeepCopyObject() runtime.Object + func (l *RuleList) GetItems() []resource.Managed + type RuleObservation struct + ID *string + func (in *RuleObservation) DeepCopy() *RuleObservation + func (in *RuleObservation) DeepCopyInto(out *RuleObservation) + type RuleParameters struct + Configuration []ConfigurationParameters + Mode *string + Notes *string + ZoneID *string + func (in *RuleParameters) DeepCopy() *RuleParameters + func (in *RuleParameters) DeepCopyInto(out *RuleParameters) + type RuleSpec struct + ForProvider RuleParameters + func (in *RuleSpec) DeepCopy() *RuleSpec + func (in *RuleSpec) DeepCopyInto(out *RuleSpec) + type RuleStatus struct + AtProvider RuleObservation + func (in *RuleStatus) DeepCopy() *RuleStatus + func (in *RuleStatus) DeepCopyInto(out *RuleStatus) + type SAMLObservation struct + func (in *SAMLObservation) DeepCopy() *SAMLObservation + func (in *SAMLObservation) DeepCopyInto(out *SAMLObservation) + type SAMLParameters struct + AttributeName *string + AttributeValue *string + IdentityProviderID *string + func (in *SAMLParameters) DeepCopy() *SAMLParameters + func (in *SAMLParameters) DeepCopyInto(out *SAMLParameters) + type ServiceToken struct + Spec ServiceTokenSpec + Status ServiceTokenStatus + func (in *ServiceToken) DeepCopy() *ServiceToken + func (in *ServiceToken) DeepCopyInto(out *ServiceToken) + func (in *ServiceToken) DeepCopyObject() runtime.Object + func (mg *ServiceToken) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *ServiceToken) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *ServiceToken) GetProviderConfigReference() *xpv1.Reference + func (mg *ServiceToken) GetProviderReference() *xpv1.Reference + func (mg *ServiceToken) GetTerraformResourceType() string + func (mg *ServiceToken) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *ServiceToken) SetConditions(c ...xpv1.Condition) + func (mg *ServiceToken) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *ServiceToken) SetProviderConfigReference(r *xpv1.Reference) + func (mg *ServiceToken) SetProviderReference(r *xpv1.Reference) + func (mg *ServiceToken) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + func (tr *ServiceToken) GetConnectionDetailsMapping() map[string]string + func (tr *ServiceToken) GetID() string + func (tr *ServiceToken) GetObservation() (map[string]interface{}, error) + func (tr *ServiceToken) GetParameters() (map[string]interface{}, error) + func (tr *ServiceToken) GetTerraformSchemaVersion() int + func (tr *ServiceToken) LateInitialize(attrs []byte) (bool, error) + func (tr *ServiceToken) SetObservation(obs map[string]interface{}) error + func (tr *ServiceToken) SetParameters(params map[string]interface{}) error + type ServiceTokenList struct + Items []ServiceToken + func (in *ServiceTokenList) DeepCopy() *ServiceTokenList + func (in *ServiceTokenList) DeepCopyInto(out *ServiceTokenList) + func (in *ServiceTokenList) DeepCopyObject() runtime.Object + func (l *ServiceTokenList) GetItems() []resource.Managed + type ServiceTokenObservation struct + ClientID *string + ExpiresAt *string + ID *string + func (in *ServiceTokenObservation) DeepCopy() *ServiceTokenObservation + func (in *ServiceTokenObservation) DeepCopyInto(out *ServiceTokenObservation) + type ServiceTokenParameters struct + AccountID *string + MinDaysForRenewal *float64 + ZoneID *string + func (in *ServiceTokenParameters) DeepCopy() *ServiceTokenParameters + func (in *ServiceTokenParameters) DeepCopyInto(out *ServiceTokenParameters) + type ServiceTokenSpec struct + ForProvider ServiceTokenParameters + func (in *ServiceTokenSpec) DeepCopy() *ServiceTokenSpec + func (in *ServiceTokenSpec) DeepCopyInto(out *ServiceTokenSpec) + type ServiceTokenStatus struct + AtProvider ServiceTokenObservation + func (in *ServiceTokenStatus) DeepCopy() *ServiceTokenStatus + func (in *ServiceTokenStatus) DeepCopyInto(out *ServiceTokenStatus)