Sha256: d90e1e00e879b1f32b7953e3c1c2108fee2f0611590039990a0123899cb01982
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Graph module Models # # Request parameters for GetMemberGroups API call. # class UserGetMemberGroupsParameters include MsRestAzure # @return [Boolean] If true, only membership in security-enabled groups # should be checked. Otherwise, membership in all groups should be # checked. attr_accessor :security_enabled_only # # Mapper for UserGetMemberGroupsParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'UserGetMemberGroupsParameters', type: { name: 'Composite', class_name: 'UserGetMemberGroupsParameters', model_properties: { security_enabled_only: { required: true, serialized_name: 'securityEnabledOnly', type: { name: 'Boolean' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_graph-0.14.0 | lib/generated/azure_mgmt_graph/models/user_get_member_groups_parameters.rb |