Security Contact Properties Notifications By Role Args
data class SecurityContactPropertiesNotificationsByRoleArgs(val roles: Output<List<Either<String, SecurityContactRole>>>? = null, val state: Output<Either<String, State>>? = null) : ConvertibleToJava<SecurityContactPropertiesNotificationsByRoleArgs>
Defines whether to send email notifications from Microsoft Defender for Cloud to persons with specific RBAC roles on the subscription.
Constructors
Link copied to clipboard
constructor(roles: Output<List<Either<String, SecurityContactRole>>>? = null, state: Output<Either<String, State>>? = null)