Homepage

AuthorizationPolicy

Last edit: Oct 26, 2022

Authorization Policy is used to restrict access to pages and forms

type AuthorizationPolicy implements AdminSharedAttributesInterface {
  authorization_policy_associations: [AuthorizationPolicyAssociation!]
  content: String!
  created_at: JSONDate!
  flash_alert: String
  http_status: Int
  id: ID!
  metadata: HashObject
  name: String!
  physical_file_path: String
  redirect_to: String
  updated_at: JSONDate!
}

Fields

authorization_policy_associations (AuthorizationPolicyAssociation)

content (String)

created_at (JSONDate)

flash_alert (String)

http_status (Int)

use this status code when authorization fails; usually 404 or 403

id (ID)

metadata (HashObject)

name (String)

physical_file_path (String)

defines the physical path of the file

redirect_to (String)

updated_at (JSONDate)

Interfaces

AdminSharedAttributesInterface

Questions?

We are always happy to help with any questions you may have.

contact us