Create Britive-managed permission for a profile
    • PDF

    Create Britive-managed permission for a profile

    • PDF

    Article summary

    Post
    /api/profile-requests/apps/{appId}/britive-managed/permissions
    Security
    HTTP
    Type bearer
    Path parameters
    appId
    stringRequired

    Id of the application

    Body parameters
    {
      "name": "DevAccessPermission",
      "description": "Permission to access develop environment",
      "type": "role",
      "tags": [
        {
          "key": "string",
          "value": "string"
        }
      ],
      "childPermissions": [
        {
          "name": "DevAdminPolicy",
          "type": "inlinePolicy",
          "permissionDefinition": {}
        }
      ]
    }
    Expand All
    object
    id
    string
    name
    string
    ExampleDevAccessPermission
    description
    string
    ExamplePermission to access develop environment
    type
    string
    Examplerole
    isPrivileged
    boolean
    tags
    Array of object (Tag)
    object
    key
    string
    value
    string
    permissionDefinition
    object
    createdDate
    string
    createdBy
    string
    updatedDate
    string
    updatedBy
    string
    childPermissions
    Array of object (ChildPermissionDto)
    object
    name
    string
    ExampleDevAdminPolicy
    type
    string
    ExampleinlinePolicy
    permissionDefinition
    object
    isPrivileged
    boolean
    Responses
    200

    Permission successfully created.

    Expand All
    object
    id
    string
    name
    string
    ExampleDevAccessPermission
    description
    string
    ExamplePermission to access develop environment
    type
    string
    Examplerole
    isPrivileged
    boolean
    tags
    Array of object (Tag)
    object
    key
    string
    value
    string
    permissionDefinition
    object
    createdDate
    string
    createdBy
    string
    updatedDate
    string
    updatedBy
    string
    childPermissions
    Array of object (ChildPermissionDto)
    object
    name
    string
    ExampleDevAdminPolicy
    type
    string
    ExampleinlinePolicy
    permissionDefinition
    object
    isPrivileged
    boolean

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.