Class GetUserPlainArgs.Builder

  • Enclosing class:
    GetUserPlainArgs

    public static final class GetUserPlainArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • alternateIdentifier

        public GetUserPlainArgs.Builder alternateIdentifier​(@Nullable
                                                            GetUserAlternateIdentifier alternateIdentifier)
        Parameters:
        alternateIdentifier - A unique identifier for a user or group that is not the primary identifier. Conflicts with `user_id` and `filter`. Detailed below.
        Returns:
        builder
      • filter

        @Deprecated
        public GetUserPlainArgs.Builder filter​(@Nullable
                                               GetUserFilter filter)
        Deprecated.
        Use the alternate_identifier attribute instead.
        Parameters:
        filter - Configuration block for filtering by a unique attribute of the user. Detailed below.
        Returns:
        builder
      • identityStoreId

        public GetUserPlainArgs.Builder identityStoreId​(java.lang.String identityStoreId)
        Parameters:
        identityStoreId - Identity Store ID associated with the Single Sign-On Instance. The following arguments are optional:
        Returns:
        builder
      • userId

        public GetUserPlainArgs.Builder userId​(@Nullable
                                               java.lang.String userId)
        Parameters:
        userId - The identifier for a user in the Identity Store. > Exactly one of the above arguments must be provided. Passing both `filter` and `user_id` is allowed for backwards compatibility.
        Returns:
        builder