Class GetTestablePermissionsPlainArgs


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

      • customSupportLevel

        public java.util.Optional<java.lang.String> customSupportLevel()
        Returns:
        The level of support for custom roles. Can be one of `"NOT_SUPPORTED"`, `"SUPPORTED"`, `"TESTING"`. Default is `"SUPPORTED"`
      • fullResourceName

        public java.lang.String fullResourceName()
        Returns:
        See [full resource name documentation](https://cloud.google.com/apis/design/resource_names#full_resource_name) for more detail.
      • stages

        public java.util.Optional<java.util.List<java.lang.String>> stages()
        Returns:
        The acceptable release stages of the permission in the output. Note that `BETA` does not include permissions in `GA`, but you can specify both with `["GA", "BETA"]` for example. Can be a list of `"ALPHA"`, `"BETA"`, `"GA"`, `"DEPRECATED"`. Default is `["GA"]`.