Setup Flows
Get application setup flows
zero_trust.casb.applications.setup_flows.list(strslug, SetupFlowListParams**kwargs) -> SetupFlowListResponse
GET/accounts/{account_id}/one/applications/{slug}/setup-flows
ModelsExpand Collapse
List[SetupFlowListResponseItem]
List[SetupFlowListResponseItem]
steps: List[SetupFlowListResponseItemStep]Ordered list of setup steps.
steps: List[SetupFlowListResponseItemStep]
Ordered list of setup steps.
type: Literal["component", "instruction", "form_input", "oauth_redirect"]Step type.
component - component
instruction - instruction
form_input - form_input
oauth_redirect - oauth_redirect
type: Literal["component", "instruction", "form_input", "oauth_redirect"]
Step type.
component- componentinstruction- instructionform_input- form_inputoauth_redirect- oauth_redirect
dynamic_content: Optional[List[SetupFlowListResponseItemStepDynamicContent]]Dynamic content blocks (for instruction/form_input).
dynamic_content: Optional[List[SetupFlowListResponseItemStepDynamicContent]]
Dynamic content blocks (for instruction/form_input).