Skip to main content

Update a file blocking profile

PUT 

/file-blocking-profiles/:id

Update a file blocking profile.

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 file blocking profile

    description string
    rules object[]

    A list of file blocking rules

  • Array [
  • name stringrequired

    The name of the file blocking rule

    action required

    Possible values: [alert, block, continue]

    Default value: alert

    The action to take when the rule match criteria is met

    application string[]required

    Possible values: >= 1

    Default value: any

    The application transferring the files (App-ID naming)

    direction required

    Possible values: [download, upload, both]

    Default value: both

    The direction of the file transfer

    file_type string[]required

    Possible values: >= 1

    Default value: any

    The file type

  • ]

Responses

OK

Loading...