class DocuSign_eSign::UserAccountManagementGranularInformation
Describes which account management capabilities a user has.
Attributes
Metadata that indicates whether the `canManageAdmins` property is editable.
Metadata that indicates whether the `canManageSharing` property is editable.
Metadata that indicates whether the `canManageUsers` property is editable.
Public Class Methods
Attribute mapping from ruby-style variable name to JSON key.
# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 99 def self.attribute_map { :'can_manage_account_security_settings' => :'canManageAccountSecuritySettings', :'can_manage_account_security_settings_metadata' => :'canManageAccountSecuritySettingsMetadata', :'can_manage_account_settings' => :'canManageAccountSettings', :'can_manage_account_settings_metadata' => :'canManageAccountSettingsMetadata', :'can_manage_admins' => :'canManageAdmins', :'can_manage_admins_metadata' => :'canManageAdminsMetadata', :'can_manage_connect' => :'canManageConnect', :'can_manage_connect_metadata' => :'canManageConnectMetadata', :'can_manage_document_retention' => :'canManageDocumentRetention', :'can_manage_document_retention_metadata' => :'canManageDocumentRetentionMetadata', :'can_manage_envelope_transfer' => :'canManageEnvelopeTransfer', :'can_manage_envelope_transfer_metadata' => :'canManageEnvelopeTransferMetadata', :'can_manage_groups_but_not_users' => :'canManageGroupsButNotUsers', :'can_manage_groups_but_not_users_metadata' => :'canManageGroupsButNotUsersMetadata', :'can_manage_joint_agreements' => :'canManageJointAgreements', :'can_manage_joint_agreements_metadata' => :'canManageJointAgreementsMetadata', :'can_manage_reporting' => :'canManageReporting', :'can_manage_reporting_metadata' => :'canManageReportingMetadata', :'can_manage_sharing' => :'canManageSharing', :'can_manage_sharing_metadata' => :'canManageSharingMetadata', :'can_manage_signing_groups' => :'canManageSigningGroups', :'can_manage_signing_groups_metadata' => :'canManageSigningGroupsMetadata', :'can_manage_stamps' => :'canManageStamps', :'can_manage_stamps_metadata' => :'canManageStampsMetadata', :'can_manage_users' => :'canManageUsers', :'can_manage_users_metadata' => :'canManageUsersMetadata', :'can_view_users' => :'canViewUsers' } end
Initializes the object @param [Hash] attributes Model attributes in the form of hash
# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 166 def initialize(attributes = {}) return unless attributes.is_a?(Hash) # convert string to symbol for hash key attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v } if attributes.has_key?(:'canManageAccountSecuritySettings') self.can_manage_account_security_settings = attributes[:'canManageAccountSecuritySettings'] end if attributes.has_key?(:'canManageAccountSecuritySettingsMetadata') self.can_manage_account_security_settings_metadata = attributes[:'canManageAccountSecuritySettingsMetadata'] end if attributes.has_key?(:'canManageAccountSettings') self.can_manage_account_settings = attributes[:'canManageAccountSettings'] end if attributes.has_key?(:'canManageAccountSettingsMetadata') self.can_manage_account_settings_metadata = attributes[:'canManageAccountSettingsMetadata'] end if attributes.has_key?(:'canManageAdmins') self.can_manage_admins = attributes[:'canManageAdmins'] end if attributes.has_key?(:'canManageAdminsMetadata') self.can_manage_admins_metadata = attributes[:'canManageAdminsMetadata'] end if attributes.has_key?(:'canManageConnect') self.can_manage_connect = attributes[:'canManageConnect'] end if attributes.has_key?(:'canManageConnectMetadata') self.can_manage_connect_metadata = attributes[:'canManageConnectMetadata'] end if attributes.has_key?(:'canManageDocumentRetention') self.can_manage_document_retention = attributes[:'canManageDocumentRetention'] end if attributes.has_key?(:'canManageDocumentRetentionMetadata') self.can_manage_document_retention_metadata = attributes[:'canManageDocumentRetentionMetadata'] end if attributes.has_key?(:'canManageEnvelopeTransfer') self.can_manage_envelope_transfer = attributes[:'canManageEnvelopeTransfer'] end if attributes.has_key?(:'canManageEnvelopeTransferMetadata') self.can_manage_envelope_transfer_metadata = attributes[:'canManageEnvelopeTransferMetadata'] end if attributes.has_key?(:'canManageGroupsButNotUsers') self.can_manage_groups_but_not_users = attributes[:'canManageGroupsButNotUsers'] end if attributes.has_key?(:'canManageGroupsButNotUsersMetadata') self.can_manage_groups_but_not_users_metadata = attributes[:'canManageGroupsButNotUsersMetadata'] end if attributes.has_key?(:'canManageJointAgreements') self.can_manage_joint_agreements = attributes[:'canManageJointAgreements'] end if attributes.has_key?(:'canManageJointAgreementsMetadata') self.can_manage_joint_agreements_metadata = attributes[:'canManageJointAgreementsMetadata'] end if attributes.has_key?(:'canManageReporting') self.can_manage_reporting = attributes[:'canManageReporting'] end if attributes.has_key?(:'canManageReportingMetadata') self.can_manage_reporting_metadata = attributes[:'canManageReportingMetadata'] end if attributes.has_key?(:'canManageSharing') self.can_manage_sharing = attributes[:'canManageSharing'] end if attributes.has_key?(:'canManageSharingMetadata') self.can_manage_sharing_metadata = attributes[:'canManageSharingMetadata'] end if attributes.has_key?(:'canManageSigningGroups') self.can_manage_signing_groups = attributes[:'canManageSigningGroups'] end if attributes.has_key?(:'canManageSigningGroupsMetadata') self.can_manage_signing_groups_metadata = attributes[:'canManageSigningGroupsMetadata'] end if attributes.has_key?(:'canManageStamps') self.can_manage_stamps = attributes[:'canManageStamps'] end if attributes.has_key?(:'canManageStampsMetadata') self.can_manage_stamps_metadata = attributes[:'canManageStampsMetadata'] end if attributes.has_key?(:'canManageUsers') self.can_manage_users = attributes[:'canManageUsers'] end if attributes.has_key?(:'canManageUsersMetadata') self.can_manage_users_metadata = attributes[:'canManageUsersMetadata'] end if attributes.has_key?(:'canViewUsers') self.can_view_users = attributes[:'canViewUsers'] end end
Attribute type mapping.
# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 132 def self.swagger_types { :'can_manage_account_security_settings' => :'String', :'can_manage_account_security_settings_metadata' => :'SettingsMetadata', :'can_manage_account_settings' => :'String', :'can_manage_account_settings_metadata' => :'SettingsMetadata', :'can_manage_admins' => :'String', :'can_manage_admins_metadata' => :'SettingsMetadata', :'can_manage_connect' => :'String', :'can_manage_connect_metadata' => :'SettingsMetadata', :'can_manage_document_retention' => :'String', :'can_manage_document_retention_metadata' => :'SettingsMetadata', :'can_manage_envelope_transfer' => :'String', :'can_manage_envelope_transfer_metadata' => :'SettingsMetadata', :'can_manage_groups_but_not_users' => :'String', :'can_manage_groups_but_not_users_metadata' => :'SettingsMetadata', :'can_manage_joint_agreements' => :'String', :'can_manage_joint_agreements_metadata' => :'SettingsMetadata', :'can_manage_reporting' => :'String', :'can_manage_reporting_metadata' => :'SettingsMetadata', :'can_manage_sharing' => :'String', :'can_manage_sharing_metadata' => :'SettingsMetadata', :'can_manage_signing_groups' => :'String', :'can_manage_signing_groups_metadata' => :'SettingsMetadata', :'can_manage_stamps' => :'String', :'can_manage_stamps_metadata' => :'SettingsMetadata', :'can_manage_users' => :'String', :'can_manage_users_metadata' => :'SettingsMetadata', :'can_view_users' => :'String' } end
Public Instance Methods
Checks equality by comparing each attribute. @param [Object] Object
to be compared
# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 296 def ==(o) return true if self.equal?(o) self.class == o.class && can_manage_account_security_settings == o.can_manage_account_security_settings && can_manage_account_security_settings_metadata == o.can_manage_account_security_settings_metadata && can_manage_account_settings == o.can_manage_account_settings && can_manage_account_settings_metadata == o.can_manage_account_settings_metadata && can_manage_admins == o.can_manage_admins && can_manage_admins_metadata == o.can_manage_admins_metadata && can_manage_connect == o.can_manage_connect && can_manage_connect_metadata == o.can_manage_connect_metadata && can_manage_document_retention == o.can_manage_document_retention && can_manage_document_retention_metadata == o.can_manage_document_retention_metadata && can_manage_envelope_transfer == o.can_manage_envelope_transfer && can_manage_envelope_transfer_metadata == o.can_manage_envelope_transfer_metadata && can_manage_groups_but_not_users == o.can_manage_groups_but_not_users && can_manage_groups_but_not_users_metadata == o.can_manage_groups_but_not_users_metadata && can_manage_joint_agreements == o.can_manage_joint_agreements && can_manage_joint_agreements_metadata == o.can_manage_joint_agreements_metadata && can_manage_reporting == o.can_manage_reporting && can_manage_reporting_metadata == o.can_manage_reporting_metadata && can_manage_sharing == o.can_manage_sharing && can_manage_sharing_metadata == o.can_manage_sharing_metadata && can_manage_signing_groups == o.can_manage_signing_groups && can_manage_signing_groups_metadata == o.can_manage_signing_groups_metadata && can_manage_stamps == o.can_manage_stamps && can_manage_stamps_metadata == o.can_manage_stamps_metadata && can_manage_users == o.can_manage_users && can_manage_users_metadata == o.can_manage_users_metadata && can_view_users == o.can_view_users end
Deserializes the data based on type @param string type Data type @param string value Value to be deserialized @return [Object] Deserialized data
# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 364 def _deserialize(type, value) case type.to_sym when :DateTime DateTime.parse(value) when :Date Date.parse(value) when :String value.to_s when :Integer value.to_i when :Float value.to_f when :BOOLEAN if value.to_s =~ /\A(true|t|yes|y|1)\z/i true else false end when :Object # generic object (usually a Hash), return directly value when /\AArray<(?<inner_type>.+)>\z/ inner_type = Regexp.last_match[:inner_type] value.map { |v| _deserialize(inner_type, v) } when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/ k_type = Regexp.last_match[:k_type] v_type = Regexp.last_match[:v_type] {}.tap do |hash| value.each do |k, v| hash[_deserialize(k_type, k)] = _deserialize(v_type, v) end end else # model temp_model = DocuSign_eSign.const_get(type).new temp_model.build_from_hash(value) end end
Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value @param [Object] value Any valid value @return [Hash] Returns the value in the form of hash
# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 430 def _to_hash(value) if value.is_a?(Array) value.compact.map { |v| _to_hash(v) } elsif value.is_a?(Hash) {}.tap do |hash| value.each { |k, v| hash[k] = _to_hash(v) } end elsif value.respond_to? :to_hash value.to_hash else value end end
Builds the object from hash @param [Hash] attributes Model attributes in the form of hash @return [Object] Returns the model itself
# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 343 def build_from_hash(attributes) return nil unless attributes.is_a?(Hash) self.class.swagger_types.each_pair do |key, type| if type =~ /\AArray<(.*)>/i # check to ensure the input is an array given that the attribute # is documented as an array but the input is not if attributes[self.class.attribute_map[key]].is_a?(Array) self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) }) end elsif !attributes[self.class.attribute_map[key]].nil? self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]])) end # or else data not found in attributes(hash), not an issue as the data can be optional end self end
@see the `==` method @param [Object] Object
to be compared
# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 330 def eql?(o) self == o end
Calculates hash code according to all attributes. @return [Fixnum] Hash code
# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 336 def hash [can_manage_account_security_settings, can_manage_account_security_settings_metadata, can_manage_account_settings, can_manage_account_settings_metadata, can_manage_admins, can_manage_admins_metadata, can_manage_connect, can_manage_connect_metadata, can_manage_document_retention, can_manage_document_retention_metadata, can_manage_envelope_transfer, can_manage_envelope_transfer_metadata, can_manage_groups_but_not_users, can_manage_groups_but_not_users_metadata, can_manage_joint_agreements, can_manage_joint_agreements_metadata, can_manage_reporting, can_manage_reporting_metadata, can_manage_sharing, can_manage_sharing_metadata, can_manage_signing_groups, can_manage_signing_groups_metadata, can_manage_stamps, can_manage_stamps_metadata, can_manage_users, can_manage_users_metadata, can_view_users].hash end
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 283 def list_invalid_properties invalid_properties = Array.new invalid_properties end
Returns the object in the form of hash @return [Hash] Returns the object in the form of hash
# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 416 def to_hash hash = {} self.class.attribute_map.each_pair do |attr, param| value = self.send(attr) next if value.nil? hash[param] = _to_hash(value) end hash end
Returns the string representation of the object @return [String] String presentation of the object
# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 404 def to_s to_hash.to_s end
Check to see if the all the properties in the model are valid @return true if the model is valid
# File lib/docusign_esign/models/user_account_management_granular_information.rb, line 290 def valid? true end