notifications/src/PSSailpoint.Notifications/Model/CcBccRecipientType.ps1
|
# # Identity Security Cloud API - Notifications # Use these APIs to interact with the Identity Security Cloud platform to achieve repeatable, automated processes with greater scalability. We encourage you to join the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss to connect with other developers using our APIs. # Version: v1 # Generated by OpenAPI Generator: https://openapi-generator.tech # <# .SYNOPSIS Enum CcBccRecipientType. .DESCRIPTION Recipient resolution type for a CC or BCC preference entry. Dynamic types are resolved at notification send time based on the triggering event's context. #> enum CcBccRecipientType { # enum value: "IDENTITY" IDENTITY # enum value: "MANAGER_OF" MANAGER_OF # enum value: "GOVERNANCE_GROUP" GOVERNANCE_GROUP # enum value: "ORG_ADMINS" ORG_ADMINS # enum value: "STATIC_EMAIL" STATIC_EMAIL } |