v1beta1

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=conditionalaccess.azuread.upbound.io +versionName=v1beta1

Index

Constants

View Source
const (
	CRDGroup   = "conditionalaccess.azuread.upbound.io"
	CRDVersion = "v1beta1"
)

Package type metadata.

Variables

View Source
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.

View Source
var (
	// CRDGroupVersion is the API Group Version used to register the objects
	CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var (
	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="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.conditions)",message="conditions is a required parameter"
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.displayName)",message="displayName is a required parameter"
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.grantControls)",message="grantControls is a required parameter"
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.state)",message="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="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azuread}

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) GetManagementPolicy added in v0.7.0

func (mg *AccessPolicy) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy 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) GetProviderReference added in v0.2.0

func (mg *AccessPolicy) GetProviderReference() *xpv1.Reference

GetProviderReference of this AccessPolicy. Deprecated: Use GetProviderConfigReference.

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) SetManagementPolicy added in v0.7.0

func (mg *AccessPolicy) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy 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) SetProviderReference added in v0.2.0

func (mg *AccessPolicy) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this AccessPolicy. Deprecated: Use SetProviderConfigReference.

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 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

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

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"`
}

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 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

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

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 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"`

	// 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 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

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:Required
	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:Required
	ClientAppTypes []*string `json:"clientAppTypes" tf:"client_app_types,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 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:Required
	Users []UsersParameters `json:"users" tf:"users,omitempty"`
}

func (*ConditionsParameters) DeepCopy added in v0.2.0

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 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:Required
	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 DevicesObservation added in v0.2.0

type DevicesObservation struct {

	// A filter block as described below. A filter block can be added to an existing policy, but removing the filter block forces a new resource to be created.
	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. A filter block can be added to an existing policy, but removing the filter block forces a new resource to be created.
	// +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 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:Required
	Mode *string `json:"mode" tf:"mode,omitempty"`

	// Condition filter to match devices. For more information, see official documentation.
	// +kubebuilder:validation:Required
	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 GrantControlsObservation added in v0.2.0

type GrantControlsObservation struct {

	// 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

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 {

	// List of built-in controls required by the policy. Possible values are: block, mfa, approvedApplication, compliantApplication, compliantDevice, domainJoinedDevice, passwordChange or unknownFutureValue.
	// +kubebuilder:validation:Required
	BuiltInControls []*string `json:"builtInControls" 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:Required
	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

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 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.
	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.
	// +kubebuilder:validation:Required
	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 Location

type Location struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.displayName)",message="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="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,azuread}

func (*Location) DeepCopy

func (in *Location) DeepCopy() *Location

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

func (*Location) DeepCopyInto

func (in *Location) DeepCopyInto(out *Location)

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

func (*Location) DeepCopyObject

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

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

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

GetConnectionDetailsMapping for this Location

func (*Location) GetDeletionPolicy

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

GetDeletionPolicy of this Location.

func (*Location) GetID

func (tr *Location) GetID() string

GetID returns ID of underlying Terraform resource of this Location

func (*Location) GetManagementPolicy added in v0.7.0

func (mg *Location) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this Location.

func (*Location) GetObservation

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

GetObservation of this Location

func (*Location) GetParameters

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

GetParameters of this Location

func (*Location) GetProviderConfigReference

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

GetProviderConfigReference of this Location.

func (*Location) GetProviderReference

func (mg *Location) GetProviderReference() *xpv1.Reference

GetProviderReference of this Location. Deprecated: Use GetProviderConfigReference.

func (*Location) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this Location.

func (*Location) GetTerraformResourceType

func (mg *Location) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Location

func (*Location) GetTerraformSchemaVersion

func (tr *Location) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Location) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this Location.

func (*Location) LateInitialize

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

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

func (*Location) SetConditions

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

SetConditions of this Location.

func (*Location) SetDeletionPolicy

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

SetDeletionPolicy of this Location.

func (*Location) SetManagementPolicy added in v0.7.0

func (mg *Location) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this Location.

func (*Location) SetObservation

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

SetObservation for this Location

func (*Location) SetParameters

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

SetParameters for this Location

func (*Location) SetProviderConfigReference

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

SetProviderConfigReference of this Location.

func (*Location) SetProviderReference

func (mg *Location) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this Location. Deprecated: Use SetProviderConfigReference.

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 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"`
}

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 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

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:Required
	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 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

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:Required
	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 SessionControlsObservation added in v0.2.0

type SessionControlsObservation struct {

	// Whether or not 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"`

	// Session control to define whether to persist cookies or not. 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. Due to an API issue, removing this property forces a new resource to be created.
	SignInFrequency *float64 `json:"signInFrequency,omitempty" tf:"sign_in_frequency,omitempty"`

	// The time period to enforce sign-in frequency. Possible values are: hours or days. Required when sign_in_frequency_period is specified. Due to an API issue, removing this property forces a new resource to be created.
	SignInFrequencyPeriod *string `json:"signInFrequencyPeriod,omitempty" tf:"sign_in_frequency_period,omitempty"`
}

func (*SessionControlsObservation) DeepCopy added in v0.2.0

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

func (*SessionControlsObservation) DeepCopyInto added in v0.2.0

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 or not 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"`

	// Session control to define whether to persist cookies or not. 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. Due to an API issue, removing this property forces a new resource to be created.
	// +kubebuilder:validation:Optional
	SignInFrequency *float64 `json:"signInFrequency,omitempty" tf:"sign_in_frequency,omitempty"`

	// The time period to enforce sign-in frequency. Possible values are: hours or days. Required when sign_in_frequency_period is specified. Due to an API issue, removing this property forces a new resource to be created.
	// +kubebuilder:validation:Optional
	SignInFrequencyPeriod *string `json:"signInFrequencyPeriod,omitempty" tf:"sign_in_frequency_period,omitempty"`
}

func (*SessionControlsParameters) DeepCopy added in v0.2.0

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

func (*SessionControlsParameters) DeepCopyInto added in v0.2.0

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 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 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 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 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL