Skip to main content

rac_connection_tokens_update

PUT 

/rac/connection_tokens/:connection_token_uuid/

ConnectionToken Viewset

Request

Path Parameters

    connection_token_uuid uuidrequired

    A UUID string identifying this RAC Connection token.

Body

required

    pk uuid
    provider integerrequired
    endpoint uuidrequired

Responses

Schema

    pk uuid
    provider integerrequired

    provider_obj

    object

    required

    RACProvider Serializer

    pk ID (integer)required
    name stringrequired
    authentication_flow uuidnullable

    Flow used for authentication when the associated application is accessed by an un-authenticated user.

    authorization_flow uuidrequired

    Flow used when authorizing this provider.

    property_mappings uuid[]
    component stringrequired

    Get object component so that we know how to edit the object

    assigned_application_slug stringrequired

    Internal application name, used in URLs.

    assigned_application_name stringrequired

    Application's display Name.

    assigned_backchannel_application_slug stringrequired

    Internal application name, used in URLs.

    assigned_backchannel_application_name stringrequired

    Application's display Name.

    verbose_name stringrequired

    Return object's verbose_name

    verbose_name_plural stringrequired

    Return object's plural verbose_name

    meta_model_name stringrequired

    Return internal model name

    settings
    outpost_set string[]required
    connection_expiry string

    Determines how long a session lasts. Default of 0 means that the sessions lasts until the browser is closed. (Format: hours=-1;minutes=-2;seconds=-3)

    delete_token_on_disconnect boolean

    When set to true, connection tokens will be deleted upon disconnect.

    endpoint uuidrequired

    endpoint_obj

    object

    required

    Endpoint Serializer

    pk uuidrequired
    name stringrequired
    provider integerrequired

    provider_obj

    object

    required

    RACProvider Serializer

    pk ID (integer)required
    name stringrequired
    authentication_flow uuidnullable

    Flow used for authentication when the associated application is accessed by an un-authenticated user.

    authorization_flow uuidrequired

    Flow used when authorizing this provider.

    property_mappings uuid[]
    component stringrequired

    Get object component so that we know how to edit the object

    assigned_application_slug stringrequired

    Internal application name, used in URLs.

    assigned_application_name stringrequired

    Application's display Name.

    assigned_backchannel_application_slug stringrequired

    Internal application name, used in URLs.

    assigned_backchannel_application_name stringrequired

    Application's display Name.

    verbose_name stringrequired

    Return object's verbose_name

    verbose_name_plural stringrequired

    Return object's plural verbose_name

    meta_model_name stringrequired

    Return internal model name

    settings
    outpost_set string[]required
    connection_expiry string

    Determines how long a session lasts. Default of 0 means that the sessions lasts until the browser is closed. (Format: hours=-1;minutes=-2;seconds=-3)

    delete_token_on_disconnect boolean

    When set to true, connection tokens will be deleted upon disconnect.

    protocol ProtocolEnum (string)required

    Possible values: [rdp, vnc, ssh]

    host stringrequired
    settings
    property_mappings uuid[]
    auth_mode AuthModeEnum (string)required

    Possible values: [static, prompt]

    launch_url stringnullablerequired

    Build actual launch URL (the provider itself does not have one, just individual endpoints)

    maximum_connections integer

    Possible values: >= -2147483648 and <= 2147483647

    user

    object

    required

    Stripped down user serializer to show relevant users for groups

    pk ID (integer)required
    username stringrequired

    Possible values: <= 150 characters, Value must match regular expression ^[\w.@+-]+$

    Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.

    name stringrequired

    User's display name.

    is_active Active (boolean)

    Designates whether this user should be treated as active. Unselect this instead of deleting accounts.

    last_login date-timenullable
    email email

    Possible values: <= 254 characters

    attributes object
    uid stringrequired
Loading...