MicrosoftGraphChatMessagePolicyViolationPolicyTip Class       
	- java.
lang. Object  - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphChatMessagePolicyViolationPolicyTip  
- com.
 
Implements
public final class MicrosoftGraphChatMessagePolicyViolationPolicyTip
 implements JsonSerializable<MicrosoftGraphChatMessagePolicyViolationPolicyTip>
chatMessagePolicyViolationPolicyTip.
Constructor Summary
| Constructor | Description | 
|---|---|
| MicrosoftGraphChatMessagePolicyViolationPolicyTip() | 
								 Creates an instance of Microsoft  | 
					
Method Summary
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,Object> | 
							additionalProperties()
								 Get the additional  | 
					
| String | 
							complianceUrl()
								 Get the compliance  | 
					
| 
								static
									Microsoft | 
						
							fromJson(JsonReader jsonReader)
								 Reads an instance of Microsoft  | 
					
| String | 
							generalText()
								 Get the general  | 
					
| List<String> | 
							matchedConditionDescriptions()
								 Get the matched  | 
					
| 
									Json | 
						toJson(JsonWriter jsonWriter) | 
| void | 
							validate()
								 Validates the instance.  | 
					
| 
									Microsoft | 
						
							withAdditionalProperties(Map<String,Object> additionalProperties)
								 Set the additional  | 
					
| 
									Microsoft | 
						
							withComplianceUrl(String complianceUrl)
								 Set the compliance  | 
					
| 
									Microsoft | 
						
							withGeneralText(String generalText)
								 Set the general  | 
					
| 
									Microsoft | 
						
							withMatchedConditionDescriptions(List<String> matchedConditionDescriptions)
								 Set the matched  | 
					
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphChatMessagePolicyViolationPolicyTip
public MicrosoftGraphChatMessagePolicyViolationPolicyTip()
Creates an instance of MicrosoftGraphChatMessagePolicyViolationPolicyTip class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: chatMessagePolicyViolationPolicyTip.
Returns:
complianceUrl
public String complianceUrl()
Get the complianceUrl property: The URL a user can visit to read about the data loss prevention policies for the organization. (ie, policies about what users shouldn't say in chats).
Returns:
fromJson
public static MicrosoftGraphChatMessagePolicyViolationPolicyTip fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphChatMessagePolicyViolationPolicyTip from the JsonReader.
Parameters:
Returns:
Throws:
generalText
public String generalText()
Get the generalText property: Explanatory text shown to the sender of the message.
Returns:
matchedConditionDescriptions
public List<String> matchedConditionDescriptions()
Get the matchedConditionDescriptions property: The list of improper data in the message that was detected by the data loss prevention app. Each DLP app defines its own conditions, examples include 'Credit Card Number' and 'Social Security Number'.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphChatMessagePolicyViolationPolicyTip withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: chatMessagePolicyViolationPolicyTip.
Parameters:
Returns:
withComplianceUrl
public MicrosoftGraphChatMessagePolicyViolationPolicyTip withComplianceUrl(String complianceUrl)
Set the complianceUrl property: The URL a user can visit to read about the data loss prevention policies for the organization. (ie, policies about what users shouldn't say in chats).
Parameters:
Returns:
withGeneralText
public MicrosoftGraphChatMessagePolicyViolationPolicyTip withGeneralText(String generalText)
Set the generalText property: Explanatory text shown to the sender of the message.
Parameters:
Returns:
withMatchedConditionDescriptions
public MicrosoftGraphChatMessagePolicyViolationPolicyTip withMatchedConditionDescriptions(List<String> matchedConditionDescriptions)
Set the matchedConditionDescriptions property: The list of improper data in the message that was detected by the data loss prevention app. Each DLP app defines its own conditions, examples include 'Credit Card Number' and 'Social Security Number'.
Parameters:
Returns: