Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=conditionalaccess.azuread.upbound.io +versionName=v1beta1
Index ¶
- Constants
- Variables
- type AccessPolicy
- func (tr *AccessPolicy) ConvertFrom(srcRaw conversion.Hub) error
- func (tr *AccessPolicy) ConvertTo(dstRaw conversion.Hub) error
- func (in *AccessPolicy) DeepCopy() *AccessPolicy
- func (in *AccessPolicy) DeepCopyInto(out *AccessPolicy)
- func (in *AccessPolicy) DeepCopyObject() runtime.Object
- func (mg *AccessPolicy) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *AccessPolicy) GetConnectionDetailsMapping() map[string]string
- func (mg *AccessPolicy) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *AccessPolicy) GetID() string
- func (tr *AccessPolicy) GetInitParameters() (map[string]any, error)
- func (mg *AccessPolicy) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *AccessPolicy) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)
- func (tr *AccessPolicy) GetObservation() (map[string]any, error)
- func (tr *AccessPolicy) GetParameters() (map[string]any, error)
- func (mg *AccessPolicy) GetProviderConfigReference() *xpv1.Reference
- func (mg *AccessPolicy) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *AccessPolicy) GetTerraformResourceType() string
- func (tr *AccessPolicy) GetTerraformSchemaVersion() int
- func (mg *AccessPolicy) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *AccessPolicy) LateInitialize(attrs []byte) (bool, error)
- func (mg *AccessPolicy) SetConditions(c ...xpv1.Condition)
- func (mg *AccessPolicy) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *AccessPolicy) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *AccessPolicy) SetObservation(obs map[string]any) error
- func (tr *AccessPolicy) SetParameters(params map[string]any) error
- func (mg *AccessPolicy) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *AccessPolicy) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *AccessPolicy) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type AccessPolicyInitParameters
- type AccessPolicyList
- type AccessPolicyObservation
- type AccessPolicyParameters
- type AccessPolicySpec
- type AccessPolicyStatus
- type ApplicationsInitParameters
- type ApplicationsObservation
- type ApplicationsParameters
- type ClientApplicationsInitParameters
- type ClientApplicationsObservation
- type ClientApplicationsParameters
- type ConditionsInitParameters
- type ConditionsObservation
- type ConditionsParameters
- type CountryInitParameters
- type CountryObservation
- type CountryParameters
- type DevicesInitParameters
- type DevicesObservation
- type DevicesParameters
- type ExcludedGuestsOrExternalUsersInitParameters
- type ExcludedGuestsOrExternalUsersObservation
- type ExcludedGuestsOrExternalUsersParameters
- type ExternalTenantsInitParameters
- type ExternalTenantsObservation
- type ExternalTenantsParameters
- type FilterInitParameters
- type FilterObservation
- type FilterParameters
- type GrantControlsInitParameters
- type GrantControlsObservation
- type GrantControlsParameters
- type IPInitParameters
- type IPObservation
- type IPParameters
- type IncludedGuestsOrExternalUsersExternalTenantsInitParameters
- type IncludedGuestsOrExternalUsersExternalTenantsObservation
- type IncludedGuestsOrExternalUsersExternalTenantsParameters
- type IncludedGuestsOrExternalUsersInitParameters
- type IncludedGuestsOrExternalUsersObservation
- type IncludedGuestsOrExternalUsersParameters
- type Location
- func (tr *Location) ConvertFrom(srcRaw conversion.Hub) error
- func (tr *Location) ConvertTo(dstRaw conversion.Hub) error
- func (in *Location) DeepCopy() *Location
- func (in *Location) DeepCopyInto(out *Location)
- func (in *Location) DeepCopyObject() runtime.Object
- func (mg *Location) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Location) GetConnectionDetailsMapping() map[string]string
- func (mg *Location) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Location) GetID() string
- func (tr *Location) GetInitParameters() (map[string]any, error)
- func (mg *Location) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *Location) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)
- func (tr *Location) GetObservation() (map[string]any, error)
- func (tr *Location) GetParameters() (map[string]any, error)
- func (mg *Location) GetProviderConfigReference() *xpv1.Reference
- func (mg *Location) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *Location) GetTerraformResourceType() string
- func (tr *Location) GetTerraformSchemaVersion() int
- func (mg *Location) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Location) LateInitialize(attrs []byte) (bool, error)
- func (mg *Location) SetConditions(c ...xpv1.Condition)
- func (mg *Location) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *Location) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *Location) SetObservation(obs map[string]any) error
- func (tr *Location) SetParameters(params map[string]any) error
- func (mg *Location) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Location) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *Location) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type LocationInitParameters
- type LocationList
- type LocationObservation
- type LocationParameters
- type LocationSpec
- type LocationStatus
- type LocationsInitParameters
- type LocationsObservation
- type LocationsParameters
- type PlatformsInitParameters
- type PlatformsObservation
- type PlatformsParameters
- type SessionControlsInitParameters
- type SessionControlsObservation
- type SessionControlsParameters
- type UsersInitParameters
- type UsersObservation
- type UsersParameters
Constants ¶
const ( CRDGroup = "conditionalaccess.azuread.upbound.io" CRDVersion = "v1beta1" )
Package type metadata.
Variables ¶
var ( AccessPolicy_Kind = "AccessPolicy" AccessPolicy_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: AccessPolicy_Kind}.String() AccessPolicy_KindAPIVersion = AccessPolicy_Kind + "." + CRDGroupVersion.String() AccessPolicy_GroupVersionKind = CRDGroupVersion.WithKind(AccessPolicy_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 ( Location_Kind = "Location" Location_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Location_Kind}.String() Location_KindAPIVersion = Location_Kind + "." + CRDGroupVersion.String() Location_GroupVersionKind = CRDGroupVersion.WithKind(Location_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type AccessPolicy ¶ added in v0.2.0
type AccessPolicy 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.conditions) || (has(self.initProvider) && has(self.initProvider.conditions))",message="spec.forProvider.conditions is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.displayName) || (has(self.initProvider) && has(self.initProvider.displayName))",message="spec.forProvider.displayName is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.state) || (has(self.initProvider) && has(self.initProvider.state))",message="spec.forProvider.state is a required parameter" Spec AccessPolicySpec `json:"spec"` Status AccessPolicyStatus `json:"status,omitempty"` }
AccessPolicy is the Schema for the AccessPolicys API. +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azuread}
func (*AccessPolicy) ConvertFrom ¶ added in v1.2.0
func (tr *AccessPolicy) ConvertFrom(srcRaw conversion.Hub) error
ConvertFrom converts from the hub type to the AccessPolicy type.
func (*AccessPolicy) ConvertTo ¶ added in v1.2.0
func (tr *AccessPolicy) ConvertTo(dstRaw conversion.Hub) error
ConvertTo converts this AccessPolicy to the hub type.
func (*AccessPolicy) DeepCopy ¶ added in v0.2.0
func (in *AccessPolicy) DeepCopy() *AccessPolicy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccessPolicy.
func (*AccessPolicy) DeepCopyInto ¶ added in v0.2.0
func (in *AccessPolicy) DeepCopyInto(out *AccessPolicy)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AccessPolicy) DeepCopyObject ¶ added in v0.2.0
func (in *AccessPolicy) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AccessPolicy) GetCondition ¶ added in v0.2.0
func (mg *AccessPolicy) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this AccessPolicy.
func (*AccessPolicy) GetConnectionDetailsMapping ¶ added in v0.2.0
func (tr *AccessPolicy) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this AccessPolicy
func (*AccessPolicy) GetDeletionPolicy ¶ added in v0.2.0
func (mg *AccessPolicy) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this AccessPolicy.
func (*AccessPolicy) GetID ¶ added in v0.2.0
func (tr *AccessPolicy) GetID() string
GetID returns ID of underlying Terraform resource of this AccessPolicy
func (*AccessPolicy) GetInitParameters ¶ added in v0.10.0
func (tr *AccessPolicy) GetInitParameters() (map[string]any, error)
GetInitParameters of this AccessPolicy
func (*AccessPolicy) GetManagementPolicies ¶ added in v0.10.0
func (mg *AccessPolicy) GetManagementPolicies() xpv1.ManagementPolicies
GetManagementPolicies of this AccessPolicy.
func (*AccessPolicy) GetMergedParameters ¶ added in v0.14.0
func (tr *AccessPolicy) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)
GetInitParameters of this AccessPolicy
func (*AccessPolicy) GetObservation ¶ added in v0.2.0
func (tr *AccessPolicy) GetObservation() (map[string]any, error)
GetObservation of this AccessPolicy
func (*AccessPolicy) GetParameters ¶ added in v0.2.0
func (tr *AccessPolicy) GetParameters() (map[string]any, error)
GetParameters of this AccessPolicy
func (*AccessPolicy) GetProviderConfigReference ¶ added in v0.2.0
func (mg *AccessPolicy) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this AccessPolicy.
func (*AccessPolicy) GetPublishConnectionDetailsTo ¶ added in v0.2.0
func (mg *AccessPolicy) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this AccessPolicy.
func (*AccessPolicy) GetTerraformResourceType ¶ added in v0.2.0
func (mg *AccessPolicy) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this AccessPolicy
func (*AccessPolicy) GetTerraformSchemaVersion ¶ added in v0.2.0
func (tr *AccessPolicy) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*AccessPolicy) GetWriteConnectionSecretToReference ¶ added in v0.2.0
func (mg *AccessPolicy) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this AccessPolicy.
func (*AccessPolicy) LateInitialize ¶ added in v0.2.0
func (tr *AccessPolicy) LateInitialize(attrs []byte) (bool, error)
LateInitialize this AccessPolicy using its observed tfState. returns True if there are any spec changes for the resource.
func (*AccessPolicy) SetConditions ¶ added in v0.2.0
func (mg *AccessPolicy) SetConditions(c ...xpv1.Condition)
SetConditions of this AccessPolicy.
func (*AccessPolicy) SetDeletionPolicy ¶ added in v0.2.0
func (mg *AccessPolicy) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this AccessPolicy.
func (*AccessPolicy) SetManagementPolicies ¶ added in v0.10.0
func (mg *AccessPolicy) SetManagementPolicies(r xpv1.ManagementPolicies)
SetManagementPolicies of this AccessPolicy.
func (*AccessPolicy) SetObservation ¶ added in v0.2.0
func (tr *AccessPolicy) SetObservation(obs map[string]any) error
SetObservation for this AccessPolicy
func (*AccessPolicy) SetParameters ¶ added in v0.2.0
func (tr *AccessPolicy) SetParameters(params map[string]any) error
SetParameters for this AccessPolicy
func (*AccessPolicy) SetProviderConfigReference ¶ added in v0.2.0
func (mg *AccessPolicy) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this AccessPolicy.
func (*AccessPolicy) SetPublishConnectionDetailsTo ¶ added in v0.2.0
func (mg *AccessPolicy) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this AccessPolicy.
func (*AccessPolicy) SetWriteConnectionSecretToReference ¶ added in v0.2.0
func (mg *AccessPolicy) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this AccessPolicy.
type AccessPolicyInitParameters ¶ added in v0.10.0
type AccessPolicyInitParameters struct { // A conditions block as documented below, which specifies the rules that must be met for the policy to apply. Conditions []ConditionsInitParameters `json:"conditions,omitempty" tf:"conditions,omitempty"` // The friendly name for this Conditional Access Policy. DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"` // A grant_controls block as documented below, which specifies the grant controls that must be fulfilled to pass the policy. GrantControls []GrantControlsInitParameters `json:"grantControls,omitempty" tf:"grant_controls,omitempty"` // A session_controls block as documented below, which specifies the session controls that are enforced after sign-in. SessionControls []SessionControlsInitParameters `json:"sessionControls,omitempty" tf:"session_controls,omitempty"` // Specifies the state of the policy object. Possible values are: enabled, disabled and enabledForReportingButNotEnforced State *string `json:"state,omitempty" tf:"state,omitempty"` }
func (*AccessPolicyInitParameters) DeepCopy ¶ added in v0.10.0
func (in *AccessPolicyInitParameters) DeepCopy() *AccessPolicyInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccessPolicyInitParameters.
func (*AccessPolicyInitParameters) DeepCopyInto ¶ added in v0.10.0
func (in *AccessPolicyInitParameters) DeepCopyInto(out *AccessPolicyInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AccessPolicyList ¶ added in v0.2.0
type AccessPolicyList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []AccessPolicy `json:"items"` }
AccessPolicyList contains a list of AccessPolicys
func (*AccessPolicyList) DeepCopy ¶ added in v0.2.0
func (in *AccessPolicyList) DeepCopy() *AccessPolicyList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccessPolicyList.
func (*AccessPolicyList) DeepCopyInto ¶ added in v0.2.0
func (in *AccessPolicyList) DeepCopyInto(out *AccessPolicyList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AccessPolicyList) DeepCopyObject ¶ added in v0.2.0
func (in *AccessPolicyList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AccessPolicyList) GetItems ¶ added in v0.2.0
func (l *AccessPolicyList) GetItems() []resource.Managed
GetItems of this AccessPolicyList.
type AccessPolicyObservation ¶ added in v0.2.0
type AccessPolicyObservation struct { // A conditions block as documented below, which specifies the rules that must be met for the policy to apply. Conditions []ConditionsObservation `json:"conditions,omitempty" tf:"conditions,omitempty"` // The friendly name for this Conditional Access Policy. DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"` // A grant_controls block as documented below, which specifies the grant controls that must be fulfilled to pass the policy. GrantControls []GrantControlsObservation `json:"grantControls,omitempty" tf:"grant_controls,omitempty"` // The ID of the Conditional Access Policy. ID *string `json:"id,omitempty" tf:"id,omitempty"` // A session_controls block as documented below, which specifies the session controls that are enforced after sign-in. SessionControls []SessionControlsObservation `json:"sessionControls,omitempty" tf:"session_controls,omitempty"` // Specifies the state of the policy object. Possible values are: enabled, disabled and enabledForReportingButNotEnforced State *string `json:"state,omitempty" tf:"state,omitempty"` }
func (*AccessPolicyObservation) DeepCopy ¶ added in v0.2.0
func (in *AccessPolicyObservation) DeepCopy() *AccessPolicyObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccessPolicyObservation.
func (*AccessPolicyObservation) DeepCopyInto ¶ added in v0.2.0
func (in *AccessPolicyObservation) DeepCopyInto(out *AccessPolicyObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AccessPolicyParameters ¶ added in v0.2.0
type AccessPolicyParameters struct { // A conditions block as documented below, which specifies the rules that must be met for the policy to apply. // +kubebuilder:validation:Optional Conditions []ConditionsParameters `json:"conditions,omitempty" tf:"conditions,omitempty"` // The friendly name for this Conditional Access Policy. // +kubebuilder:validation:Optional DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"` // A grant_controls block as documented below, which specifies the grant controls that must be fulfilled to pass the policy. // +kubebuilder:validation:Optional GrantControls []GrantControlsParameters `json:"grantControls,omitempty" tf:"grant_controls,omitempty"` // A session_controls block as documented below, which specifies the session controls that are enforced after sign-in. // +kubebuilder:validation:Optional SessionControls []SessionControlsParameters `json:"sessionControls,omitempty" tf:"session_controls,omitempty"` // Specifies the state of the policy object. Possible values are: enabled, disabled and enabledForReportingButNotEnforced // +kubebuilder:validation:Optional State *string `json:"state,omitempty" tf:"state,omitempty"` }
func (*AccessPolicyParameters) DeepCopy ¶ added in v0.2.0
func (in *AccessPolicyParameters) DeepCopy() *AccessPolicyParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccessPolicyParameters.
func (*AccessPolicyParameters) DeepCopyInto ¶ added in v0.2.0
func (in *AccessPolicyParameters) DeepCopyInto(out *AccessPolicyParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AccessPolicySpec ¶ added in v0.2.0
type AccessPolicySpec struct { v1.ResourceSpec `json:",inline"` ForProvider AccessPolicyParameters `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 AccessPolicyInitParameters `json:"initProvider,omitempty"` }
AccessPolicySpec defines the desired state of AccessPolicy
func (*AccessPolicySpec) DeepCopy ¶ added in v0.2.0
func (in *AccessPolicySpec) DeepCopy() *AccessPolicySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccessPolicySpec.
func (*AccessPolicySpec) DeepCopyInto ¶ added in v0.2.0
func (in *AccessPolicySpec) DeepCopyInto(out *AccessPolicySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AccessPolicyStatus ¶ added in v0.2.0
type AccessPolicyStatus struct { v1.ResourceStatus `json:",inline"` AtProvider AccessPolicyObservation `json:"atProvider,omitempty"` }
AccessPolicyStatus defines the observed state of AccessPolicy.
func (*AccessPolicyStatus) DeepCopy ¶ added in v0.2.0
func (in *AccessPolicyStatus) DeepCopy() *AccessPolicyStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccessPolicyStatus.
func (*AccessPolicyStatus) DeepCopyInto ¶ added in v0.2.0
func (in *AccessPolicyStatus) DeepCopyInto(out *AccessPolicyStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ApplicationsInitParameters ¶ added in v0.10.0
type ApplicationsInitParameters struct { // A list of application IDs explicitly excluded from the policy. Can also be set to Office365. ExcludedApplications []*string `json:"excludedApplications,omitempty" tf:"excluded_applications,omitempty"` // A list of application IDs the policy applies to, unless explicitly excluded (in excluded_applications). Can also be set to All, None or Office365. Cannot be specified with included_user_actions. One of included_applications or included_user_actions must be specified. IncludedApplications []*string `json:"includedApplications,omitempty" tf:"included_applications,omitempty"` // A list of user actions to include. Supported values are urn:user:registerdevice and urn:user:registersecurityinfo. Cannot be specified with included_applications. One of included_applications or included_user_actions must be specified. IncludedUserActions []*string `json:"includedUserActions,omitempty" tf:"included_user_actions,omitempty"` }
func (*ApplicationsInitParameters) DeepCopy ¶ added in v0.10.0
func (in *ApplicationsInitParameters) DeepCopy() *ApplicationsInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationsInitParameters.
func (*ApplicationsInitParameters) DeepCopyInto ¶ added in v0.10.0
func (in *ApplicationsInitParameters) DeepCopyInto(out *ApplicationsInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ApplicationsObservation ¶ added in v0.2.0
type ApplicationsObservation struct { // A list of application IDs explicitly excluded from the policy. Can also be set to Office365. ExcludedApplications []*string `json:"excludedApplications,omitempty" tf:"excluded_applications,omitempty"` // A list of application IDs the policy applies to, unless explicitly excluded (in excluded_applications). Can also be set to All, None or Office365. Cannot be specified with included_user_actions. One of included_applications or included_user_actions must be specified. IncludedApplications []*string `json:"includedApplications,omitempty" tf:"included_applications,omitempty"` // A list of user actions to include. Supported values are urn:user:registerdevice and urn:user:registersecurityinfo. Cannot be specified with included_applications. One of included_applications or included_user_actions must be specified. IncludedUserActions []*string `json:"includedUserActions,omitempty" tf:"included_user_actions,omitempty"` }
func (*ApplicationsObservation) DeepCopy ¶ added in v0.2.0
func (in *ApplicationsObservation) DeepCopy() *ApplicationsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationsObservation.
func (*ApplicationsObservation) DeepCopyInto ¶ added in v0.2.0
func (in *ApplicationsObservation) DeepCopyInto(out *ApplicationsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ApplicationsParameters ¶ added in v0.2.0
type ApplicationsParameters struct { // A list of application IDs explicitly excluded from the policy. Can also be set to Office365. // +kubebuilder:validation:Optional ExcludedApplications []*string `json:"excludedApplications,omitempty" tf:"excluded_applications,omitempty"` // A list of application IDs the policy applies to, unless explicitly excluded (in excluded_applications). Can also be set to All, None or Office365. Cannot be specified with included_user_actions. One of included_applications or included_user_actions must be specified. // +kubebuilder:validation:Optional IncludedApplications []*string `json:"includedApplications,omitempty" tf:"included_applications,omitempty"` // A list of user actions to include. Supported values are urn:user:registerdevice and urn:user:registersecurityinfo. Cannot be specified with included_applications. One of included_applications or included_user_actions must be specified. // +kubebuilder:validation:Optional IncludedUserActions []*string `json:"includedUserActions,omitempty" tf:"included_user_actions,omitempty"` }
func (*ApplicationsParameters) DeepCopy ¶ added in v0.2.0
func (in *ApplicationsParameters) DeepCopy() *ApplicationsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApplicationsParameters.
func (*ApplicationsParameters) DeepCopyInto ¶ added in v0.2.0
func (in *ApplicationsParameters) DeepCopyInto(out *ApplicationsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClientApplicationsInitParameters ¶ added in v0.11.0
type ClientApplicationsInitParameters struct { // A list of service principal IDs explicitly excluded in the policy. ExcludedServicePrincipals []*string `json:"excludedServicePrincipals,omitempty" tf:"excluded_service_principals,omitempty"` // A list of service principal IDs explicitly included in the policy. Can be set to ServicePrincipalsInMyTenant to include all service principals. This is mandatory value when at least one excluded_service_principals is set. IncludedServicePrincipals []*string `json:"includedServicePrincipals,omitempty" tf:"included_service_principals,omitempty"` }
func (*ClientApplicationsInitParameters) DeepCopy ¶ added in v0.11.0
func (in *ClientApplicationsInitParameters) DeepCopy() *ClientApplicationsInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientApplicationsInitParameters.
func (*ClientApplicationsInitParameters) DeepCopyInto ¶ added in v0.11.0
func (in *ClientApplicationsInitParameters) DeepCopyInto(out *ClientApplicationsInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClientApplicationsObservation ¶ added in v0.11.0
type ClientApplicationsObservation struct { // A list of service principal IDs explicitly excluded in the policy. ExcludedServicePrincipals []*string `json:"excludedServicePrincipals,omitempty" tf:"excluded_service_principals,omitempty"` // A list of service principal IDs explicitly included in the policy. Can be set to ServicePrincipalsInMyTenant to include all service principals. This is mandatory value when at least one excluded_service_principals is set. IncludedServicePrincipals []*string `json:"includedServicePrincipals,omitempty" tf:"included_service_principals,omitempty"` }
func (*ClientApplicationsObservation) DeepCopy ¶ added in v0.11.0
func (in *ClientApplicationsObservation) DeepCopy() *ClientApplicationsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientApplicationsObservation.
func (*ClientApplicationsObservation) DeepCopyInto ¶ added in v0.11.0
func (in *ClientApplicationsObservation) DeepCopyInto(out *ClientApplicationsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClientApplicationsParameters ¶ added in v0.11.0
type ClientApplicationsParameters struct { // A list of service principal IDs explicitly excluded in the policy. // +kubebuilder:validation:Optional ExcludedServicePrincipals []*string `json:"excludedServicePrincipals,omitempty" tf:"excluded_service_principals,omitempty"` // A list of service principal IDs explicitly included in the policy. Can be set to ServicePrincipalsInMyTenant to include all service principals. This is mandatory value when at least one excluded_service_principals is set. // +kubebuilder:validation:Optional IncludedServicePrincipals []*string `json:"includedServicePrincipals,omitempty" tf:"included_service_principals,omitempty"` }
func (*ClientApplicationsParameters) DeepCopy ¶ added in v0.11.0
func (in *ClientApplicationsParameters) DeepCopy() *ClientApplicationsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClientApplicationsParameters.
func (*ClientApplicationsParameters) DeepCopyInto ¶ added in v0.11.0
func (in *ClientApplicationsParameters) DeepCopyInto(out *ClientApplicationsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConditionsInitParameters ¶ added in v0.10.0
type ConditionsInitParameters struct { // An applications block as documented below, which specifies applications and user actions included in and excluded from the policy. Applications []ApplicationsInitParameters `json:"applications,omitempty" tf:"applications,omitempty"` // A list of client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported and other. ClientAppTypes []*string `json:"clientAppTypes,omitempty" tf:"client_app_types,omitempty"` // An client_applications block as documented below, which specifies service principals included in and excluded from the policy. ClientApplications []ClientApplicationsInitParameters `json:"clientApplications,omitempty" tf:"client_applications,omitempty"` // A devices block as documented below, which describes devices to be included in and excluded from the policy. A devices block can be added to an existing policy, but removing the devices block forces a new resource to be created. Devices []DevicesInitParameters `json:"devices,omitempty" tf:"devices,omitempty"` // A locations block as documented below, which specifies locations included in and excluded from the policy. Locations []LocationsInitParameters `json:"locations,omitempty" tf:"locations,omitempty"` // A platforms block as documented below, which specifies platforms included in and excluded from the policy. Platforms []PlatformsInitParameters `json:"platforms,omitempty" tf:"platforms,omitempty"` // A list of service principal sign-in risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue. ServicePrincipalRiskLevels []*string `json:"servicePrincipalRiskLevels,omitempty" tf:"service_principal_risk_levels,omitempty"` // A list of user sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. SignInRiskLevels []*string `json:"signInRiskLevels,omitempty" tf:"sign_in_risk_levels,omitempty"` // A list of user risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. UserRiskLevels []*string `json:"userRiskLevels,omitempty" tf:"user_risk_levels,omitempty"` // A users block as documented below, which specifies users, groups, and roles included in and excluded from the policy. Users []UsersInitParameters `json:"users,omitempty" tf:"users,omitempty"` }
func (*ConditionsInitParameters) DeepCopy ¶ added in v0.10.0
func (in *ConditionsInitParameters) DeepCopy() *ConditionsInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConditionsInitParameters.
func (*ConditionsInitParameters) DeepCopyInto ¶ added in v0.10.0
func (in *ConditionsInitParameters) DeepCopyInto(out *ConditionsInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConditionsObservation ¶ added in v0.2.0
type ConditionsObservation struct { // An applications block as documented below, which specifies applications and user actions included in and excluded from the policy. Applications []ApplicationsObservation `json:"applications,omitempty" tf:"applications,omitempty"` // A list of client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported and other. ClientAppTypes []*string `json:"clientAppTypes,omitempty" tf:"client_app_types,omitempty"` // An client_applications block as documented below, which specifies service principals included in and excluded from the policy. ClientApplications []ClientApplicationsObservation `json:"clientApplications,omitempty" tf:"client_applications,omitempty"` // A devices block as documented below, which describes devices to be included in and excluded from the policy. A devices block can be added to an existing policy, but removing the devices block forces a new resource to be created. Devices []DevicesObservation `json:"devices,omitempty" tf:"devices,omitempty"` // A locations block as documented below, which specifies locations included in and excluded from the policy. Locations []LocationsObservation `json:"locations,omitempty" tf:"locations,omitempty"` // A platforms block as documented below, which specifies platforms included in and excluded from the policy. Platforms []PlatformsObservation `json:"platforms,omitempty" tf:"platforms,omitempty"` // A list of service principal sign-in risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue. ServicePrincipalRiskLevels []*string `json:"servicePrincipalRiskLevels,omitempty" tf:"service_principal_risk_levels,omitempty"` // A list of user sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. SignInRiskLevels []*string `json:"signInRiskLevels,omitempty" tf:"sign_in_risk_levels,omitempty"` // A list of user risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. UserRiskLevels []*string `json:"userRiskLevels,omitempty" tf:"user_risk_levels,omitempty"` // A users block as documented below, which specifies users, groups, and roles included in and excluded from the policy. Users []UsersObservation `json:"users,omitempty" tf:"users,omitempty"` }
func (*ConditionsObservation) DeepCopy ¶ added in v0.2.0
func (in *ConditionsObservation) DeepCopy() *ConditionsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConditionsObservation.
func (*ConditionsObservation) DeepCopyInto ¶ added in v0.2.0
func (in *ConditionsObservation) DeepCopyInto(out *ConditionsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConditionsParameters ¶ added in v0.2.0
type ConditionsParameters struct { // An applications block as documented below, which specifies applications and user actions included in and excluded from the policy. // +kubebuilder:validation:Optional Applications []ApplicationsParameters `json:"applications" tf:"applications,omitempty"` // A list of client application types included in the policy. Possible values are: all, browser, mobileAppsAndDesktopClients, exchangeActiveSync, easSupported and other. // +kubebuilder:validation:Optional ClientAppTypes []*string `json:"clientAppTypes" tf:"client_app_types,omitempty"` // An client_applications block as documented below, which specifies service principals included in and excluded from the policy. // +kubebuilder:validation:Optional ClientApplications []ClientApplicationsParameters `json:"clientApplications,omitempty" tf:"client_applications,omitempty"` // A devices block as documented below, which describes devices to be included in and excluded from the policy. A devices block can be added to an existing policy, but removing the devices block forces a new resource to be created. // +kubebuilder:validation:Optional Devices []DevicesParameters `json:"devices,omitempty" tf:"devices,omitempty"` // A locations block as documented below, which specifies locations included in and excluded from the policy. // +kubebuilder:validation:Optional Locations []LocationsParameters `json:"locations,omitempty" tf:"locations,omitempty"` // A platforms block as documented below, which specifies platforms included in and excluded from the policy. // +kubebuilder:validation:Optional Platforms []PlatformsParameters `json:"platforms,omitempty" tf:"platforms,omitempty"` // A list of service principal sign-in risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue. // +kubebuilder:validation:Optional ServicePrincipalRiskLevels []*string `json:"servicePrincipalRiskLevels,omitempty" tf:"service_principal_risk_levels,omitempty"` // A list of user sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. // +kubebuilder:validation:Optional SignInRiskLevels []*string `json:"signInRiskLevels,omitempty" tf:"sign_in_risk_levels,omitempty"` // A list of user risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. // +kubebuilder:validation:Optional UserRiskLevels []*string `json:"userRiskLevels,omitempty" tf:"user_risk_levels,omitempty"` // A users block as documented below, which specifies users, groups, and roles included in and excluded from the policy. // +kubebuilder:validation:Optional Users []UsersParameters `json:"users" tf:"users,omitempty"` }
func (*ConditionsParameters) DeepCopy ¶ added in v0.2.0
func (in *ConditionsParameters) DeepCopy() *ConditionsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConditionsParameters.
func (*ConditionsParameters) DeepCopyInto ¶ added in v0.2.0
func (in *ConditionsParameters) DeepCopyInto(out *ConditionsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CountryInitParameters ¶ added in v0.10.0
type CountryInitParameters struct { // List of countries and/or regions in two-letter format specified by ISO 3166-2. CountriesAndRegions []*string `json:"countriesAndRegions,omitempty" tf:"countries_and_regions,omitempty"` // Whether IP addresses that don't map to a country or region should be included in the named location. Defaults to false. IncludeUnknownCountriesAndRegions *bool `json:"includeUnknownCountriesAndRegions,omitempty" tf:"include_unknown_countries_and_regions,omitempty"` }
func (*CountryInitParameters) DeepCopy ¶ added in v0.10.0
func (in *CountryInitParameters) DeepCopy() *CountryInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CountryInitParameters.
func (*CountryInitParameters) DeepCopyInto ¶ added in v0.10.0
func (in *CountryInitParameters) DeepCopyInto(out *CountryInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CountryObservation ¶
type CountryObservation struct { // List of countries and/or regions in two-letter format specified by ISO 3166-2. CountriesAndRegions []*string `json:"countriesAndRegions,omitempty" tf:"countries_and_regions,omitempty"` // Whether IP addresses that don't map to a country or region should be included in the named location. Defaults to false. IncludeUnknownCountriesAndRegions *bool `json:"includeUnknownCountriesAndRegions,omitempty" tf:"include_unknown_countries_and_regions,omitempty"` }
func (*CountryObservation) DeepCopy ¶
func (in *CountryObservation) DeepCopy() *CountryObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CountryObservation.
func (*CountryObservation) DeepCopyInto ¶
func (in *CountryObservation) DeepCopyInto(out *CountryObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CountryParameters ¶
type CountryParameters struct { // List of countries and/or regions in two-letter format specified by ISO 3166-2. // +kubebuilder:validation:Optional CountriesAndRegions []*string `json:"countriesAndRegions" tf:"countries_and_regions,omitempty"` // Whether IP addresses that don't map to a country or region should be included in the named location. Defaults to false. // +kubebuilder:validation:Optional IncludeUnknownCountriesAndRegions *bool `json:"includeUnknownCountriesAndRegions,omitempty" tf:"include_unknown_countries_and_regions,omitempty"` }
func (*CountryParameters) DeepCopy ¶
func (in *CountryParameters) DeepCopy() *CountryParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CountryParameters.
func (*CountryParameters) DeepCopyInto ¶
func (in *CountryParameters) DeepCopyInto(out *CountryParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DevicesInitParameters ¶ added in v0.10.0
type DevicesInitParameters struct { // A filter block as described below. Filter []FilterInitParameters `json:"filter,omitempty" tf:"filter,omitempty"` }
func (*DevicesInitParameters) DeepCopy ¶ added in v0.10.0
func (in *DevicesInitParameters) DeepCopy() *DevicesInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DevicesInitParameters.
func (*DevicesInitParameters) DeepCopyInto ¶ added in v0.10.0
func (in *DevicesInitParameters) DeepCopyInto(out *DevicesInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DevicesObservation ¶ added in v0.2.0
type DevicesObservation struct { // A filter block as described below. Filter []FilterObservation `json:"filter,omitempty" tf:"filter,omitempty"` }
func (*DevicesObservation) DeepCopy ¶ added in v0.2.0
func (in *DevicesObservation) DeepCopy() *DevicesObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DevicesObservation.
func (*DevicesObservation) DeepCopyInto ¶ added in v0.2.0
func (in *DevicesObservation) DeepCopyInto(out *DevicesObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type DevicesParameters ¶ added in v0.2.0
type DevicesParameters struct { // A filter block as described below. // +kubebuilder:validation:Optional Filter []FilterParameters `json:"filter,omitempty" tf:"filter,omitempty"` }
func (*DevicesParameters) DeepCopy ¶ added in v0.2.0
func (in *DevicesParameters) DeepCopy() *DevicesParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DevicesParameters.
func (*DevicesParameters) DeepCopyInto ¶ added in v0.2.0
func (in *DevicesParameters) DeepCopyInto(out *DevicesParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ExcludedGuestsOrExternalUsersInitParameters ¶ added in v1.0.0
type ExcludedGuestsOrExternalUsersInitParameters struct { // An external_tenants block as documented below, which specifies external tenants in a policy scope. ExternalTenants []ExternalTenantsInitParameters `json:"externalTenants,omitempty" tf:"external_tenants,omitempty"` // A list of guest or external user types. Possible values are: b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, internalGuest, none, otherExternalUser, serviceProvider, unknownFutureValue. GuestOrExternalUserTypes []*string `json:"guestOrExternalUserTypes,omitempty" tf:"guest_or_external_user_types,omitempty"` }
func (*ExcludedGuestsOrExternalUsersInitParameters) DeepCopy ¶ added in v1.0.0
func (in *ExcludedGuestsOrExternalUsersInitParameters) DeepCopy() *ExcludedGuestsOrExternalUsersInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExcludedGuestsOrExternalUsersInitParameters.
func (*ExcludedGuestsOrExternalUsersInitParameters) DeepCopyInto ¶ added in v1.0.0
func (in *ExcludedGuestsOrExternalUsersInitParameters) DeepCopyInto(out *ExcludedGuestsOrExternalUsersInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ExcludedGuestsOrExternalUsersObservation ¶ added in v1.0.0
type ExcludedGuestsOrExternalUsersObservation struct { // An external_tenants block as documented below, which specifies external tenants in a policy scope. ExternalTenants []ExternalTenantsObservation `json:"externalTenants,omitempty" tf:"external_tenants,omitempty"` // A list of guest or external user types. Possible values are: b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, internalGuest, none, otherExternalUser, serviceProvider, unknownFutureValue. GuestOrExternalUserTypes []*string `json:"guestOrExternalUserTypes,omitempty" tf:"guest_or_external_user_types,omitempty"` }
func (*ExcludedGuestsOrExternalUsersObservation) DeepCopy ¶ added in v1.0.0
func (in *ExcludedGuestsOrExternalUsersObservation) DeepCopy() *ExcludedGuestsOrExternalUsersObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExcludedGuestsOrExternalUsersObservation.
func (*ExcludedGuestsOrExternalUsersObservation) DeepCopyInto ¶ added in v1.0.0
func (in *ExcludedGuestsOrExternalUsersObservation) DeepCopyInto(out *ExcludedGuestsOrExternalUsersObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ExcludedGuestsOrExternalUsersParameters ¶ added in v1.0.0
type ExcludedGuestsOrExternalUsersParameters struct { // An external_tenants block as documented below, which specifies external tenants in a policy scope. // +kubebuilder:validation:Optional ExternalTenants []ExternalTenantsParameters `json:"externalTenants,omitempty" tf:"external_tenants,omitempty"` // A list of guest or external user types. Possible values are: b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, internalGuest, none, otherExternalUser, serviceProvider, unknownFutureValue. // +kubebuilder:validation:Optional GuestOrExternalUserTypes []*string `json:"guestOrExternalUserTypes" tf:"guest_or_external_user_types,omitempty"` }
func (*ExcludedGuestsOrExternalUsersParameters) DeepCopy ¶ added in v1.0.0
func (in *ExcludedGuestsOrExternalUsersParameters) DeepCopy() *ExcludedGuestsOrExternalUsersParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExcludedGuestsOrExternalUsersParameters.
func (*ExcludedGuestsOrExternalUsersParameters) DeepCopyInto ¶ added in v1.0.0
func (in *ExcludedGuestsOrExternalUsersParameters) DeepCopyInto(out *ExcludedGuestsOrExternalUsersParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ExternalTenantsInitParameters ¶ added in v1.0.0
type ExternalTenantsInitParameters struct { // A list tenant IDs. Can only be specified if membership_kind is enumerated. Members []*string `json:"members,omitempty" tf:"members,omitempty"` // The external tenant membership kind. Possible values are: all, enumerated, unknownFutureValue. MembershipKind *string `json:"membershipKind,omitempty" tf:"membership_kind,omitempty"` }
func (*ExternalTenantsInitParameters) DeepCopy ¶ added in v1.0.0
func (in *ExternalTenantsInitParameters) DeepCopy() *ExternalTenantsInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalTenantsInitParameters.
func (*ExternalTenantsInitParameters) DeepCopyInto ¶ added in v1.0.0
func (in *ExternalTenantsInitParameters) DeepCopyInto(out *ExternalTenantsInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ExternalTenantsObservation ¶ added in v1.0.0
type ExternalTenantsObservation struct { // A list tenant IDs. Can only be specified if membership_kind is enumerated. Members []*string `json:"members,omitempty" tf:"members,omitempty"` // The external tenant membership kind. Possible values are: all, enumerated, unknownFutureValue. MembershipKind *string `json:"membershipKind,omitempty" tf:"membership_kind,omitempty"` }
func (*ExternalTenantsObservation) DeepCopy ¶ added in v1.0.0
func (in *ExternalTenantsObservation) DeepCopy() *ExternalTenantsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalTenantsObservation.
func (*ExternalTenantsObservation) DeepCopyInto ¶ added in v1.0.0
func (in *ExternalTenantsObservation) DeepCopyInto(out *ExternalTenantsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ExternalTenantsParameters ¶ added in v1.0.0
type ExternalTenantsParameters struct { // A list tenant IDs. Can only be specified if membership_kind is enumerated. // +kubebuilder:validation:Optional Members []*string `json:"members,omitempty" tf:"members,omitempty"` // The external tenant membership kind. Possible values are: all, enumerated, unknownFutureValue. // +kubebuilder:validation:Optional MembershipKind *string `json:"membershipKind" tf:"membership_kind,omitempty"` }
func (*ExternalTenantsParameters) DeepCopy ¶ added in v1.0.0
func (in *ExternalTenantsParameters) DeepCopy() *ExternalTenantsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ExternalTenantsParameters.
func (*ExternalTenantsParameters) DeepCopyInto ¶ added in v1.0.0
func (in *ExternalTenantsParameters) DeepCopyInto(out *ExternalTenantsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FilterInitParameters ¶ added in v0.10.0
type FilterInitParameters struct { // Whether to include in, or exclude from, matching devices from the policy. Supported values are include or exclude. Mode *string `json:"mode,omitempty" tf:"mode,omitempty"` // Condition filter to match devices. For more information, see official documentation. Rule *string `json:"rule,omitempty" tf:"rule,omitempty"` }
func (*FilterInitParameters) DeepCopy ¶ added in v0.10.0
func (in *FilterInitParameters) DeepCopy() *FilterInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FilterInitParameters.
func (*FilterInitParameters) DeepCopyInto ¶ added in v0.10.0
func (in *FilterInitParameters) DeepCopyInto(out *FilterInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FilterObservation ¶ added in v0.2.0
type FilterObservation struct { // Whether to include in, or exclude from, matching devices from the policy. Supported values are include or exclude. Mode *string `json:"mode,omitempty" tf:"mode,omitempty"` // Condition filter to match devices. For more information, see official documentation. Rule *string `json:"rule,omitempty" tf:"rule,omitempty"` }
func (*FilterObservation) DeepCopy ¶ added in v0.2.0
func (in *FilterObservation) DeepCopy() *FilterObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FilterObservation.
func (*FilterObservation) DeepCopyInto ¶ added in v0.2.0
func (in *FilterObservation) DeepCopyInto(out *FilterObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FilterParameters ¶ added in v0.2.0
type FilterParameters struct { // Whether to include in, or exclude from, matching devices from the policy. Supported values are include or exclude. // +kubebuilder:validation:Optional Mode *string `json:"mode" tf:"mode,omitempty"` // Condition filter to match devices. For more information, see official documentation. // +kubebuilder:validation:Optional Rule *string `json:"rule" tf:"rule,omitempty"` }
func (*FilterParameters) DeepCopy ¶ added in v0.2.0
func (in *FilterParameters) DeepCopy() *FilterParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FilterParameters.
func (*FilterParameters) DeepCopyInto ¶ added in v0.2.0
func (in *FilterParameters) DeepCopyInto(out *FilterParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GrantControlsInitParameters ¶ added in v0.10.0
type GrantControlsInitParameters struct { // ID of an Authentication Strength Policy to use in this policy. AuthenticationStrengthPolicyID *string `json:"authenticationStrengthPolicyId,omitempty" tf:"authentication_strength_policy_id,omitempty"` // List of built-in controls required by the policy. Possible values are: block, mfa, approvedApplication, compliantApplication, compliantDevice, domainJoinedDevice, passwordChange or unknownFutureValue. BuiltInControls []*string `json:"builtInControls,omitempty" tf:"built_in_controls,omitempty"` // List of custom controls IDs required by the policy. CustomAuthenticationFactors []*string `json:"customAuthenticationFactors,omitempty" tf:"custom_authentication_factors,omitempty"` // Defines the relationship of the grant controls. Possible values are: AND, OR. Operator *string `json:"operator,omitempty" tf:"operator,omitempty"` // List of terms of use IDs required by the policy. TermsOfUse []*string `json:"termsOfUse,omitempty" tf:"terms_of_use,omitempty"` }
func (*GrantControlsInitParameters) DeepCopy ¶ added in v0.10.0
func (in *GrantControlsInitParameters) DeepCopy() *GrantControlsInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrantControlsInitParameters.
func (*GrantControlsInitParameters) DeepCopyInto ¶ added in v0.10.0
func (in *GrantControlsInitParameters) DeepCopyInto(out *GrantControlsInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GrantControlsObservation ¶ added in v0.2.0
type GrantControlsObservation struct { // ID of an Authentication Strength Policy to use in this policy. AuthenticationStrengthPolicyID *string `json:"authenticationStrengthPolicyId,omitempty" tf:"authentication_strength_policy_id,omitempty"` // List of built-in controls required by the policy. Possible values are: block, mfa, approvedApplication, compliantApplication, compliantDevice, domainJoinedDevice, passwordChange or unknownFutureValue. BuiltInControls []*string `json:"builtInControls,omitempty" tf:"built_in_controls,omitempty"` // List of custom controls IDs required by the policy. CustomAuthenticationFactors []*string `json:"customAuthenticationFactors,omitempty" tf:"custom_authentication_factors,omitempty"` // Defines the relationship of the grant controls. Possible values are: AND, OR. Operator *string `json:"operator,omitempty" tf:"operator,omitempty"` // List of terms of use IDs required by the policy. TermsOfUse []*string `json:"termsOfUse,omitempty" tf:"terms_of_use,omitempty"` }
func (*GrantControlsObservation) DeepCopy ¶ added in v0.2.0
func (in *GrantControlsObservation) DeepCopy() *GrantControlsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrantControlsObservation.
func (*GrantControlsObservation) DeepCopyInto ¶ added in v0.2.0
func (in *GrantControlsObservation) DeepCopyInto(out *GrantControlsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GrantControlsParameters ¶ added in v0.2.0
type GrantControlsParameters struct { // ID of an Authentication Strength Policy to use in this policy. // +kubebuilder:validation:Optional AuthenticationStrengthPolicyID *string `json:"authenticationStrengthPolicyId,omitempty" tf:"authentication_strength_policy_id,omitempty"` // List of built-in controls required by the policy. Possible values are: block, mfa, approvedApplication, compliantApplication, compliantDevice, domainJoinedDevice, passwordChange or unknownFutureValue. // +kubebuilder:validation:Optional BuiltInControls []*string `json:"builtInControls,omitempty" tf:"built_in_controls,omitempty"` // List of custom controls IDs required by the policy. // +kubebuilder:validation:Optional CustomAuthenticationFactors []*string `json:"customAuthenticationFactors,omitempty" tf:"custom_authentication_factors,omitempty"` // Defines the relationship of the grant controls. Possible values are: AND, OR. // +kubebuilder:validation:Optional Operator *string `json:"operator" tf:"operator,omitempty"` // List of terms of use IDs required by the policy. // +kubebuilder:validation:Optional TermsOfUse []*string `json:"termsOfUse,omitempty" tf:"terms_of_use,omitempty"` }
func (*GrantControlsParameters) DeepCopy ¶ added in v0.2.0
func (in *GrantControlsParameters) DeepCopy() *GrantControlsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrantControlsParameters.
func (*GrantControlsParameters) DeepCopyInto ¶ added in v0.2.0
func (in *GrantControlsParameters) DeepCopyInto(out *GrantControlsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IPInitParameters ¶ added in v0.10.0
type IPInitParameters struct { // List of IP address ranges in IPv4 CIDR format (e.g. 1.2.3.4/32) or any allowable IPv6 format from IETF RFC596. Each CIDR prefix must be /8 or larger. IPRanges []*string `json:"ipRanges,omitempty" tf:"ip_ranges,omitempty"` // Whether the named location is trusted. Defaults to false. Trusted *bool `json:"trusted,omitempty" tf:"trusted,omitempty"` }
func (*IPInitParameters) DeepCopy ¶ added in v0.10.0
func (in *IPInitParameters) DeepCopy() *IPInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPInitParameters.
func (*IPInitParameters) DeepCopyInto ¶ added in v0.10.0
func (in *IPInitParameters) DeepCopyInto(out *IPInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IPObservation ¶
type IPObservation struct { // List of IP address ranges in IPv4 CIDR format (e.g. 1.2.3.4/32) or any allowable IPv6 format from IETF RFC596. Each CIDR prefix must be /8 or larger. IPRanges []*string `json:"ipRanges,omitempty" tf:"ip_ranges,omitempty"` // Whether the named location is trusted. Defaults to false. Trusted *bool `json:"trusted,omitempty" tf:"trusted,omitempty"` }
func (*IPObservation) DeepCopy ¶
func (in *IPObservation) DeepCopy() *IPObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPObservation.
func (*IPObservation) DeepCopyInto ¶
func (in *IPObservation) DeepCopyInto(out *IPObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IPParameters ¶
type IPParameters struct { // List of IP address ranges in IPv4 CIDR format (e.g. 1.2.3.4/32) or any allowable IPv6 format from IETF RFC596. Each CIDR prefix must be /8 or larger. // +kubebuilder:validation:Optional IPRanges []*string `json:"ipRanges" tf:"ip_ranges,omitempty"` // Whether the named location is trusted. Defaults to false. // +kubebuilder:validation:Optional Trusted *bool `json:"trusted,omitempty" tf:"trusted,omitempty"` }
func (*IPParameters) DeepCopy ¶
func (in *IPParameters) DeepCopy() *IPParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPParameters.
func (*IPParameters) DeepCopyInto ¶
func (in *IPParameters) DeepCopyInto(out *IPParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IncludedGuestsOrExternalUsersExternalTenantsInitParameters ¶ added in v1.0.0
type IncludedGuestsOrExternalUsersExternalTenantsInitParameters struct { // A list tenant IDs. Can only be specified if membership_kind is enumerated. Members []*string `json:"members,omitempty" tf:"members,omitempty"` // The external tenant membership kind. Possible values are: all, enumerated, unknownFutureValue. MembershipKind *string `json:"membershipKind,omitempty" tf:"membership_kind,omitempty"` }
func (*IncludedGuestsOrExternalUsersExternalTenantsInitParameters) DeepCopy ¶ added in v1.0.0
func (in *IncludedGuestsOrExternalUsersExternalTenantsInitParameters) DeepCopy() *IncludedGuestsOrExternalUsersExternalTenantsInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IncludedGuestsOrExternalUsersExternalTenantsInitParameters.
func (*IncludedGuestsOrExternalUsersExternalTenantsInitParameters) DeepCopyInto ¶ added in v1.0.0
func (in *IncludedGuestsOrExternalUsersExternalTenantsInitParameters) DeepCopyInto(out *IncludedGuestsOrExternalUsersExternalTenantsInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IncludedGuestsOrExternalUsersExternalTenantsObservation ¶ added in v1.0.0
type IncludedGuestsOrExternalUsersExternalTenantsObservation struct { // A list tenant IDs. Can only be specified if membership_kind is enumerated. Members []*string `json:"members,omitempty" tf:"members,omitempty"` // The external tenant membership kind. Possible values are: all, enumerated, unknownFutureValue. MembershipKind *string `json:"membershipKind,omitempty" tf:"membership_kind,omitempty"` }
func (*IncludedGuestsOrExternalUsersExternalTenantsObservation) DeepCopy ¶ added in v1.0.0
func (in *IncludedGuestsOrExternalUsersExternalTenantsObservation) DeepCopy() *IncludedGuestsOrExternalUsersExternalTenantsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IncludedGuestsOrExternalUsersExternalTenantsObservation.
func (*IncludedGuestsOrExternalUsersExternalTenantsObservation) DeepCopyInto ¶ added in v1.0.0
func (in *IncludedGuestsOrExternalUsersExternalTenantsObservation) DeepCopyInto(out *IncludedGuestsOrExternalUsersExternalTenantsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IncludedGuestsOrExternalUsersExternalTenantsParameters ¶ added in v1.0.0
type IncludedGuestsOrExternalUsersExternalTenantsParameters struct { // A list tenant IDs. Can only be specified if membership_kind is enumerated. // +kubebuilder:validation:Optional Members []*string `json:"members,omitempty" tf:"members,omitempty"` // The external tenant membership kind. Possible values are: all, enumerated, unknownFutureValue. // +kubebuilder:validation:Optional MembershipKind *string `json:"membershipKind" tf:"membership_kind,omitempty"` }
func (*IncludedGuestsOrExternalUsersExternalTenantsParameters) DeepCopy ¶ added in v1.0.0
func (in *IncludedGuestsOrExternalUsersExternalTenantsParameters) DeepCopy() *IncludedGuestsOrExternalUsersExternalTenantsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IncludedGuestsOrExternalUsersExternalTenantsParameters.
func (*IncludedGuestsOrExternalUsersExternalTenantsParameters) DeepCopyInto ¶ added in v1.0.0
func (in *IncludedGuestsOrExternalUsersExternalTenantsParameters) DeepCopyInto(out *IncludedGuestsOrExternalUsersExternalTenantsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IncludedGuestsOrExternalUsersInitParameters ¶ added in v1.0.0
type IncludedGuestsOrExternalUsersInitParameters struct { // An external_tenants block as documented below, which specifies external tenants in a policy scope. ExternalTenants []IncludedGuestsOrExternalUsersExternalTenantsInitParameters `json:"externalTenants,omitempty" tf:"external_tenants,omitempty"` // A list of guest or external user types. Possible values are: b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, internalGuest, none, otherExternalUser, serviceProvider, unknownFutureValue. GuestOrExternalUserTypes []*string `json:"guestOrExternalUserTypes,omitempty" tf:"guest_or_external_user_types,omitempty"` }
func (*IncludedGuestsOrExternalUsersInitParameters) DeepCopy ¶ added in v1.0.0
func (in *IncludedGuestsOrExternalUsersInitParameters) DeepCopy() *IncludedGuestsOrExternalUsersInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IncludedGuestsOrExternalUsersInitParameters.
func (*IncludedGuestsOrExternalUsersInitParameters) DeepCopyInto ¶ added in v1.0.0
func (in *IncludedGuestsOrExternalUsersInitParameters) DeepCopyInto(out *IncludedGuestsOrExternalUsersInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IncludedGuestsOrExternalUsersObservation ¶ added in v1.0.0
type IncludedGuestsOrExternalUsersObservation struct { // An external_tenants block as documented below, which specifies external tenants in a policy scope. ExternalTenants []IncludedGuestsOrExternalUsersExternalTenantsObservation `json:"externalTenants,omitempty" tf:"external_tenants,omitempty"` // A list of guest or external user types. Possible values are: b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, internalGuest, none, otherExternalUser, serviceProvider, unknownFutureValue. GuestOrExternalUserTypes []*string `json:"guestOrExternalUserTypes,omitempty" tf:"guest_or_external_user_types,omitempty"` }
func (*IncludedGuestsOrExternalUsersObservation) DeepCopy ¶ added in v1.0.0
func (in *IncludedGuestsOrExternalUsersObservation) DeepCopy() *IncludedGuestsOrExternalUsersObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IncludedGuestsOrExternalUsersObservation.
func (*IncludedGuestsOrExternalUsersObservation) DeepCopyInto ¶ added in v1.0.0
func (in *IncludedGuestsOrExternalUsersObservation) DeepCopyInto(out *IncludedGuestsOrExternalUsersObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IncludedGuestsOrExternalUsersParameters ¶ added in v1.0.0
type IncludedGuestsOrExternalUsersParameters struct { // An external_tenants block as documented below, which specifies external tenants in a policy scope. // +kubebuilder:validation:Optional ExternalTenants []IncludedGuestsOrExternalUsersExternalTenantsParameters `json:"externalTenants,omitempty" tf:"external_tenants,omitempty"` // A list of guest or external user types. Possible values are: b2bCollaborationGuest, b2bCollaborationMember, b2bDirectConnectUser, internalGuest, none, otherExternalUser, serviceProvider, unknownFutureValue. // +kubebuilder:validation:Optional GuestOrExternalUserTypes []*string `json:"guestOrExternalUserTypes" tf:"guest_or_external_user_types,omitempty"` }
func (*IncludedGuestsOrExternalUsersParameters) DeepCopy ¶ added in v1.0.0
func (in *IncludedGuestsOrExternalUsersParameters) DeepCopy() *IncludedGuestsOrExternalUsersParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IncludedGuestsOrExternalUsersParameters.
func (*IncludedGuestsOrExternalUsersParameters) DeepCopyInto ¶ added in v1.0.0
func (in *IncludedGuestsOrExternalUsersParameters) DeepCopyInto(out *IncludedGuestsOrExternalUsersParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Location ¶
type Location 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.displayName) || (has(self.initProvider) && has(self.initProvider.displayName))",message="spec.forProvider.displayName is a required parameter" Spec LocationSpec `json:"spec"` Status LocationStatus `json:"status,omitempty"` }
Location is the Schema for the Locations API. +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azuread}
func (*Location) ConvertFrom ¶ added in v1.2.0
func (tr *Location) ConvertFrom(srcRaw conversion.Hub) error
ConvertFrom converts from the hub type to the Location type.
func (*Location) ConvertTo ¶ added in v1.2.0
func (tr *Location) ConvertTo(dstRaw conversion.Hub) error
ConvertTo converts this Location to the hub type.
func (*Location) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Location.
func (*Location) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Location) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Location) GetCondition ¶
func (mg *Location) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Location.
func (*Location) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this Location
func (*Location) GetDeletionPolicy ¶
func (mg *Location) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Location.
func (*Location) GetInitParameters ¶ added in v0.10.0
GetInitParameters of this Location
func (*Location) GetManagementPolicies ¶ added in v0.10.0
func (mg *Location) GetManagementPolicies() xpv1.ManagementPolicies
GetManagementPolicies of this Location.
func (*Location) GetMergedParameters ¶ added in v0.14.0
GetInitParameters of this Location
func (*Location) GetObservation ¶
GetObservation of this Location
func (*Location) GetParameters ¶
GetParameters of this Location
func (*Location) GetProviderConfigReference ¶
GetProviderConfigReference of this Location.
func (*Location) GetPublishConnectionDetailsTo ¶
func (mg *Location) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this Location.
func (*Location) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this Location
func (*Location) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Location) GetWriteConnectionSecretToReference ¶
func (mg *Location) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Location.
func (*Location) LateInitialize ¶
LateInitialize this Location using its observed tfState. returns True if there are any spec changes for the resource.
func (*Location) SetConditions ¶
SetConditions of this Location.
func (*Location) SetDeletionPolicy ¶
func (mg *Location) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Location.
func (*Location) SetManagementPolicies ¶ added in v0.10.0
func (mg *Location) SetManagementPolicies(r xpv1.ManagementPolicies)
SetManagementPolicies of this Location.
func (*Location) SetObservation ¶
SetObservation for this Location
func (*Location) SetParameters ¶
SetParameters for this Location
func (*Location) SetProviderConfigReference ¶
SetProviderConfigReference of this Location.
func (*Location) SetPublishConnectionDetailsTo ¶
func (mg *Location) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this Location.
func (*Location) SetWriteConnectionSecretToReference ¶
func (mg *Location) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Location.
type LocationInitParameters ¶ added in v0.10.0
type LocationInitParameters struct { // A country block as documented below, which configures a country-based named location. Country []CountryInitParameters `json:"country,omitempty" tf:"country,omitempty"` // The friendly name for this named location. DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"` // An ip block as documented below, which configures an IP-based named location. IP []IPInitParameters `json:"ip,omitempty" tf:"ip,omitempty"` }
func (*LocationInitParameters) DeepCopy ¶ added in v0.10.0
func (in *LocationInitParameters) DeepCopy() *LocationInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocationInitParameters.
func (*LocationInitParameters) DeepCopyInto ¶ added in v0.10.0
func (in *LocationInitParameters) DeepCopyInto(out *LocationInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LocationList ¶
type LocationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Location `json:"items"` }
LocationList contains a list of Locations
func (*LocationList) DeepCopy ¶
func (in *LocationList) DeepCopy() *LocationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocationList.
func (*LocationList) DeepCopyInto ¶
func (in *LocationList) DeepCopyInto(out *LocationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LocationList) DeepCopyObject ¶
func (in *LocationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LocationList) GetItems ¶
func (l *LocationList) GetItems() []resource.Managed
GetItems of this LocationList.
type LocationObservation ¶
type LocationObservation struct { // A country block as documented below, which configures a country-based named location. Country []CountryObservation `json:"country,omitempty" tf:"country,omitempty"` // The friendly name for this named location. DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"` // The ID of the named location. ID *string `json:"id,omitempty" tf:"id,omitempty"` // An ip block as documented below, which configures an IP-based named location. IP []IPObservation `json:"ip,omitempty" tf:"ip,omitempty"` }
func (*LocationObservation) DeepCopy ¶
func (in *LocationObservation) DeepCopy() *LocationObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocationObservation.
func (*LocationObservation) DeepCopyInto ¶
func (in *LocationObservation) DeepCopyInto(out *LocationObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LocationParameters ¶
type LocationParameters struct { // A country block as documented below, which configures a country-based named location. // +kubebuilder:validation:Optional Country []CountryParameters `json:"country,omitempty" tf:"country,omitempty"` // The friendly name for this named location. // +kubebuilder:validation:Optional DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"` // An ip block as documented below, which configures an IP-based named location. // +kubebuilder:validation:Optional IP []IPParameters `json:"ip,omitempty" tf:"ip,omitempty"` }
func (*LocationParameters) DeepCopy ¶
func (in *LocationParameters) DeepCopy() *LocationParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocationParameters.
func (*LocationParameters) DeepCopyInto ¶
func (in *LocationParameters) DeepCopyInto(out *LocationParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LocationSpec ¶
type LocationSpec struct { v1.ResourceSpec `json:",inline"` ForProvider LocationParameters `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 LocationInitParameters `json:"initProvider,omitempty"` }
LocationSpec defines the desired state of Location
func (*LocationSpec) DeepCopy ¶
func (in *LocationSpec) DeepCopy() *LocationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocationSpec.
func (*LocationSpec) DeepCopyInto ¶
func (in *LocationSpec) DeepCopyInto(out *LocationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LocationStatus ¶
type LocationStatus struct { v1.ResourceStatus `json:",inline"` AtProvider LocationObservation `json:"atProvider,omitempty"` }
LocationStatus defines the observed state of Location.
func (*LocationStatus) DeepCopy ¶
func (in *LocationStatus) DeepCopy() *LocationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocationStatus.
func (*LocationStatus) DeepCopyInto ¶
func (in *LocationStatus) DeepCopyInto(out *LocationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LocationsInitParameters ¶ added in v0.10.0
type LocationsInitParameters struct { // A list of location IDs excluded from scope of policy. Can also be set to AllTrusted. ExcludedLocations []*string `json:"excludedLocations,omitempty" tf:"excluded_locations,omitempty"` // A list of location IDs in scope of policy unless explicitly excluded. Can also be set to All, or AllTrusted. IncludedLocations []*string `json:"includedLocations,omitempty" tf:"included_locations,omitempty"` }
func (*LocationsInitParameters) DeepCopy ¶ added in v0.10.0
func (in *LocationsInitParameters) DeepCopy() *LocationsInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocationsInitParameters.
func (*LocationsInitParameters) DeepCopyInto ¶ added in v0.10.0
func (in *LocationsInitParameters) DeepCopyInto(out *LocationsInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LocationsObservation ¶ added in v0.2.0
type LocationsObservation struct { // A list of location IDs excluded from scope of policy. Can also be set to AllTrusted. ExcludedLocations []*string `json:"excludedLocations,omitempty" tf:"excluded_locations,omitempty"` // A list of location IDs in scope of policy unless explicitly excluded. Can also be set to All, or AllTrusted. IncludedLocations []*string `json:"includedLocations,omitempty" tf:"included_locations,omitempty"` }
func (*LocationsObservation) DeepCopy ¶ added in v0.2.0
func (in *LocationsObservation) DeepCopy() *LocationsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocationsObservation.
func (*LocationsObservation) DeepCopyInto ¶ added in v0.2.0
func (in *LocationsObservation) DeepCopyInto(out *LocationsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LocationsParameters ¶ added in v0.2.0
type LocationsParameters struct { // A list of location IDs excluded from scope of policy. Can also be set to AllTrusted. // +kubebuilder:validation:Optional ExcludedLocations []*string `json:"excludedLocations,omitempty" tf:"excluded_locations,omitempty"` // A list of location IDs in scope of policy unless explicitly excluded. Can also be set to All, or AllTrusted. // +kubebuilder:validation:Optional IncludedLocations []*string `json:"includedLocations" tf:"included_locations,omitempty"` }
func (*LocationsParameters) DeepCopy ¶ added in v0.2.0
func (in *LocationsParameters) DeepCopy() *LocationsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LocationsParameters.
func (*LocationsParameters) DeepCopyInto ¶ added in v0.2.0
func (in *LocationsParameters) DeepCopyInto(out *LocationsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PlatformsInitParameters ¶ added in v0.10.0
type PlatformsInitParameters struct { // A list of platforms explicitly excluded from the policy. Possible values are: all, android, iOS, linux, macOS, windows, windowsPhone or unknownFutureValue. ExcludedPlatforms []*string `json:"excludedPlatforms,omitempty" tf:"excluded_platforms,omitempty"` // A list of platforms the policy applies to, unless explicitly excluded. Possible values are: all, android, iOS, linux, macOS, windows, windowsPhone or unknownFutureValue. IncludedPlatforms []*string `json:"includedPlatforms,omitempty" tf:"included_platforms,omitempty"` }
func (*PlatformsInitParameters) DeepCopy ¶ added in v0.10.0
func (in *PlatformsInitParameters) DeepCopy() *PlatformsInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PlatformsInitParameters.
func (*PlatformsInitParameters) DeepCopyInto ¶ added in v0.10.0
func (in *PlatformsInitParameters) DeepCopyInto(out *PlatformsInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PlatformsObservation ¶ added in v0.2.0
type PlatformsObservation struct { // A list of platforms explicitly excluded from the policy. Possible values are: all, android, iOS, linux, macOS, windows, windowsPhone or unknownFutureValue. ExcludedPlatforms []*string `json:"excludedPlatforms,omitempty" tf:"excluded_platforms,omitempty"` // A list of platforms the policy applies to, unless explicitly excluded. Possible values are: all, android, iOS, linux, macOS, windows, windowsPhone or unknownFutureValue. IncludedPlatforms []*string `json:"includedPlatforms,omitempty" tf:"included_platforms,omitempty"` }
func (*PlatformsObservation) DeepCopy ¶ added in v0.2.0
func (in *PlatformsObservation) DeepCopy() *PlatformsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PlatformsObservation.
func (*PlatformsObservation) DeepCopyInto ¶ added in v0.2.0
func (in *PlatformsObservation) DeepCopyInto(out *PlatformsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PlatformsParameters ¶ added in v0.2.0
type PlatformsParameters struct { // A list of platforms explicitly excluded from the policy. Possible values are: all, android, iOS, linux, macOS, windows, windowsPhone or unknownFutureValue. // +kubebuilder:validation:Optional ExcludedPlatforms []*string `json:"excludedPlatforms,omitempty" tf:"excluded_platforms,omitempty"` // A list of platforms the policy applies to, unless explicitly excluded. Possible values are: all, android, iOS, linux, macOS, windows, windowsPhone or unknownFutureValue. // +kubebuilder:validation:Optional IncludedPlatforms []*string `json:"includedPlatforms" tf:"included_platforms,omitempty"` }
func (*PlatformsParameters) DeepCopy ¶ added in v0.2.0
func (in *PlatformsParameters) DeepCopy() *PlatformsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PlatformsParameters.
func (*PlatformsParameters) DeepCopyInto ¶ added in v0.2.0
func (in *PlatformsParameters) DeepCopyInto(out *PlatformsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SessionControlsInitParameters ¶ added in v0.10.0
type SessionControlsInitParameters struct { // Whether application enforced restrictions are enabled. Defaults to false. ApplicationEnforcedRestrictionsEnabled *bool `json:"applicationEnforcedRestrictionsEnabled,omitempty" tf:"application_enforced_restrictions_enabled,omitempty"` // Enables cloud app security and specifies the cloud app security policy to use. Possible values are: blockDownloads, mcasConfigured, monitorOnly or unknownFutureValue. CloudAppSecurityPolicy *string `json:"cloudAppSecurityPolicy,omitempty" tf:"cloud_app_security_policy,omitempty"` // Disables resilience defaults. Defaults to false. DisableResilienceDefaults *bool `json:"disableResilienceDefaults,omitempty" tf:"disable_resilience_defaults,omitempty"` // Session control to define whether to persist cookies. Possible values are: always or never. PersistentBrowserMode *string `json:"persistentBrowserMode,omitempty" tf:"persistent_browser_mode,omitempty"` // Number of days or hours to enforce sign-in frequency. Required when sign_in_frequency_period is specified. SignInFrequency *float64 `json:"signInFrequency,omitempty" tf:"sign_in_frequency,omitempty"` // Authentication type for enforcing sign-in frequency. Possible values are: primaryAndSecondaryAuthentication or secondaryAuthentication. Defaults to primaryAndSecondaryAuthentication. SignInFrequencyAuthenticationType *string `json:"signInFrequencyAuthenticationType,omitempty" tf:"sign_in_frequency_authentication_type,omitempty"` // The interval to apply to sign-in frequency control. Possible values are: timeBased or everyTime. Defaults to timeBased. SignInFrequencyInterval *string `json:"signInFrequencyInterval,omitempty" tf:"sign_in_frequency_interval,omitempty"` // The time period to enforce sign-in frequency. Possible values are: hours or days. Required when sign_in_frequency_period is specified. SignInFrequencyPeriod *string `json:"signInFrequencyPeriod,omitempty" tf:"sign_in_frequency_period,omitempty"` }
func (*SessionControlsInitParameters) DeepCopy ¶ added in v0.10.0
func (in *SessionControlsInitParameters) DeepCopy() *SessionControlsInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SessionControlsInitParameters.
func (*SessionControlsInitParameters) DeepCopyInto ¶ added in v0.10.0
func (in *SessionControlsInitParameters) DeepCopyInto(out *SessionControlsInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SessionControlsObservation ¶ added in v0.2.0
type SessionControlsObservation struct { // Whether application enforced restrictions are enabled. Defaults to false. ApplicationEnforcedRestrictionsEnabled *bool `json:"applicationEnforcedRestrictionsEnabled,omitempty" tf:"application_enforced_restrictions_enabled,omitempty"` // Enables cloud app security and specifies the cloud app security policy to use. Possible values are: blockDownloads, mcasConfigured, monitorOnly or unknownFutureValue. CloudAppSecurityPolicy *string `json:"cloudAppSecurityPolicy,omitempty" tf:"cloud_app_security_policy,omitempty"` // Disables resilience defaults. Defaults to false. DisableResilienceDefaults *bool `json:"disableResilienceDefaults,omitempty" tf:"disable_resilience_defaults,omitempty"` // Session control to define whether to persist cookies. Possible values are: always or never. PersistentBrowserMode *string `json:"persistentBrowserMode,omitempty" tf:"persistent_browser_mode,omitempty"` // Number of days or hours to enforce sign-in frequency. Required when sign_in_frequency_period is specified. SignInFrequency *float64 `json:"signInFrequency,omitempty" tf:"sign_in_frequency,omitempty"` // Authentication type for enforcing sign-in frequency. Possible values are: primaryAndSecondaryAuthentication or secondaryAuthentication. Defaults to primaryAndSecondaryAuthentication. SignInFrequencyAuthenticationType *string `json:"signInFrequencyAuthenticationType,omitempty" tf:"sign_in_frequency_authentication_type,omitempty"` // The interval to apply to sign-in frequency control. Possible values are: timeBased or everyTime. Defaults to timeBased. SignInFrequencyInterval *string `json:"signInFrequencyInterval,omitempty" tf:"sign_in_frequency_interval,omitempty"` // The time period to enforce sign-in frequency. Possible values are: hours or days. Required when sign_in_frequency_period is specified. SignInFrequencyPeriod *string `json:"signInFrequencyPeriod,omitempty" tf:"sign_in_frequency_period,omitempty"` }
func (*SessionControlsObservation) DeepCopy ¶ added in v0.2.0
func (in *SessionControlsObservation) DeepCopy() *SessionControlsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SessionControlsObservation.
func (*SessionControlsObservation) DeepCopyInto ¶ added in v0.2.0
func (in *SessionControlsObservation) DeepCopyInto(out *SessionControlsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SessionControlsParameters ¶ added in v0.2.0
type SessionControlsParameters struct { // Whether application enforced restrictions are enabled. Defaults to false. // +kubebuilder:validation:Optional ApplicationEnforcedRestrictionsEnabled *bool `json:"applicationEnforcedRestrictionsEnabled,omitempty" tf:"application_enforced_restrictions_enabled,omitempty"` // Enables cloud app security and specifies the cloud app security policy to use. Possible values are: blockDownloads, mcasConfigured, monitorOnly or unknownFutureValue. // +kubebuilder:validation:Optional CloudAppSecurityPolicy *string `json:"cloudAppSecurityPolicy,omitempty" tf:"cloud_app_security_policy,omitempty"` // Disables resilience defaults. Defaults to false. // +kubebuilder:validation:Optional DisableResilienceDefaults *bool `json:"disableResilienceDefaults,omitempty" tf:"disable_resilience_defaults,omitempty"` // Session control to define whether to persist cookies. Possible values are: always or never. // +kubebuilder:validation:Optional PersistentBrowserMode *string `json:"persistentBrowserMode,omitempty" tf:"persistent_browser_mode,omitempty"` // Number of days or hours to enforce sign-in frequency. Required when sign_in_frequency_period is specified. // +kubebuilder:validation:Optional SignInFrequency *float64 `json:"signInFrequency,omitempty" tf:"sign_in_frequency,omitempty"` // Authentication type for enforcing sign-in frequency. Possible values are: primaryAndSecondaryAuthentication or secondaryAuthentication. Defaults to primaryAndSecondaryAuthentication. // +kubebuilder:validation:Optional SignInFrequencyAuthenticationType *string `json:"signInFrequencyAuthenticationType,omitempty" tf:"sign_in_frequency_authentication_type,omitempty"` // The interval to apply to sign-in frequency control. Possible values are: timeBased or everyTime. Defaults to timeBased. // +kubebuilder:validation:Optional SignInFrequencyInterval *string `json:"signInFrequencyInterval,omitempty" tf:"sign_in_frequency_interval,omitempty"` // The time period to enforce sign-in frequency. Possible values are: hours or days. Required when sign_in_frequency_period is specified. // +kubebuilder:validation:Optional SignInFrequencyPeriod *string `json:"signInFrequencyPeriod,omitempty" tf:"sign_in_frequency_period,omitempty"` }
func (*SessionControlsParameters) DeepCopy ¶ added in v0.2.0
func (in *SessionControlsParameters) DeepCopy() *SessionControlsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SessionControlsParameters.
func (*SessionControlsParameters) DeepCopyInto ¶ added in v0.2.0
func (in *SessionControlsParameters) DeepCopyInto(out *SessionControlsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UsersInitParameters ¶ added in v0.10.0
type UsersInitParameters struct { // A list of group IDs excluded from scope of policy. ExcludedGroups []*string `json:"excludedGroups,omitempty" tf:"excluded_groups,omitempty"` // A guests_or_external_users block as documented below, which specifies internal guests and external users excluded from scope of policy. ExcludedGuestsOrExternalUsers []ExcludedGuestsOrExternalUsersInitParameters `json:"excludedGuestsOrExternalUsers,omitempty" tf:"excluded_guests_or_external_users,omitempty"` // A list of role IDs excluded from scope of policy. ExcludedRoles []*string `json:"excludedRoles,omitempty" tf:"excluded_roles,omitempty"` // A list of user IDs excluded from scope of policy and/or GuestsOrExternalUsers. ExcludedUsers []*string `json:"excludedUsers,omitempty" tf:"excluded_users,omitempty"` // A list of group IDs in scope of policy unless explicitly excluded. IncludedGroups []*string `json:"includedGroups,omitempty" tf:"included_groups,omitempty"` // A guests_or_external_users block as documented below, which specifies internal guests and external users in scope of policy. IncludedGuestsOrExternalUsers []IncludedGuestsOrExternalUsersInitParameters `json:"includedGuestsOrExternalUsers,omitempty" tf:"included_guests_or_external_users,omitempty"` // A list of role IDs in scope of policy unless explicitly excluded. IncludedRoles []*string `json:"includedRoles,omitempty" tf:"included_roles,omitempty"` // A list of user IDs in scope of policy unless explicitly excluded, or None or All or GuestsOrExternalUsers. IncludedUsers []*string `json:"includedUsers,omitempty" tf:"included_users,omitempty"` }
func (*UsersInitParameters) DeepCopy ¶ added in v0.10.0
func (in *UsersInitParameters) DeepCopy() *UsersInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UsersInitParameters.
func (*UsersInitParameters) DeepCopyInto ¶ added in v0.10.0
func (in *UsersInitParameters) DeepCopyInto(out *UsersInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UsersObservation ¶ added in v0.2.0
type UsersObservation struct { // A list of group IDs excluded from scope of policy. ExcludedGroups []*string `json:"excludedGroups,omitempty" tf:"excluded_groups,omitempty"` // A guests_or_external_users block as documented below, which specifies internal guests and external users excluded from scope of policy. ExcludedGuestsOrExternalUsers []ExcludedGuestsOrExternalUsersObservation `json:"excludedGuestsOrExternalUsers,omitempty" tf:"excluded_guests_or_external_users,omitempty"` // A list of role IDs excluded from scope of policy. ExcludedRoles []*string `json:"excludedRoles,omitempty" tf:"excluded_roles,omitempty"` // A list of user IDs excluded from scope of policy and/or GuestsOrExternalUsers. ExcludedUsers []*string `json:"excludedUsers,omitempty" tf:"excluded_users,omitempty"` // A list of group IDs in scope of policy unless explicitly excluded. IncludedGroups []*string `json:"includedGroups,omitempty" tf:"included_groups,omitempty"` // A guests_or_external_users block as documented below, which specifies internal guests and external users in scope of policy. IncludedGuestsOrExternalUsers []IncludedGuestsOrExternalUsersObservation `json:"includedGuestsOrExternalUsers,omitempty" tf:"included_guests_or_external_users,omitempty"` // A list of role IDs in scope of policy unless explicitly excluded. IncludedRoles []*string `json:"includedRoles,omitempty" tf:"included_roles,omitempty"` // A list of user IDs in scope of policy unless explicitly excluded, or None or All or GuestsOrExternalUsers. IncludedUsers []*string `json:"includedUsers,omitempty" tf:"included_users,omitempty"` }
func (*UsersObservation) DeepCopy ¶ added in v0.2.0
func (in *UsersObservation) DeepCopy() *UsersObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UsersObservation.
func (*UsersObservation) DeepCopyInto ¶ added in v0.2.0
func (in *UsersObservation) DeepCopyInto(out *UsersObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UsersParameters ¶ added in v0.2.0
type UsersParameters struct { // A list of group IDs excluded from scope of policy. // +kubebuilder:validation:Optional ExcludedGroups []*string `json:"excludedGroups,omitempty" tf:"excluded_groups,omitempty"` // A guests_or_external_users block as documented below, which specifies internal guests and external users excluded from scope of policy. // +kubebuilder:validation:Optional ExcludedGuestsOrExternalUsers []ExcludedGuestsOrExternalUsersParameters `json:"excludedGuestsOrExternalUsers,omitempty" tf:"excluded_guests_or_external_users,omitempty"` // A list of role IDs excluded from scope of policy. // +kubebuilder:validation:Optional ExcludedRoles []*string `json:"excludedRoles,omitempty" tf:"excluded_roles,omitempty"` // A list of user IDs excluded from scope of policy and/or GuestsOrExternalUsers. // +kubebuilder:validation:Optional ExcludedUsers []*string `json:"excludedUsers,omitempty" tf:"excluded_users,omitempty"` // A list of group IDs in scope of policy unless explicitly excluded. // +kubebuilder:validation:Optional IncludedGroups []*string `json:"includedGroups,omitempty" tf:"included_groups,omitempty"` // A guests_or_external_users block as documented below, which specifies internal guests and external users in scope of policy. // +kubebuilder:validation:Optional IncludedGuestsOrExternalUsers []IncludedGuestsOrExternalUsersParameters `json:"includedGuestsOrExternalUsers,omitempty" tf:"included_guests_or_external_users,omitempty"` // A list of role IDs in scope of policy unless explicitly excluded. // +kubebuilder:validation:Optional IncludedRoles []*string `json:"includedRoles,omitempty" tf:"included_roles,omitempty"` // A list of user IDs in scope of policy unless explicitly excluded, or None or All or GuestsOrExternalUsers. // +kubebuilder:validation:Optional IncludedUsers []*string `json:"includedUsers,omitempty" tf:"included_users,omitempty"` }
func (*UsersParameters) DeepCopy ¶ added in v0.2.0
func (in *UsersParameters) DeepCopy() *UsersParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UsersParameters.
func (*UsersParameters) DeepCopyInto ¶ added in v0.2.0
func (in *UsersParameters) DeepCopyInto(out *UsersParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.