SecurityContactPropertiesNotificationsByRoleArgs

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

constructor(roles: Output<List<Either<String, SecurityContactRole>>>? = null, state: Output<Either<String, State>>? = null)

Properties

Link copied to clipboard
val roles: Output<List<Either<String, SecurityContactRole>>>? = null

Defines which RBAC roles will get email notifications from Microsoft Defender for Cloud. List of allowed RBAC roles:

Link copied to clipboard
val state: Output<Either<String, State>>? = null

Defines whether to send email notifications from AMicrosoft Defender for Cloud to persons with specific RBAC roles on the subscription.

Functions

Link copied to clipboard
open override fun toJava(): SecurityContactPropertiesNotificationsByRoleArgs