class Aws::ManagedGrafana::Types::User

A structure that specifies one user or group in the workspace.

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

data as a hash:

    {
      id: "SsoId", # required
      type: "SSO_USER", # required, accepts SSO_USER, SSO_GROUP
    }

@!attribute [rw] id

The ID of the user or group.

Pattern:
`^([0-9a-fA-F]\{10\}-|)[A-Fa-f0-9]\{8\}-[A-Fa-f0-9]\{4\}-[A-Fa-f0-9]\{4\}-[A-Fa-f0-9]\{4\}-[A-Fa-f0-9]\{12\}$`
@return [String]

@!attribute [rw] type

Specifies whether this is a single user or a group.
@return [String]

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

Constants

SENSITIVE