GovernanceEmailNotification Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.GovernanceEmailNotification

public final class GovernanceEmailNotification

The governance email weekly notification configuration.

Constructor Summary

Constructor Description
GovernanceEmailNotification()

Creates an instance of GovernanceEmailNotification class.

Method Summary

Modifier and Type Method and Description
Boolean disableManagerEmailNotification()

Get the disableManagerEmailNotification property: Exclude manager from weekly email notification.

Boolean disableOwnerEmailNotification()

Get the disableOwnerEmailNotification property: Exclude owner from weekly email notification.

void validate()

Validates the instance.

GovernanceEmailNotification withDisableManagerEmailNotification(Boolean disableManagerEmailNotification)

Set the disableManagerEmailNotification property: Exclude manager from weekly email notification.

GovernanceEmailNotification withDisableOwnerEmailNotification(Boolean disableOwnerEmailNotification)

Set the disableOwnerEmailNotification property: Exclude owner from weekly email notification.

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:

the disableManagerEmailNotification value.

disableOwnerEmailNotification

public Boolean disableOwnerEmailNotification()

Get the disableOwnerEmailNotification property: Exclude owner from weekly email notification.

Returns:

the disableOwnerEmailNotification value.

validate

public void validate()

Validates the instance.

withDisableManagerEmailNotification

public GovernanceEmailNotification withDisableManagerEmailNotification(Boolean disableManagerEmailNotification)

Set the disableManagerEmailNotification property: Exclude manager from weekly email notification.

Parameters:

disableManagerEmailNotification - the disableManagerEmailNotification value to set.

Returns:

the GovernanceEmailNotification object itself.

withDisableOwnerEmailNotification

public GovernanceEmailNotification withDisableOwnerEmailNotification(Boolean disableOwnerEmailNotification)

Set the disableOwnerEmailNotification property: Exclude owner from weekly email notification.

Parameters:

disableOwnerEmailNotification - the disableOwnerEmailNotification value to set.

Returns:

the GovernanceEmailNotification object itself.

Applies to