lib/purecloudplatformclientv2/api/authorization_api.rb in purecloudplatformclientv2-93.0.0 vs lib/purecloudplatformclientv2/api/authorization_api.rb in purecloudplatformclientv2-94.0.0
- old
+ new
@@ -323,15 +323,15 @@
# Request specific divisions by id using a query param \"id\", e.g. ?id=5f777167-63be-4c24-ad41-374155d9e28b&id=72e9fb25-c484-488d-9312-7acba82435b3
# @param [Hash] opts the optional parameters
# @option opts [Integer] :page_size The total page size requested (default to 25)
# @option opts [Integer] :page_number The page number requested (default to 1)
# @option opts [String] :sort_by variable name requested to sort by
- # @option opts [Array<String>] :expand variable name requested by expand list
+ # @option opts [Array<Object>] :expand variable name requested by expand list
# @option opts [String] :next_page next page token
# @option opts [String] :previous_page Previous page token
# @option opts [BOOLEAN] :object_count Include the count of objects contained in the division (default to false)
- # @option opts [Array<String>] :id Optionally request specific divisions by their IDs
+ # @option opts [Array<Object>] :id Optionally request specific divisions by their IDs
# @option opts [String] :name Search term to filter by division name
# @return [AuthzDivisionEntityListing]
def get_authorization_divisions(opts = {})
data, _status_code, _headers = get_authorization_divisions_with_http_info(opts)
return data
@@ -341,15 +341,15 @@
# Request specific divisions by id using a query param \"id\", e.g. ?id=5f777167-63be-4c24-ad41-374155d9e28b&id=72e9fb25-c484-488d-9312-7acba82435b3
# @param [Hash] opts the optional parameters
# @option opts [Integer] :page_size The total page size requested
# @option opts [Integer] :page_number The page number requested
# @option opts [String] :sort_by variable name requested to sort by
- # @option opts [Array<String>] :expand variable name requested by expand list
+ # @option opts [Array<Object>] :expand variable name requested by expand list
# @option opts [String] :next_page next page token
# @option opts [String] :previous_page Previous page token
# @option opts [BOOLEAN] :object_count Include the count of objects contained in the division
- # @option opts [Array<String>] :id Optionally request specific divisions by their IDs
+ # @option opts [Array<Object>] :id Optionally request specific divisions by their IDs
# @option opts [String] :name Search term to filter by division name
# @return [Array<(AuthzDivisionEntityListing, Fixnum, Hash)>] AuthzDivisionEntityListing data, response status code and response headers
def get_authorization_divisions_with_http_info(opts = {})
if @api_client.config.debugging
@api_client.config.logger.debug "Calling API: AuthorizationApi.get_authorization_divisions ..."
@@ -1100,11 +1100,11 @@
# @param role_id Role ID
# @param [Hash] opts the optional parameters
# @option opts [Integer] :page_size The total page size requested (default to 25)
# @option opts [Integer] :page_number The page number requested (default to 1)
# @option opts [String] :sort_by variable name requested to sort by
- # @option opts [Array<String>] :expand variable name requested by expand list
+ # @option opts [Array<Object>] :expand variable name requested by expand list
# @option opts [String] :next_page next page token
# @option opts [String] :previous_page Previous page token
# @return [SubjectDivisionGrantsEntityListing]
def get_authorization_role_subjectgrants(role_id, opts = {})
data, _status_code, _headers = get_authorization_role_subjectgrants_with_http_info(role_id, opts)
@@ -1116,11 +1116,11 @@
# @param role_id Role ID
# @param [Hash] opts the optional parameters
# @option opts [Integer] :page_size The total page size requested
# @option opts [Integer] :page_number The page number requested
# @option opts [String] :sort_by variable name requested to sort by
- # @option opts [Array<String>] :expand variable name requested by expand list
+ # @option opts [Array<Object>] :expand variable name requested by expand list
# @option opts [String] :next_page next page token
# @option opts [String] :previous_page Previous page token
# @return [Array<(SubjectDivisionGrantsEntityListing, Fixnum, Hash)>] SubjectDivisionGrantsEntityListing data, response status code and response headers
def get_authorization_role_subjectgrants_with_http_info(role_id, opts = {})
if @api_client.config.debugging
@@ -1301,16 +1301,16 @@
#
# @param [Hash] opts the optional parameters
# @option opts [Integer] :page_size The total page size requested (default to 25)
# @option opts [Integer] :page_number The page number requested (default to 1)
# @option opts [String] :sort_by variable name requested to sort by
- # @option opts [Array<String>] :expand variable name requested by expand list
+ # @option opts [Array<Object>] :expand variable name requested by expand list
# @option opts [String] :next_page next page token
# @option opts [String] :previous_page Previous page token
# @option opts [String] :name
- # @option opts [Array<String>] :permission
- # @option opts [Array<String>] :default_role_id
+ # @option opts [Array<Object>] :permission
+ # @option opts [Array<Object>] :default_role_id
# @option opts [BOOLEAN] :user_count (default to true)
# @option opts [Array<String>] :id id
# @return [OrganizationRoleEntityListing]
def get_authorization_roles(opts = {})
data, _status_code, _headers = get_authorization_roles_with_http_info(opts)
@@ -1321,15 +1321,15 @@
#
# @param [Hash] opts the optional parameters
# @option opts [Integer] :page_size The total page size requested
# @option opts [Integer] :page_number The page number requested
# @option opts [String] :sort_by variable name requested to sort by
- # @option opts [Array<String>] :expand variable name requested by expand list
+ # @option opts [Array<Object>] :expand variable name requested by expand list
# @option opts [String] :next_page next page token
# @option opts [String] :previous_page Previous page token
# @option opts [String] :name
- # @option opts [Array<String>] :permission
- # @option opts [Array<String>] :default_role_id
+ # @option opts [Array<Object>] :permission
+ # @option opts [Array<Object>] :default_role_id
# @option opts [BOOLEAN] :user_count
# @option opts [Array<String>] :id id
# @return [Array<(OrganizationRoleEntityListing, Fixnum, Hash)>] OrganizationRoleEntityListing data, response status code and response headers
def get_authorization_roles_with_http_info(opts = {})
if @api_client.config.debugging