Class GetGroupsPlainArgs


  • public final class GetGroupsPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • nameRegex

        public java.util.Optional<java.lang.String> nameRegex()
        Returns:
        A regex string to filter the returned groups by their names.
      • outputFile

        public java.util.Optional<java.lang.String> outputFile()
        Returns:
        File name where to save data source results (after running `pulumi preview`).
      • policyName

        public java.util.Optional<java.lang.String> policyName()
        Returns:
        Filter the results by a specific policy name. If you set this parameter without setting `policy_type`, it will be automatically set to `System`.
      • policyType

        public java.util.Optional<java.lang.String> policyType()
        Returns:
        Filter the results by a specific policy type. Valid items are `Custom` and `System`. If you set this parameter, you must set `policy_name` as well.
      • userName

        public java.util.Optional<java.lang.String> userName()
        Returns:
        Filter the results by a specific the user name.