Class UserMembershipV3Args


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

      • groupId

        public com.pulumi.core.Output<java.lang.String> groupId()
        Returns:
        The UUID of group to which the user will be added. Changing this creates a new user membership.
      • region

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
        Returns:
        The region in which to obtain the V3 Identity client. If omitted, the `region` argument of the provider is used. Changing this creates a new user membership.
      • userId

        public com.pulumi.core.Output<java.lang.String> userId()
        Returns:
        The UUID of user to use. Changing this creates a new user membership.