Struct aws_sdk_grafana::model::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.
Implementations§
source§impl RoleValues
impl RoleValues
source§impl RoleValues
impl RoleValues
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 more