FsGroupStrategyOptionsV1Beta1.Ranges 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 the list of allowed ID ranges. Each element in the list specifies a minimum and maximum value that define a range of allowed IDs. The ranges are applied to the FSGroup security settings in Kubernetes for access control purposes.
[YamlDotNet.Serialization.YamlMember(Alias="ranges")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.IdRangeV1Beta1> Ranges { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="ranges")>]
member this.Ranges : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.IdRangeV1Beta1>
Public ReadOnly Property Ranges As List(Of IdRangeV1Beta1)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute