Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/TemplateTeams.md
2025-01-28 13:29:29 -05:00

1.6 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
beta-template-teams TemplateTeams TemplateTeams TemplateTeams powershellsdk
powershell
PowerShell
sdk
TemplateTeams
BetaTemplateTeams
/tools/sdk/powershell/beta/models/template-teams
SDK
Software Development Kit
TemplateTeams
BetaTemplateTeams

TemplateTeams

Properties

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

Examples

  • Prepare the resource
$TemplateTeams = Initialize-PSSailpoint.BetaTemplateTeams  -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]