Skip to main content

Upsert a security configuration

PUT 

/v2/securityconfigs

Upsert a security configuration

Request

Body

    id stringrequired

    Possible values: non-empty

    name stringrequired

    Possible values: non-empty

    isGlobal booleanrequired
    securityType int32required

    Possible values: [0, 1, 2, 3, 4, 5]

    globalSecurityProperties

    object

    securityProperties

    object

    nullable

    property name* nullable

    [object Object]

Responses

The updated security configuration

Schema

    createdBy stringnullable
    updatedBy stringnullable
    createdAtUtc date-timenullable
    updatedAtUtc date-timenullable
    deletedAtUtc date-timenullable
    deletedBy stringnullable
    id stringnullable
    correlationId stringnullable
    apimSubscription stringnullable
    eTag stringnullable
    cosmosEntityName stringnullable
    name stringnullable
    companyId stringnullable
    auditCorrelationId stringnullable
    isGlobal boolean
    securityType int32

    Possible values: [0, 1, 2, 3, 4, 5]

    globalSecurityProperties

    object

    securityProperties

    object

    nullable

    property name* nullable

    [object Object]

Loading...