Skip to main content

Get Element Access Config (v2.1)

GET 

/v2.1/api/tenants/:tenant_id/elements/:element_id/elementaccessconfigs

Get all the element access configuration.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

    element_id stringrequired

    ID of the element.

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.

Loading...