Skip to main content

Update an authentication sequence

PUT 

/authentication-sequences/:id

Update an existing authentication sequence.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

OK

    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    name stringrequired

    The name of the authentication sequence

    authentication_profiles string[]

    An ordered list of authentication profiles

    use_domain_find_profile boolean

    Default value: true

    Use domain to determine authentication profile?

Responses

OK

Loading...