Class IAMBindingArgs


  • public final class IAMBindingArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • members

        public com.pulumi.core.Output<java.util.List<java.lang.String>> members()
        Returns:
        A list of users that the role should apply to. For more details on format and restrictions see https://cloud.google.com/billing/reference/rest/v1/Policy#Binding
      • orgId

        public com.pulumi.core.Output<java.lang.String> orgId()
        Returns:
        The numeric ID of the organization in which you want to create a custom role.
      • role

        public com.pulumi.core.Output<java.lang.String> role()
        Returns:
        The role that should be applied. Only one `gcp.organizations.IAMBinding` can be used per role. Note that custom roles must be of the format `[projects|organizations]/{parent-name}/roles/{role-name}`.