AuthRoleTemplateFeature
A single feature entry on an auth role template, representing an explicit enable or disable override for a feature.
type AuthRoleTemplateFeature {
enabled: Boolean!
name: String!
}
Fields
AuthRoleTemplateFeature.enabled ● Boolean! non-null scalar
Whether this template explicitly enables or disables the feature.
AuthRoleTemplateFeature.name ● String! non-null scalar
The feature identifier.
Member Of
AuthRoleTemplate object