Class: Aws::ManagedGrafana::Types::ListPermissionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-managedgrafana/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

(Optional) Limits the results to only the group that matches this ID.

Returns:

  • (String)


894
895
896
897
898
899
900
901
902
903
# File 'lib/aws-sdk-managedgrafana/types.rb', line 894

class ListPermissionsRequest < Struct.new(
  :group_id,
  :max_results,
  :next_token,
  :user_id,
  :user_type,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to include in the response.

Returns:

  • (Integer)


894
895
896
897
898
899
900
901
902
903
# File 'lib/aws-sdk-managedgrafana/types.rb', line 894

class ListPermissionsRequest < Struct.new(
  :group_id,
  :max_results,
  :next_token,
  :user_id,
  :user_type,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use when requesting the next set of results. You received this token from a previous ‘ListPermissions` operation.

Returns:

  • (String)


894
895
896
897
898
899
900
901
902
903
# File 'lib/aws-sdk-managedgrafana/types.rb', line 894

class ListPermissionsRequest < Struct.new(
  :group_id,
  :max_results,
  :next_token,
  :user_id,
  :user_type,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

(Optional) Limits the results to only the user that matches this ID.

Returns:

  • (String)


894
895
896
897
898
899
900
901
902
903
# File 'lib/aws-sdk-managedgrafana/types.rb', line 894

class ListPermissionsRequest < Struct.new(
  :group_id,
  :max_results,
  :next_token,
  :user_id,
  :user_type,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_typeString

(Optional) If you specify ‘SSO_USER`, then only the permissions of IAM Identity Center users are returned. If you specify `SSO_GROUP`, only the permissions of IAM Identity Center groups are returned.

Returns:

  • (String)


894
895
896
897
898
899
900
901
902
903
# File 'lib/aws-sdk-managedgrafana/types.rb', line 894

class ListPermissionsRequest < Struct.new(
  :group_id,
  :max_results,
  :next_token,
  :user_id,
  :user_type,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace to list permissions for. This parameter is required.

Returns:

  • (String)


894
895
896
897
898
899
900
901
902
903
# File 'lib/aws-sdk-managedgrafana/types.rb', line 894

class ListPermissionsRequest < Struct.new(
  :group_id,
  :max_results,
  :next_token,
  :user_id,
  :user_type,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end