AggregationRuleV1 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an aggregation rule for ClusterRoles in a Kubernetes environment. Aggregation rules allow defining how to aggregate multiple cluster roles for easier role-based access control (RBAC) management.
[YamlDotNet.Serialization.YamlSerializable]
public sealed class AggregationRuleV1
[<YamlDotNet.Serialization.YamlSerializable>]
type AggregationRuleV1 = class
Public NotInheritable Class AggregationRuleV1
- Inheritance
-
AggregationRuleV1
- Attributes
-
YamlDotNet.Serialization.YamlSerializableAttribute
Constructors
AggregationRuleV1() |
Properties
ClusterRoleSelectors |
Represents a collection of label selectors used to specify the aggregation behavior for cluster roles. Each label selector in the collection defines criteria to match certain cluster roles, allowing aggregation of permissions across multiple roles. |