Struct extrahop::UserGroupId [] [src]

pub struct UserGroupId(_);

Canonical ID for a user group.

Examples

User groups are identified by their type and provider-assigned ID. Currently, only LDAP groups are supported; these are represented as remote.group-name.

Methods

impl UserGroupId
[src]

Creates a canonicalized user group ID.

Gets the group ID as a string.

Trait Implementations

impl Debug for UserGroupId
[src]

Formats the value using the given formatter.

impl Clone for UserGroupId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UserGroupId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for UserGroupId
[src]

impl Hash for UserGroupId
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more