Struct aws_sdk_grafana::types::RoleValues
source · #[non_exhaustive]pub struct RoleValues { /* private fields */ }
Expand description
This structure defines which groups defined in the SAML assertion attribute are to be mapped to the Grafana Admin
and Editor
roles in the workspace. SAML authenticated users not part of Admin
or Editor
role groups have Viewer
permission over the workspace.
Implementations§
source§impl RoleValues
impl RoleValues
source§impl RoleValues
impl RoleValues
sourcepub fn builder() -> RoleValuesBuilder
pub fn builder() -> RoleValuesBuilder
Creates a new builder-style object to manufacture RoleValues
.
Trait Implementations§
source§impl Clone for RoleValues
impl Clone for RoleValues
source§fn clone(&self) -> RoleValues
fn clone(&self) -> RoleValues
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RoleValues
impl Debug for RoleValues
source§impl PartialEq<RoleValues> for RoleValues
impl PartialEq<RoleValues> for RoleValues
source§fn eq(&self, other: &RoleValues) -> bool
fn eq(&self, other: &RoleValues) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.