OBJECT

Security

Contains security settings on an asset container

link GraphQL Schema definition

1type Security {
2
3# Whether or not the object is globally visible
4global: Boolean
5
6}