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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedgrafana/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)


705
706
707
708
709
710
711
712
713
714
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 705

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)


705
706
707
708
709
710
711
712
713
714
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 705

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)


705
706
707
708
709
710
711
712
713
714
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 705

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)


705
706
707
708
709
710
711
712
713
714
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 705

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)


705
706
707
708
709
710
711
712
713
714
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 705

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)


705
706
707
708
709
710
711
712
713
714
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 705

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