ClusterRoleBinding.RoleRef Property
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.
Gets or sets the RoleRef property, which contains information pointing to the Kubernetes role being referenced within the ClusterRoleBinding configuration. The RoleRef property defines the role name, kind, and the group for API access, to ensure the binding is correctly associated with the intended permissions and scope.
[YamlDotNet.Serialization.YamlMember(Alias="roleRef")]
public Aspire.Hosting.Kubernetes.Resources.RoleRefV1 RoleRef { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="roleRef")>]
member this.RoleRef : Aspire.Hosting.Kubernetes.Resources.RoleRefV1 with get, set
Public Property RoleRef As RoleRefV1
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute