Class ListGroupMembersRequest

    • Method Detail

      • directoryId

        public final String directoryId()

        The identifier (ID) of the directory that's associated with the group.

        Returns:
        The identifier (ID) of the directory that's associated with the group.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to be returned per request.

        Returns:
        The maximum number of results to be returned per request.
      • memberRealm

        public final String memberRealm()

        The domain name that's associated with the group member. This parameter defaults to the Managed Microsoft AD domain.

        This parameter is optional and case insensitive.

        Returns:
        The domain name that's associated with the group member. This parameter defaults to the Managed Microsoft AD domain.

        This parameter is optional and case insensitive.

      • nextToken

        public final String nextToken()

        An encoded paging token for paginated calls that can be passed back to retrieve the next page.

        Returns:
        An encoded paging token for paginated calls that can be passed back to retrieve the next page.
      • realm

        public final String realm()

        The domain name that's associated with the group.

        This parameter is optional, so you can return members from a group outside of your Managed Microsoft AD domain. When no value is defined, only members of your Managed Microsoft AD groups are returned.

        This value is case insensitive.

        Returns:
        The domain name that's associated with the group.

        This parameter is optional, so you can return members from a group outside of your Managed Microsoft AD domain. When no value is defined, only members of your Managed Microsoft AD groups are returned.

        This value is case insensitive.

      • samAccountName

        public final String samAccountName()

        The name of the group.

        Returns:
        The name of the group.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object