GovernanceEmailNotification Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. GovernanceEmailNotification
- com.
Implements
public final class GovernanceEmailNotification
implements JsonSerializable<GovernanceEmailNotification>
The governance email weekly notification configuration.
Constructor Summary
| Constructor | Description |
|---|---|
| GovernanceEmailNotification() |
Creates an instance of Governance |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Boolean |
disableManagerEmailNotification()
Get the disable |
| Boolean |
disableOwnerEmailNotification()
Get the disable |
|
static
Governance |
fromJson(JsonReader jsonReader)
Reads an instance of Governance |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Governance |
withDisableManagerEmailNotification(Boolean disableManagerEmailNotification)
Set the disable |
|
Governance |
withDisableOwnerEmailNotification(Boolean disableOwnerEmailNotification)
Set the disable |
Methods inherited from java.lang.Object
Constructor Details
GovernanceEmailNotification
public GovernanceEmailNotification()
Creates an instance of GovernanceEmailNotification class.
Method Details
disableManagerEmailNotification
public Boolean disableManagerEmailNotification()
Get the disableManagerEmailNotification property: Exclude manager from weekly email notification.
Returns:
disableOwnerEmailNotification
public Boolean disableOwnerEmailNotification()
Get the disableOwnerEmailNotification property: Exclude owner from weekly email notification.
Returns:
fromJson
public static GovernanceEmailNotification fromJson(JsonReader jsonReader)
Reads an instance of GovernanceEmailNotification from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withDisableManagerEmailNotification
public GovernanceEmailNotification withDisableManagerEmailNotification(Boolean disableManagerEmailNotification)
Set the disableManagerEmailNotification property: Exclude manager from weekly email notification.
Parameters:
Returns:
withDisableOwnerEmailNotification
public GovernanceEmailNotification withDisableOwnerEmailNotification(Boolean disableOwnerEmailNotification)
Set the disableOwnerEmailNotification property: Exclude owner from weekly email notification.
Parameters:
Returns: