Class FSGroupStrategyOptionsArgs


  • public final class FSGroupStrategyOptionsArgs
    extends com.pulumi.resources.ResourceArgs
    FSGroupStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use FSGroupStrategyOptions from policy API Group instead.
    • Method Detail

      • ranges

        public java.util.Optional<com.pulumi.core.Output<java.util.List<IDRangeArgs>>> ranges()
        Returns:
        ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs.
      • rule

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> rule()
        Returns:
        rule is the strategy that will dictate what FSGroup is used in the SecurityContext.