Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/TemplateTeams.md
2025-05-07 14:37:48 +00:00

1.5 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-template-teams TemplateTeams TemplateTeams TemplateTeams powershellsdk
powershell
PowerShell
sdk
TemplateTeams
V2024TemplateTeams
/tools/sdk/powershell/v2024/models/template-teams
SDK
Software Development Kit
TemplateTeams
V2024TemplateTeams

TemplateTeams

Properties

Name Type Description Notes
Key String [optional]
Title String [optional]
Text String [optional]
MessageJSON String [optional]
IsSubscription Boolean [optional]
ApprovalId String [optional]
RequestId String [optional]
RequestedById String [optional]
NotificationType String [optional]
AutoApprovalData TemplateSlackAutoApprovalData [optional]
CustomFields TemplateSlackCustomFields [optional]

Examples

  • Prepare the resource
$TemplateTeams = Initialize-V2024TemplateTeams  -Key null `
 -Title null `
 -Text null `
 -MessageJSON null `
 -IsSubscription null `
 -ApprovalId null `
 -RequestId null `
 -RequestedById null `
 -NotificationType null `
 -AutoApprovalData null `
 -CustomFields null
  • Convert the resource to JSON
$TemplateTeams | ConvertTo-JSON

[Back to top]