AssetProcessingRuleset
A set of rules to apply to an asset processing ruleset and for a specific namespace.
type AssetProcessingRuleset {
namespaceId: ID!
processingType: AssetProcessingRulesetType!
enabled: Boolean!
processingAttributes: [Attribute!]
}
Fields
AssetProcessingRuleset.namespaceId
● ID!
non-null scalar
The namespace of the asset processing ruleset.
AssetProcessingRuleset.processingType
● AssetProcessingRulesetType!
non-null enum
The processing type of the asset processing ruleset.
AssetProcessingRuleset.enabled
● Boolean!
non-null scalar
Whether the asset processing ruleset is enable or not.
AssetProcessingRuleset.processingAttributes
● [Attribute!]
list object
A set of attributes to apply to the namespace for the asset processing ruleset.
Returned by
assetProcessingRulesets
query