Skip to main content

Update Element Access Config (v2.2)

Update a specific element access configuration.

Path Parameters
    tenant_id string required

    ID of the tenant.

    element_id string required

    ID of the element.

    element_access_id string required

    ID of the element access config.

Request Body

Details of the access config to be updated

    account_disable_interval int32

    The account disable interval.

    id string

    The ID of the element.

    inactive_interval int32

    The inactive interval.

    otpkey_version int32

    The version of the OTP key.

    retry_login_count int32

    The count for retry logins.

    ssh_enabled boolean

    Indicates if SSH is enabled.

    ssh_outbound_enabled boolean

    Indicates if SSH is outbound enabled.

Responses

Successful Operation


Schema
    account_disable_interval int32

    The account disable interval.

    id string

    The ID of the element.

    inactive_interval int32

    The inactive interval.

    otpkey_version int32

    The version of the OTP key.

    retry_login_count int32

    The count for retry logins.

    ssh_enabled boolean

    Indicates if SSH is enabled.

    ssh_outbound_enabled boolean

    Indicates if SSH is outbound enabled.

Loading...