Update to powershell SDK docs: 14250434703

This commit is contained in:
developer-relations-sp
2025-04-03 18:44:25 +00:00
parent 0b3f8bfc9c
commit fdec0b3605
7 changed files with 244 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ Name | Type | Description | Notes
**AutoRevokeAllowed** | **Boolean** | Allows auto revoke for this campaign | [optional] [default to $false]
**RecommendationsEnabled** | **Boolean** | Enables IAI for this campaign. Accepts true even if the IAI product feature is off. If IAI is turned off then campaigns generated from this template will indicate false. The real value will then be returned if IAI is ever enabled for the org in the future. | [optional] [default to $false]
**Status** | **Enum** [ "PENDING", "STAGED", "CANCELING", "ACTIVATING", "ACTIVE", "COMPLETING", "COMPLETED", "ERROR", "ARCHIVED" ] | The campaign's current status. | [optional] [readonly]
**CorrelatedStatus** | **Enum** [ "CORRELATED", "UNCORRELATED" ] | The correlatedStatus of the campaign. Only SOURCE_OWNER campaigns can be Uncorrelated. An Uncorrelated certification campaign only includes Uncorrelated identities (An identity is uncorrelated if it has no accounts on an authoritative source). | [optional]
**CorrelatedStatus** | **Enum** [ "CORRELATED", "UNCORRELATED" ] | The correlatedStatus of the campaign. Only SOURCE_OWNER campaigns can be Uncorrelated. An Uncorrelated certification campaign only includes Uncorrelated identities (An identity is uncorrelated if it has no accounts on an authoritative source). | [optional]
**Created** | **System.DateTime** | Created time of the campaign | [optional] [readonly]
**TotalCertifications** | **Int32** | The total number of certifications in this campaign. | [optional] [readonly]
**CompletedCertifications** | **Int32** | The number of completed certifications in this campaign. | [optional] [readonly]