Class ListGroupsForMemberRequest

    • Method Detail

      • directoryId

        public final String directoryId()

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

        Returns:
        The identifier (ID) of the directory that's associated with the member.
      • 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 is optional, so you can limit your results to the group members in a specific domain.

        This parameter is case insensitive and defaults to Realm

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

        This parameter is optional, so you can limit your results to the group members in a specific domain.

        This parameter is case insensitive and defaults to Realm

      • 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 groups outside of your Managed Microsoft AD domain. When no value is defined, only your Managed Microsoft AD groups are returned.

        This value is case insensitive and defaults to your Managed Microsoft AD domain.

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

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

        This value is case insensitive and defaults to your Managed Microsoft AD domain.

      • samAccountName

        public final String samAccountName()

        The SAMAccountName of the user, group, or computer that's a member of the group.

        Returns:
        The SAMAccountName of the user, group, or computer that's a member 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