class Aws::ManagedGrafana::Types::RoleValues

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.

@note When making an API call, you may pass RoleValues

data as a hash:

    {
      admin: ["RoleValue"],
      editor: ["RoleValue"],
    }

@!attribute [rw] admin

A list of groups from the SAML assertion attribute to grant the
Grafana `Admin` role to.
@return [Array<String>]

@!attribute [rw] editor

A list of groups from the SAML assertion attribute to grant the
Grafana `Editor` role to.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/RoleValues AWS API Documentation

Constants

SENSITIVE