lib/models/directory_audit.rb in microsoft_graph-0.13.0 vs lib/models/directory_audit.rb in microsoft_graph-0.14.0
- old
+ new
@@ -46,11 +46,11 @@
def activity_date_time
return @activity_date_time
end
##
## Sets the activityDateTime property value. Indicates the date and time the activity was performed. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
- ## @param value Value to set for the activityDateTime property.
+ ## @param value Value to set for the activity_date_time property.
## @return a void
##
def activity_date_time=(value)
@activity_date_time = value
end
@@ -61,11 +61,11 @@
def activity_display_name
return @activity_display_name
end
##
## Sets the activityDisplayName property value. Indicates the activity name or the operation name (examples: 'Create User' and 'Add member to group'). For full list, see Azure AD activity list.
- ## @param value Value to set for the activityDisplayName property.
+ ## @param value Value to set for the activity_display_name property.
## @return a void
##
def activity_display_name=(value)
@activity_display_name = value
end
@@ -76,11 +76,11 @@
def additional_details
return @additional_details
end
##
## Sets the additionalDetails property value. Indicates additional details on the activity.
- ## @param value Value to set for the additionalDetails property.
+ ## @param value Value to set for the additional_details property.
## @return a void
##
def additional_details=(value)
@additional_details = value
end
@@ -113,11 +113,11 @@
def correlation_id
return @correlation_id
end
##
## Sets the correlationId property value. Indicates a unique ID that helps correlate activities that span across various services. Can be used to trace logs across services.
- ## @param value Value to set for the correlationId property.
+ ## @param value Value to set for the correlation_id property.
## @return a void
##
def correlation_id=(value)
@correlation_id = value
end
@@ -156,11 +156,11 @@
def initiated_by
return @initiated_by
end
##
## Sets the initiatedBy property value. The initiatedBy property
- ## @param value Value to set for the initiatedBy property.
+ ## @param value Value to set for the initiated_by property.
## @return a void
##
def initiated_by=(value)
@initiated_by = value
end
@@ -171,11 +171,11 @@
def logged_by_service
return @logged_by_service
end
##
## Sets the loggedByService property value. Indicates information on which service initiated the activity (For example: Self-service Password Management, Core Directory, B2C, Invited Users, Microsoft Identity Manager, Privileged Identity Management.
- ## @param value Value to set for the loggedByService property.
+ ## @param value Value to set for the logged_by_service property.
## @return a void
##
def logged_by_service=(value)
@logged_by_service = value
end
@@ -186,11 +186,11 @@
def operation_type
return @operation_type
end
##
## Sets the operationType property value. Indicates the type of operation that was performed. The possible values include but are not limited to the following: Add, Assign, Update, Unassign, and Delete.
- ## @param value Value to set for the operationType property.
+ ## @param value Value to set for the operation_type property.
## @return a void
##
def operation_type=(value)
@operation_type = value
end
@@ -216,11 +216,11 @@
def result_reason
return @result_reason
end
##
## Sets the resultReason property value. Indicates the reason for failure if the result is failure or timeout.
- ## @param value Value to set for the resultReason property.
+ ## @param value Value to set for the result_reason property.
## @return a void
##
def result_reason=(value)
@result_reason = value
end
@@ -251,10 +251,10 @@
def target_resources
return @target_resources
end
##
## Sets the targetResources property value. Indicates information on which resource was changed due to the activity. Target Resource Type can be User, Device, Directory, App, Role, Group, Policy or Other.
- ## @param value Value to set for the targetResources property.
+ ## @param value Value to set for the target_resources property.
## @return a void
##
def target_resources=(value)
@target_resources = value
end