Okta v6.0.0 published on Friday, Oct 10, 2025 by Pulumi
okta.getCampaign
Get the campaign belonging to an Okta organization.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as okta from "@pulumi/okta";
const test = okta.getCampaign({
id: "<campaign id>",
});
import pulumi
import pulumi_okta as okta
test = okta.get_campaign(id="<campaign id>")
package main
import (
"github.com/pulumi/pulumi-okta/sdk/v6/go/okta"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := okta.LookupCampaign(ctx, &okta.LookupCampaignArgs{
Id: pulumi.StringRef("<campaign id>"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Okta = Pulumi.Okta;
return await Deployment.RunAsync(() =>
{
var test = Okta.GetCampaign.Invoke(new()
{
Id = "<campaign id>",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.okta.OktaFunctions;
import com.pulumi.okta.inputs.GetCampaignArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var test = OktaFunctions.getCampaign(GetCampaignArgs.builder()
.id("<campaign id>")
.build());
}
}
variables:
test:
fn::invoke:
function: okta:getCampaign
arguments:
id: <campaign id>
Using getCampaign
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCampaign(args: GetCampaignArgs, opts?: InvokeOptions): Promise<GetCampaignResult>
function getCampaignOutput(args: GetCampaignOutputArgs, opts?: InvokeOptions): Output<GetCampaignResult>
def get_campaign(campaign_type: Optional[str] = None,
description: Optional[str] = None,
id: Optional[str] = None,
notification_settings: Optional[GetCampaignNotificationSettings] = None,
principal_scope_settings: Optional[GetCampaignPrincipalScopeSettings] = None,
remediation_settings: Optional[GetCampaignRemediationSettings] = None,
resource_settings: Optional[GetCampaignResourceSettings] = None,
reviewer_settings: Optional[GetCampaignReviewerSettings] = None,
schedule_settings: Optional[GetCampaignScheduleSettings] = None,
opts: Optional[InvokeOptions] = None) -> GetCampaignResult
def get_campaign_output(campaign_type: Optional[pulumi.Input[str]] = None,
description: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
notification_settings: Optional[pulumi.Input[GetCampaignNotificationSettingsArgs]] = None,
principal_scope_settings: Optional[pulumi.Input[GetCampaignPrincipalScopeSettingsArgs]] = None,
remediation_settings: Optional[pulumi.Input[GetCampaignRemediationSettingsArgs]] = None,
resource_settings: Optional[pulumi.Input[GetCampaignResourceSettingsArgs]] = None,
reviewer_settings: Optional[pulumi.Input[GetCampaignReviewerSettingsArgs]] = None,
schedule_settings: Optional[pulumi.Input[GetCampaignScheduleSettingsArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCampaignResult]
func LookupCampaign(ctx *Context, args *LookupCampaignArgs, opts ...InvokeOption) (*LookupCampaignResult, error)
func LookupCampaignOutput(ctx *Context, args *LookupCampaignOutputArgs, opts ...InvokeOption) LookupCampaignResultOutput
> Note: This function is named LookupCampaign
in the Go SDK.
public static class GetCampaign
{
public static Task<GetCampaignResult> InvokeAsync(GetCampaignArgs args, InvokeOptions? opts = null)
public static Output<GetCampaignResult> Invoke(GetCampaignInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCampaignResult> getCampaign(GetCampaignArgs args, InvokeOptions options)
public static Output<GetCampaignResult> getCampaign(GetCampaignArgs args, InvokeOptions options)
fn::invoke:
function: okta:index/getCampaign:getCampaign
arguments:
# arguments dictionary
The following arguments are supported:
- Campaign
Type string - Description string
- Id string
- The ID of this resource.
- Notification
Settings GetCampaign Notification Settings - Principal
Scope GetSettings Campaign Principal Scope Settings - Remediation
Settings GetCampaign Remediation Settings - Resource
Settings GetCampaign Resource Settings - Reviewer
Settings GetCampaign Reviewer Settings - Schedule
Settings GetCampaign Schedule Settings
- Campaign
Type string - Description string
- Id string
- The ID of this resource.
- Notification
Settings GetCampaign Notification Settings - Principal
Scope GetSettings Campaign Principal Scope Settings - Remediation
Settings GetCampaign Remediation Settings - Resource
Settings GetCampaign Resource Settings - Reviewer
Settings GetCampaign Reviewer Settings - Schedule
Settings GetCampaign Schedule Settings
- campaign
Type String - description String
- id String
- The ID of this resource.
- notification
Settings GetCampaign Notification Settings - principal
Scope GetSettings Campaign Principal Scope Settings - remediation
Settings GetCampaign Remediation Settings - resource
Settings GetCampaign Resource Settings - reviewer
Settings GetCampaign Reviewer Settings - schedule
Settings GetCampaign Schedule Settings
- campaign
Type string - description string
- id string
- The ID of this resource.
- notification
Settings GetCampaign Notification Settings - principal
Scope GetSettings Campaign Principal Scope Settings - remediation
Settings GetCampaign Remediation Settings - resource
Settings GetCampaign Resource Settings - reviewer
Settings GetCampaign Reviewer Settings - schedule
Settings GetCampaign Schedule Settings
- campaign_
type str - description str
- id str
- The ID of this resource.
- notification_
settings GetCampaign Notification Settings - principal_
scope_ Getsettings Campaign Principal Scope Settings - remediation_
settings GetCampaign Remediation Settings - resource_
settings GetCampaign Resource Settings - reviewer_
settings GetCampaign Reviewer Settings - schedule_
settings GetCampaign Schedule Settings
getCampaign Result
The following output properties are available:
- Campaign
Type string - Created string
- Created
By string - Description string
- Id string
- The ID of this resource.
- Last
Updated string - Last
Updated stringBy - Name string
- Recurring
Campaign stringId - Status string
- Notification
Settings GetCampaign Notification Settings - Principal
Scope GetSettings Campaign Principal Scope Settings - Remediation
Settings GetCampaign Remediation Settings - Resource
Settings GetCampaign Resource Settings - Reviewer
Settings GetCampaign Reviewer Settings - Schedule
Settings GetCampaign Schedule Settings
- Campaign
Type string - Created string
- Created
By string - Description string
- Id string
- The ID of this resource.
- Last
Updated string - Last
Updated stringBy - Name string
- Recurring
Campaign stringId - Status string
- Notification
Settings GetCampaign Notification Settings - Principal
Scope GetSettings Campaign Principal Scope Settings - Remediation
Settings GetCampaign Remediation Settings - Resource
Settings GetCampaign Resource Settings - Reviewer
Settings GetCampaign Reviewer Settings - Schedule
Settings GetCampaign Schedule Settings
- campaign
Type String - created String
- created
By String - description String
- id String
- The ID of this resource.
- last
Updated String - last
Updated StringBy - name String
- recurring
Campaign StringId - status String
- notification
Settings GetCampaign Notification Settings - principal
Scope GetSettings Campaign Principal Scope Settings - remediation
Settings GetCampaign Remediation Settings - resource
Settings GetCampaign Resource Settings - reviewer
Settings GetCampaign Reviewer Settings - schedule
Settings GetCampaign Schedule Settings
- campaign
Type string - created string
- created
By string - description string
- id string
- The ID of this resource.
- last
Updated string - last
Updated stringBy - name string
- recurring
Campaign stringId - status string
- notification
Settings GetCampaign Notification Settings - principal
Scope GetSettings Campaign Principal Scope Settings - remediation
Settings GetCampaign Remediation Settings - resource
Settings GetCampaign Resource Settings - reviewer
Settings GetCampaign Reviewer Settings - schedule
Settings GetCampaign Schedule Settings
- campaign_
type str - created str
- created_
by str - description str
- id str
- The ID of this resource.
- last_
updated str - last_
updated_ strby - name str
- recurring_
campaign_ strid - status str
- notification_
settings GetCampaign Notification Settings - principal_
scope_ Getsettings Campaign Principal Scope Settings - remediation_
settings GetCampaign Remediation Settings - resource_
settings GetCampaign Resource Settings - reviewer_
settings GetCampaign Reviewer Settings - schedule_
settings GetCampaign Schedule Settings
- campaign
Type String - created String
- created
By String - description String
- id String
- The ID of this resource.
- last
Updated String - last
Updated StringBy - name String
- recurring
Campaign StringId - status String
- notification
Settings Property Map - principal
Scope Property MapSettings - remediation
Settings Property Map - resource
Settings Property Map - reviewer
Settings Property Map - schedule
Settings Property Map
Supporting Types
GetCampaignNotificationSettings
- notify
Review BooleanPeriod End - notify
Reviewer BooleanAt Campaign End - notify
Reviewer BooleanDuring Midpoint Of Review - notify
Reviewer BooleanWhen Overdue - notify
Reviewer BooleanWhen Review Assigned - reminders
Reviewer List<Integer>Before Campaign Close In Secs
- notify
Review booleanPeriod End - notify
Reviewer booleanAt Campaign End - notify
Reviewer booleanDuring Midpoint Of Review - notify
Reviewer booleanWhen Overdue - notify
Reviewer booleanWhen Review Assigned - reminders
Reviewer number[]Before Campaign Close In Secs
- notify
Review BooleanPeriod End - notify
Reviewer BooleanAt Campaign End - notify
Reviewer BooleanDuring Midpoint Of Review - notify
Reviewer BooleanWhen Overdue - notify
Reviewer BooleanWhen Review Assigned - reminders
Reviewer List<Number>Before Campaign Close In Secs
GetCampaignPrincipalScopeSettings
- Excluded
User List<string>Ids - Group
Ids List<string> - Include
Only boolActive Users - Only
Include boolUsers With Sod Conflicts - Type string
- User
Ids List<string> - User
Scope stringExpression - Predefined
Inactive List<GetUsers Scopes Campaign Principal Scope Settings Predefined Inactive Users Scope>
- Excluded
User []stringIds - Group
Ids []string - Include
Only boolActive Users - Only
Include boolUsers With Sod Conflicts - Type string
- User
Ids []string - User
Scope stringExpression - Predefined
Inactive []GetUsers Scopes Campaign Principal Scope Settings Predefined Inactive Users Scope
- excluded
User List<String>Ids - group
Ids List<String> - include
Only BooleanActive Users - only
Include BooleanUsers With Sod Conflicts - type String
- user
Ids List<String> - user
Scope StringExpression - predefined
Inactive List<GetUsers Scopes Campaign Principal Scope Settings Predefined Inactive Users Scope>
- excluded
User string[]Ids - group
Ids string[] - include
Only booleanActive Users - only
Include booleanUsers With Sod Conflicts - type string
- user
Ids string[] - user
Scope stringExpression - predefined
Inactive GetUsers Scopes Campaign Principal Scope Settings Predefined Inactive Users Scope[]
- excluded_
user_ Sequence[str]ids - group_
ids Sequence[str] - include_
only_ boolactive_ users - only_
include_ boolusers_ with_ sod_ conflicts - type str
- user_
ids Sequence[str] - user_
scope_ strexpression - predefined_
inactive_ Sequence[Getusers_ scopes Campaign Principal Scope Settings Predefined Inactive Users Scope]
- excluded
User List<String>Ids - group
Ids List<String> - include
Only BooleanActive Users - only
Include BooleanUsers With Sod Conflicts - type String
- user
Ids List<String> - user
Scope StringExpression - predefined
Inactive List<Property Map>Users Scopes
GetCampaignPrincipalScopeSettingsPredefinedInactiveUsersScope
- Inactive
Days int
- Inactive
Days int
- inactive
Days Integer
- inactive
Days number
- inactive_
days int
- inactive
Days Number
GetCampaignRemediationSettings
- Access
Approved string - Specifies the action by default if the reviewer approves access. NO_ACTION indicates there is no remediation action and the user retains access.
- Access
Revoked string - Specifies the action if the reviewer revokes access. NO_ACTION indicates the user retains the same access. DENY indicates the user will have their access revoked as long as they are not assigned to a group through Group Rules.
- No
Response string - Specifies the action if the reviewer doesn't respond to the request.
- Auto
Remediation GetSettings Campaign Remediation Settings Auto Remediation Settings
- Access
Approved string - Specifies the action by default if the reviewer approves access. NO_ACTION indicates there is no remediation action and the user retains access.
- Access
Revoked string - Specifies the action if the reviewer revokes access. NO_ACTION indicates the user retains the same access. DENY indicates the user will have their access revoked as long as they are not assigned to a group through Group Rules.
- No
Response string - Specifies the action if the reviewer doesn't respond to the request.
- Auto
Remediation GetSettings Campaign Remediation Settings Auto Remediation Settings
- access
Approved String - Specifies the action by default if the reviewer approves access. NO_ACTION indicates there is no remediation action and the user retains access.
- access
Revoked String - Specifies the action if the reviewer revokes access. NO_ACTION indicates the user retains the same access. DENY indicates the user will have their access revoked as long as they are not assigned to a group through Group Rules.
- no
Response String - Specifies the action if the reviewer doesn't respond to the request.
- auto
Remediation GetSettings Campaign Remediation Settings Auto Remediation Settings
- access
Approved string - Specifies the action by default if the reviewer approves access. NO_ACTION indicates there is no remediation action and the user retains access.
- access
Revoked string - Specifies the action if the reviewer revokes access. NO_ACTION indicates the user retains the same access. DENY indicates the user will have their access revoked as long as they are not assigned to a group through Group Rules.
- no
Response string - Specifies the action if the reviewer doesn't respond to the request.
- auto
Remediation GetSettings Campaign Remediation Settings Auto Remediation Settings
- access_
approved str - Specifies the action by default if the reviewer approves access. NO_ACTION indicates there is no remediation action and the user retains access.
- access_
revoked str - Specifies the action if the reviewer revokes access. NO_ACTION indicates the user retains the same access. DENY indicates the user will have their access revoked as long as they are not assigned to a group through Group Rules.
- no_
response str - Specifies the action if the reviewer doesn't respond to the request.
- auto_
remediation_ Getsettings Campaign Remediation Settings Auto Remediation Settings
- access
Approved String - Specifies the action by default if the reviewer approves access. NO_ACTION indicates there is no remediation action and the user retains access.
- access
Revoked String - Specifies the action if the reviewer revokes access. NO_ACTION indicates the user retains the same access. DENY indicates the user will have their access revoked as long as they are not assigned to a group through Group Rules.
- no
Response String - Specifies the action if the reviewer doesn't respond to the request.
- auto
Remediation Property MapSettings
GetCampaignRemediationSettingsAutoRemediationSettings
- Include
All boolIndirect Assignments - When a group is selected to be automatically remediated.
- Include
Onlies List<GetCampaign Remediation Settings Auto Remediation Settings Include Only> - An array of resources to be automatically remediated.
- Include
All boolIndirect Assignments - When a group is selected to be automatically remediated.
- Include
Onlies []GetCampaign Remediation Settings Auto Remediation Settings Include Only - An array of resources to be automatically remediated.
- include
All BooleanIndirect Assignments - When a group is selected to be automatically remediated.
- include
Onlies List<GetCampaign Remediation Settings Auto Remediation Settings Include Only> - An array of resources to be automatically remediated.
- include
All booleanIndirect Assignments - When a group is selected to be automatically remediated.
- include
Onlies GetCampaign Remediation Settings Auto Remediation Settings Include Only[] - An array of resources to be automatically remediated.
- include_
all_ boolindirect_ assignments - When a group is selected to be automatically remediated.
- include_
onlies Sequence[GetCampaign Remediation Settings Auto Remediation Settings Include Only] - An array of resources to be automatically remediated.
- include
All BooleanIndirect Assignments - When a group is selected to be automatically remediated.
- include
Onlies List<Property Map> - An array of resources to be automatically remediated.
GetCampaignRemediationSettingsAutoRemediationSettingsIncludeOnly
- Resource
Id string - The resource ID of the target resource When type = GROUP, it will point to the group ID.
- Resource
Type string - The type of the resource to be automatically remediated. Only GROUP is supported.
- Resource
Id string - The resource ID of the target resource When type = GROUP, it will point to the group ID.
- Resource
Type string - The type of the resource to be automatically remediated. Only GROUP is supported.
- resource
Id String - The resource ID of the target resource When type = GROUP, it will point to the group ID.
- resource
Type String - The type of the resource to be automatically remediated. Only GROUP is supported.
- resource
Id string - The resource ID of the target resource When type = GROUP, it will point to the group ID.
- resource
Type string - The type of the resource to be automatically remediated. Only GROUP is supported.
- resource_
id str - The resource ID of the target resource When type = GROUP, it will point to the group ID.
- resource_
type str - The type of the resource to be automatically remediated. Only GROUP is supported.
- resource
Id String - The resource ID of the target resource When type = GROUP, it will point to the group ID.
- resource
Type String - The type of the resource to be automatically remediated. Only GROUP is supported.
GetCampaignResourceSettings
- Include
Admin boolRoles - Include admin roles.
- Include
Entitlements bool - Include entitlements for this application.
- Individually
Assigned boolApps Only - Only include individually assigned groups.
- Individually
Assigned boolGroups Only - Only include individually assigned groups.
- Only
Include boolOut Of Policy Entitlements - Only include out-of-policy entitlements.
- Type string
- The type of Okta resource.
- Excluded
Resources List<GetCampaign Resource Settings Excluded Resource> - An array of resources that are excluded from the review.
- Target
Resources List<GetCampaign Resource Settings Target Resource> - Represents a resource that will be part of Access certifications.
- Include
Admin boolRoles - Include admin roles.
- Include
Entitlements bool - Include entitlements for this application.
- Individually
Assigned boolApps Only - Only include individually assigned groups.
- Individually
Assigned boolGroups Only - Only include individually assigned groups.
- Only
Include boolOut Of Policy Entitlements - Only include out-of-policy entitlements.
- Type string
- The type of Okta resource.
- Excluded
Resources []GetCampaign Resource Settings Excluded Resource - An array of resources that are excluded from the review.
- Target
Resources []GetCampaign Resource Settings Target Resource - Represents a resource that will be part of Access certifications.
- include
Admin BooleanRoles - Include admin roles.
- include
Entitlements Boolean - Include entitlements for this application.
- individually
Assigned BooleanApps Only - Only include individually assigned groups.
- individually
Assigned BooleanGroups Only - Only include individually assigned groups.
- only
Include BooleanOut Of Policy Entitlements - Only include out-of-policy entitlements.
- type String
- The type of Okta resource.
- excluded
Resources List<GetCampaign Resource Settings Excluded Resource> - An array of resources that are excluded from the review.
- target
Resources List<GetCampaign Resource Settings Target Resource> - Represents a resource that will be part of Access certifications.
- include
Admin booleanRoles - Include admin roles.
- include
Entitlements boolean - Include entitlements for this application.
- individually
Assigned booleanApps Only - Only include individually assigned groups.
- individually
Assigned booleanGroups Only - Only include individually assigned groups.
- only
Include booleanOut Of Policy Entitlements - Only include out-of-policy entitlements.
- type string
- The type of Okta resource.
- excluded
Resources GetCampaign Resource Settings Excluded Resource[] - An array of resources that are excluded from the review.
- target
Resources GetCampaign Resource Settings Target Resource[] - Represents a resource that will be part of Access certifications.
- include_
admin_ boolroles - Include admin roles.
- include_
entitlements bool - Include entitlements for this application.
- individually_
assigned_ boolapps_ only - Only include individually assigned groups.
- individually_
assigned_ boolgroups_ only - Only include individually assigned groups.
- only_
include_ boolout_ of_ policy_ entitlements - Only include out-of-policy entitlements.
- type str
- The type of Okta resource.
- excluded_
resources Sequence[GetCampaign Resource Settings Excluded Resource] - An array of resources that are excluded from the review.
- target_
resources Sequence[GetCampaign Resource Settings Target Resource] - Represents a resource that will be part of Access certifications.
- include
Admin BooleanRoles - Include admin roles.
- include
Entitlements Boolean - Include entitlements for this application.
- individually
Assigned BooleanApps Only - Only include individually assigned groups.
- individually
Assigned BooleanGroups Only - Only include individually assigned groups.
- only
Include BooleanOut Of Policy Entitlements - Only include out-of-policy entitlements.
- type String
- The type of Okta resource.
- excluded
Resources List<Property Map> - An array of resources that are excluded from the review.
- target
Resources List<Property Map> - Represents a resource that will be part of Access certifications.
GetCampaignResourceSettingsExcludedResource
- Resource
Id string - Okta specific resource ID.
- Resource
Type string - The type of Okta resource.
- Resource
Id string - Okta specific resource ID.
- Resource
Type string - The type of Okta resource.
- resource
Id String - Okta specific resource ID.
- resource
Type String - The type of Okta resource.
- resource
Id string - Okta specific resource ID.
- resource
Type string - The type of Okta resource.
- resource_
id str - Okta specific resource ID.
- resource_
type str - The type of Okta resource.
- resource
Id String - Okta specific resource ID.
- resource
Type String - The type of Okta resource.
GetCampaignResourceSettingsTargetResource
- Include
All boolEntitlements And Bundles - Include all entitlements and entitlement bundles for this application.
- Resource
Id string - The resource ID that is being reviewed.
- Resource
Type string - The type of Okta resource.
- Entitlement
Bundles List<GetCampaign Resource Settings Target Resource Entitlement Bundle> - An array of entitlement bundles associated with resourceId that should be chosen as target when creating reviews.
- Entitlements
List<Get
Campaign Resource Settings Target Resource Entitlement>
- Include
All boolEntitlements And Bundles - Include all entitlements and entitlement bundles for this application.
- Resource
Id string - The resource ID that is being reviewed.
- Resource
Type string - The type of Okta resource.
- Entitlement
Bundles []GetCampaign Resource Settings Target Resource Entitlement Bundle - An array of entitlement bundles associated with resourceId that should be chosen as target when creating reviews.
- Entitlements
[]Get
Campaign Resource Settings Target Resource Entitlement
- include
All BooleanEntitlements And Bundles - Include all entitlements and entitlement bundles for this application.
- resource
Id String - The resource ID that is being reviewed.
- resource
Type String - The type of Okta resource.
- entitlement
Bundles List<GetCampaign Resource Settings Target Resource Entitlement Bundle> - An array of entitlement bundles associated with resourceId that should be chosen as target when creating reviews.
- entitlements
List<Get
Campaign Resource Settings Target Resource Entitlement>
- include
All booleanEntitlements And Bundles - Include all entitlements and entitlement bundles for this application.
- resource
Id string - The resource ID that is being reviewed.
- resource
Type string - The type of Okta resource.
- entitlement
Bundles GetCampaign Resource Settings Target Resource Entitlement Bundle[] - An array of entitlement bundles associated with resourceId that should be chosen as target when creating reviews.
- entitlements
Get
Campaign Resource Settings Target Resource Entitlement[]
- include_
all_ boolentitlements_ and_ bundles - Include all entitlements and entitlement bundles for this application.
- resource_
id str - The resource ID that is being reviewed.
- resource_
type str - The type of Okta resource.
- entitlement_
bundles Sequence[GetCampaign Resource Settings Target Resource Entitlement Bundle] - An array of entitlement bundles associated with resourceId that should be chosen as target when creating reviews.
- entitlements
Sequence[Get
Campaign Resource Settings Target Resource Entitlement]
- include
All BooleanEntitlements And Bundles - Include all entitlements and entitlement bundles for this application.
- resource
Id String - The resource ID that is being reviewed.
- resource
Type String - The type of Okta resource.
- entitlement
Bundles List<Property Map> - An array of entitlement bundles associated with resourceId that should be chosen as target when creating reviews.
- entitlements List<Property Map>
GetCampaignResourceSettingsTargetResourceEntitlement
- Id string
- The ID of this resource.
- Include
All boolValues - Whether to include all values for this entitlement.
- Values
List<Get
Campaign Resource Settings Target Resource Entitlement Value> - Entitlement value ids
- Id string
- The ID of this resource.
- Include
All boolValues - Whether to include all values for this entitlement.
- Values
[]Get
Campaign Resource Settings Target Resource Entitlement Value - Entitlement value ids
- id String
- The ID of this resource.
- include
All BooleanValues - Whether to include all values for this entitlement.
- values
List<Get
Campaign Resource Settings Target Resource Entitlement Value> - Entitlement value ids
- id string
- The ID of this resource.
- include
All booleanValues - Whether to include all values for this entitlement.
- values
Get
Campaign Resource Settings Target Resource Entitlement Value[] - Entitlement value ids
- id str
- The ID of this resource.
- include_
all_ boolvalues - Whether to include all values for this entitlement.
- values
Sequence[Get
Campaign Resource Settings Target Resource Entitlement Value] - Entitlement value ids
- id String
- The ID of this resource.
- include
All BooleanValues - Whether to include all values for this entitlement.
- values List<Property Map>
- Entitlement value ids
GetCampaignResourceSettingsTargetResourceEntitlementBundle
- Id string
- The ID of this resource.
- Id string
- The ID of this resource.
- id String
- The ID of this resource.
- id string
- The ID of this resource.
- id str
- The ID of this resource.
- id String
- The ID of this resource.
GetCampaignResourceSettingsTargetResourceEntitlementValue
- Id string
- The ID of this resource.
- Id string
- The ID of this resource.
- id String
- The ID of this resource.
- id string
- The ID of this resource.
- id str
- The ID of this resource.
- id String
- The ID of this resource.
GetCampaignReviewerSettings
- Bulk
Decision boolDisabled - Fallback
Reviewer stringId - Justification
Required bool - Reassignment
Disabled bool - Reviewer
Group stringId - Reviewer
Id string - Reviewer
Scope stringExpression - Self
Review boolDisabled - Type string
- Reviewer
Levels List<GetCampaign Reviewer Settings Reviewer Level>
- Bulk
Decision boolDisabled - Fallback
Reviewer stringId - Justification
Required bool - Reassignment
Disabled bool - Reviewer
Group stringId - Reviewer
Id string - Reviewer
Scope stringExpression - Self
Review boolDisabled - Type string
- Reviewer
Levels []GetCampaign Reviewer Settings Reviewer Level
- bulk
Decision BooleanDisabled - fallback
Reviewer StringId - justification
Required Boolean - reassignment
Disabled Boolean - reviewer
Group StringId - reviewer
Id String - reviewer
Scope StringExpression - self
Review BooleanDisabled - type String
- reviewer
Levels List<GetCampaign Reviewer Settings Reviewer Level>
- bulk
Decision booleanDisabled - fallback
Reviewer stringId - justification
Required boolean - reassignment
Disabled boolean - reviewer
Group stringId - reviewer
Id string - reviewer
Scope stringExpression - self
Review booleanDisabled - type string
- reviewer
Levels GetCampaign Reviewer Settings Reviewer Level[]
- bulk
Decision BooleanDisabled - fallback
Reviewer StringId - justification
Required Boolean - reassignment
Disabled Boolean - reviewer
Group StringId - reviewer
Id String - reviewer
Scope StringExpression - self
Review BooleanDisabled - type String
- reviewer
Levels List<Property Map>
GetCampaignReviewerSettingsReviewerLevel
- Fallback
Reviewer stringId - Reviewer
Group stringId - Reviewer
Id string - Reviewer
Scope stringExpression - Self
Review boolDisabled - Type string
- Start
Reviews List<GetCampaign Reviewer Settings Reviewer Level Start Review>
- Fallback
Reviewer stringId - Reviewer
Group stringId - Reviewer
Id string - Reviewer
Scope stringExpression - Self
Review boolDisabled - Type string
- Start
Reviews []GetCampaign Reviewer Settings Reviewer Level Start Review
- fallback
Reviewer StringId - reviewer
Group StringId - reviewer
Id String - reviewer
Scope StringExpression - self
Review BooleanDisabled - type String
- start
Reviews List<GetCampaign Reviewer Settings Reviewer Level Start Review>
- fallback
Reviewer stringId - reviewer
Group stringId - reviewer
Id string - reviewer
Scope stringExpression - self
Review booleanDisabled - type string
- start
Reviews GetCampaign Reviewer Settings Reviewer Level Start Review[]
- fallback
Reviewer StringId - reviewer
Group StringId - reviewer
Id String - reviewer
Scope StringExpression - self
Review BooleanDisabled - type String
- start
Reviews List<Property Map>
GetCampaignReviewerSettingsReviewerLevelStartReview
GetCampaignScheduleSettings
- Duration
In intDays - End
Date string - Start
Date string - Time
Zone string - Type string
- Recurrences
List<Get
Campaign Schedule Settings Recurrence>
- Duration
In intDays - End
Date string - Start
Date string - Time
Zone string - Type string
- Recurrences
[]Get
Campaign Schedule Settings Recurrence
- duration
In IntegerDays - end
Date String - start
Date String - time
Zone String - type String
- recurrences
List<Get
Campaign Schedule Settings Recurrence>
- duration
In numberDays - end
Date string - start
Date string - time
Zone string - type string
- recurrences
Get
Campaign Schedule Settings Recurrence[]
- duration
In NumberDays - end
Date String - start
Date String - time
Zone String - type String
- recurrences List<Property Map>
GetCampaignScheduleSettingsRecurrence
- Ends string
- Interval string
- Repeat
On stringType
- Ends string
- Interval string
- Repeat
On stringType
- ends String
- interval String
- repeat
On StringType
- ends string
- interval string
- repeat
On stringType
- ends str
- interval str
- repeat_
on_ strtype
- ends String
- interval String
- repeat
On StringType
Package Details
- Repository
- Okta pulumi/pulumi-okta
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
okta
Terraform Provider.