class Aws::ManagedGrafana::Types::ListPermissionsRequest

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

data as a hash:

    {
      group_id: "SsoId",
      max_results: 1,
      next_token: "PaginationToken",
      user_id: "SsoId",
      user_type: "SSO_USER", # accepts SSO_USER, SSO_GROUP
      workspace_id: "WorkspaceId", # required
    }

@!attribute [rw] group_id

(Optional) Limits the results to only the group that matches this
ID.
@return [String]

@!attribute [rw] max_results

The maximum number of results to include in the response.
@return [Integer]

@!attribute [rw] next_token

The token to use when requesting the next set of results. You
received this token from a previous `ListPermissions` operation.
@return [String]

@!attribute [rw] user_id

(Optional) Limits the results to only the user that matches this ID.
@return [String]

@!attribute [rw] user_type

(Optional) If you specify `SSO_USER`, then only the permissions of
Amazon Web Services SSO users are returned. If you specify
`SSO_GROUP`, only the permissions of Amazon Web Services SSO groups
are returned.
@return [String]

@!attribute [rw] workspace_id

The ID of the workspace to list permissions for. This parameter is
required.
@return [String]

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

Constants

SENSITIVE