OBJECT
SaasWorkloadMetadataType
Description
Metadata type for the SaaS workload.
link GraphQL Schema definition
- type SaasWorkloadMetadataType {
- # Token specifying the type of the metadata items.
- : String!
- # Field to be used for filtering the metadata items.
- : SaasWorkloadField
- # Display name of the metadata type.
- : String!
- }