Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ schema AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecForProvider:
parent flow alias ref
parentFlowAliasSelector : AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecForProviderParentFlowAliasSelector, default is Undefined, optional
parent flow alias selector
parentSubflowAlias : str, default is Undefined, optional
parent subflow alias
parentSubflowAliasRef : AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecForProviderParentSubflowAliasRef, default is Undefined, optional
parent subflow alias ref
parentSubflowAliasSelector : AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecForProviderParentSubflowAliasSelector, default is Undefined, optional
parent subflow alias selector
priority : float, default is Undefined, optional
The authenticator priority. Lower values will be executed prior higher values (Only supported by Keycloak >= 25).
realmId : str, default is Undefined, optional
Expand All @@ -119,6 +125,12 @@ schema AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecForProvider:

parentFlowAliasSelector?: AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecForProviderParentFlowAliasSelector

parentSubflowAlias?: str

parentSubflowAliasRef?: AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecForProviderParentSubflowAliasRef

parentSubflowAliasSelector?: AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecForProviderParentSubflowAliasSelector

priority?: float

realmId?: str
Expand Down Expand Up @@ -219,6 +231,95 @@ schema AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecForProviderPar
resolve?: "Always" | "IfNotPresent"


schema AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecForProviderParentSubflowAliasRef:
r"""
Reference to a Subflow in authenticationflow to populate parentSubflowAlias.

Attributes
----------
name : str, default is Undefined, required
Name of the referenced object.
policy : AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecForProviderParentSubflowAliasRefPolicy, default is Undefined, optional
policy
"""


name: str

policy?: AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecForProviderParentSubflowAliasRefPolicy


schema AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecForProviderParentSubflowAliasRefPolicy:
r"""
Policies for referencing.

Attributes
----------
resolution : str, default is "Required", optional
Resolution specifies whether resolution of this reference is required.
The default is 'Required', which means the reconcile will fail if the
reference cannot be resolved. 'Optional' means this reference will be
a no-op if it cannot be resolved.
resolve : str, default is Undefined, optional
Resolve specifies when this reference should be resolved. The default
is 'IfNotPresent', which will attempt to resolve the reference only when
the corresponding field is not present. Use 'Always' to resolve the
reference on every reconcile.
"""


resolution?: "Required" | "Optional" = "Required"

resolve?: "Always" | "IfNotPresent"


schema AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecForProviderParentSubflowAliasSelector:
r"""
Selector for a Subflow in authenticationflow to populate parentSubflowAlias.

Attributes
----------
matchControllerRef : bool, default is Undefined, optional
MatchControllerRef ensures an object with the same controller reference
as the selecting object is selected.
matchLabels : {str:str}, default is Undefined, optional
MatchLabels ensures an object with matching labels is selected.
policy : AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecForProviderParentSubflowAliasSelectorPolicy, default is Undefined, optional
policy
"""


matchControllerRef?: bool

matchLabels?: {str:str}

policy?: AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecForProviderParentSubflowAliasSelectorPolicy


schema AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecForProviderParentSubflowAliasSelectorPolicy:
r"""
Policies for selection.

Attributes
----------
resolution : str, default is "Required", optional
Resolution specifies whether resolution of this reference is required.
The default is 'Required', which means the reconcile will fail if the
reference cannot be resolved. 'Optional' means this reference will be
a no-op if it cannot be resolved.
resolve : str, default is Undefined, optional
Resolve specifies when this reference should be resolved. The default
is 'IfNotPresent', which will attempt to resolve the reference only when
the corresponding field is not present. Use 'Always' to resolve the
reference on every reconcile.
"""


resolution?: "Required" | "Optional" = "Required"

resolve?: "Always" | "IfNotPresent"


schema AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecForProviderRealmIDRef:
r"""
Reference to a Realm in realm to populate realmId.
Expand Down Expand Up @@ -331,6 +432,12 @@ schema AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecInitProvider:
parent flow alias ref
parentFlowAliasSelector : AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecInitProviderParentFlowAliasSelector, default is Undefined, optional
parent flow alias selector
parentSubflowAlias : str, default is Undefined, optional
parent subflow alias
parentSubflowAliasRef : AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecInitProviderParentSubflowAliasRef, default is Undefined, optional
parent subflow alias ref
parentSubflowAliasSelector : AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecInitProviderParentSubflowAliasSelector, default is Undefined, optional
parent subflow alias selector
priority : float, default is Undefined, optional
The authenticator priority. Lower values will be executed prior higher values (Only supported by Keycloak >= 25).
realmId : str, default is Undefined, optional
Expand All @@ -352,6 +459,12 @@ schema AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecInitProvider:

parentFlowAliasSelector?: AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecInitProviderParentFlowAliasSelector

parentSubflowAlias?: str

parentSubflowAliasRef?: AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecInitProviderParentSubflowAliasRef

parentSubflowAliasSelector?: AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecInitProviderParentSubflowAliasSelector

priority?: float

realmId?: str
Expand Down Expand Up @@ -452,6 +565,95 @@ schema AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecInitProviderPa
resolve?: "Always" | "IfNotPresent"


schema AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecInitProviderParentSubflowAliasRef:
r"""
Reference to a Subflow in authenticationflow to populate parentSubflowAlias.

Attributes
----------
name : str, default is Undefined, required
Name of the referenced object.
policy : AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecInitProviderParentSubflowAliasRefPolicy, default is Undefined, optional
policy
"""


name: str

policy?: AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecInitProviderParentSubflowAliasRefPolicy


schema AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecInitProviderParentSubflowAliasRefPolicy:
r"""
Policies for referencing.

Attributes
----------
resolution : str, default is "Required", optional
Resolution specifies whether resolution of this reference is required.
The default is 'Required', which means the reconcile will fail if the
reference cannot be resolved. 'Optional' means this reference will be
a no-op if it cannot be resolved.
resolve : str, default is Undefined, optional
Resolve specifies when this reference should be resolved. The default
is 'IfNotPresent', which will attempt to resolve the reference only when
the corresponding field is not present. Use 'Always' to resolve the
reference on every reconcile.
"""


resolution?: "Required" | "Optional" = "Required"

resolve?: "Always" | "IfNotPresent"


schema AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecInitProviderParentSubflowAliasSelector:
r"""
Selector for a Subflow in authenticationflow to populate parentSubflowAlias.

Attributes
----------
matchControllerRef : bool, default is Undefined, optional
MatchControllerRef ensures an object with the same controller reference
as the selecting object is selected.
matchLabels : {str:str}, default is Undefined, optional
MatchLabels ensures an object with matching labels is selected.
policy : AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecInitProviderParentSubflowAliasSelectorPolicy, default is Undefined, optional
policy
"""


matchControllerRef?: bool

matchLabels?: {str:str}

policy?: AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecInitProviderParentSubflowAliasSelectorPolicy


schema AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecInitProviderParentSubflowAliasSelectorPolicy:
r"""
Policies for selection.

Attributes
----------
resolution : str, default is "Required", optional
Resolution specifies whether resolution of this reference is required.
The default is 'Required', which means the reconcile will fail if the
reference cannot be resolved. 'Optional' means this reference will be
a no-op if it cannot be resolved.
resolve : str, default is Undefined, optional
Resolve specifies when this reference should be resolved. The default
is 'IfNotPresent', which will attempt to resolve the reference only when
the corresponding field is not present. Use 'Always' to resolve the
reference on every reconcile.
"""


resolution?: "Required" | "Optional" = "Required"

resolve?: "Always" | "IfNotPresent"


schema AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionSpecInitProviderRealmIDRef:
r"""
Reference to a Realm in realm to populate realmId.
Expand Down Expand Up @@ -642,6 +844,8 @@ schema AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionStatusAtProvider:
id
parentFlowAlias : str, default is Undefined, optional
The alias of the flow this execution is attached to.
parentSubflowAlias : str, default is Undefined, optional
parent subflow alias
priority : float, default is Undefined, optional
The authenticator priority. Lower values will be executed prior higher values (Only supported by Keycloak >= 25).
realmId : str, default is Undefined, optional
Expand All @@ -657,6 +861,8 @@ schema AuthenticationflowKeycloakCrossplaneIoV1alpha1ExecutionStatusAtProvider:

parentFlowAlias?: str

parentSubflowAlias?: str

priority?: float

realmId?: str
Expand Down
Loading