Okta v6.0.0 published on Friday, Oct 10, 2025 by Pulumi
okta.getReview
Get the reviews belonging to a campaign
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as okta from "@pulumi/okta";
const test = okta.getReview({});
import pulumi
import pulumi_okta as okta
test = okta.get_review()
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.LookupReview(ctx, &okta.LookupReviewArgs{}, 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.GetReview.Invoke();
});
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.GetReviewArgs;
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.getReview(GetReviewArgs.builder()
.build());
}
}
variables:
test:
fn::invoke:
function: okta:getReview
arguments: {}
Required:
email
(String) The Okta user’s email address.id
(String) The Okta user id.status
(String) The status of the principal’s profile. Enum:INACTIVE
,ACTIVE
.
Optional:
first_name
(String) The Okta user’s first name.lastName
(String) The Okta user’s last namelogin
(String) The Okta user’s login
Using getReview
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 getReview(args: GetReviewArgs, opts?: InvokeOptions): Promise<GetReviewResult>
function getReviewOutput(args: GetReviewOutputArgs, opts?: InvokeOptions): Output<GetReviewResult>
def get_review(all_reviewer_levels: Optional[Sequence[GetReviewAllReviewerLevel]] = None,
entitlement_bundle: Optional[GetReviewEntitlementBundle] = None,
entitlement_value: Optional[GetReviewEntitlementValue] = None,
id: Optional[str] = None,
links: Optional[GetReviewLinks] = None,
note: Optional[GetReviewNote] = None,
principal_profile: Optional[GetReviewPrincipalProfile] = None,
reviewer_profile: Optional[GetReviewReviewerProfile] = None,
opts: Optional[InvokeOptions] = None) -> GetReviewResult
def get_review_output(all_reviewer_levels: Optional[pulumi.Input[Sequence[pulumi.Input[GetReviewAllReviewerLevelArgs]]]] = None,
entitlement_bundle: Optional[pulumi.Input[GetReviewEntitlementBundleArgs]] = None,
entitlement_value: Optional[pulumi.Input[GetReviewEntitlementValueArgs]] = None,
id: Optional[pulumi.Input[str]] = None,
links: Optional[pulumi.Input[GetReviewLinksArgs]] = None,
note: Optional[pulumi.Input[GetReviewNoteArgs]] = None,
principal_profile: Optional[pulumi.Input[GetReviewPrincipalProfileArgs]] = None,
reviewer_profile: Optional[pulumi.Input[GetReviewReviewerProfileArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetReviewResult]
func LookupReview(ctx *Context, args *LookupReviewArgs, opts ...InvokeOption) (*LookupReviewResult, error)
func LookupReviewOutput(ctx *Context, args *LookupReviewOutputArgs, opts ...InvokeOption) LookupReviewResultOutput
> Note: This function is named LookupReview
in the Go SDK.
public static class GetReview
{
public static Task<GetReviewResult> InvokeAsync(GetReviewArgs args, InvokeOptions? opts = null)
public static Output<GetReviewResult> Invoke(GetReviewInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetReviewResult> getReview(GetReviewArgs args, InvokeOptions options)
public static Output<GetReviewResult> getReview(GetReviewArgs args, InvokeOptions options)
fn::invoke:
function: okta:index/getReview:getReview
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- The ID of review.
- All
Reviewer List<GetLevels Review All Reviewer Level> - Entitlement
Bundle GetReview Entitlement Bundle - Entitlement
Value GetReview Entitlement Value - Links
Get
Review Links - Note
Get
Review Note - Principal
Profile GetReview Principal Profile - A limited set of properties from the user profile who created the review.
- Reviewer
Profile GetReview Reviewer Profile
- Id string
- The ID of review.
- All
Reviewer []GetLevels Review All Reviewer Level - Entitlement
Bundle GetReview Entitlement Bundle - Entitlement
Value GetReview Entitlement Value - Links
Get
Review Links - Note
Get
Review Note - Principal
Profile GetReview Principal Profile - A limited set of properties from the user profile who created the review.
- Reviewer
Profile GetReview Reviewer Profile
- id String
- The ID of review.
- all
Reviewer List<GetLevels Review All Reviewer Level> - entitlement
Bundle GetReview Entitlement Bundle - entitlement
Value GetReview Entitlement Value - links
Get
Review Links - note
Get
Review Note - principal
Profile GetReview Principal Profile - A limited set of properties from the user profile who created the review.
- reviewer
Profile GetReview Reviewer Profile
- id string
- The ID of review.
- all
Reviewer GetLevels Review All Reviewer Level[] - entitlement
Bundle GetReview Entitlement Bundle - entitlement
Value GetReview Entitlement Value - links
Get
Review Links - note
Get
Review Note - principal
Profile GetReview Principal Profile - A limited set of properties from the user profile who created the review.
- reviewer
Profile GetReview Reviewer Profile
- id str
- The ID of review.
- all_
reviewer_ Sequence[Getlevels Review All Reviewer Level] - entitlement_
bundle GetReview Entitlement Bundle - entitlement_
value GetReview Entitlement Value - links
Get
Review Links - note
Get
Review Note - principal_
profile GetReview Principal Profile - A limited set of properties from the user profile who created the review.
- reviewer_
profile GetReview Reviewer Profile
- id String
- The ID of review.
- all
Reviewer List<Property Map>Levels - entitlement
Bundle Property Map - entitlement
Value Property Map - links Property Map
- note Property Map
- principal
Profile Property Map - A limited set of properties from the user profile who created the review.
- reviewer
Profile Property Map
getReview Result
The following output properties are available:
- Campaign
Id string - ID of the Campaign.
- Created string
- The ISO 8601 formatted date and time when the resource was created.
- Created
By string - The id of user who created the resource.
- Current
Reviewer stringLevel - Identifies the reviewer level of each reviews during access certification.
- Decided string
- The ISO 8601 formatted date and time when the object status was decided.
- Decision string
- The decision taken by the reviewer. Will be
UNASSIGNED
if no decision is made. - Id string
- The ID of review.
- Last
Updated string - The ISO 8601 formatted date and time when the object was last updated.
- Last
Updated stringBy - The id of user who last updated the object.
- Remediation
Status string - Enum:
ERROR
,MANUAL
,NONE
,OPEN
,SUCCESS
. - Resource
Id string - Resource ID for the Review.
- Reviewer
Type string - The type of reviewer to which the review is assigned.
- All
Reviewer List<GetLevels Review All Reviewer Level> - Entitlement
Bundle GetReview Entitlement Bundle - Entitlement
Value GetReview Entitlement Value - Links
Get
Review Links - Note
Get
Review Note - Principal
Profile GetReview Principal Profile - A limited set of properties from the user profile who created the review.
- Reviewer
Profile GetReview Reviewer Profile
- Campaign
Id string - ID of the Campaign.
- Created string
- The ISO 8601 formatted date and time when the resource was created.
- Created
By string - The id of user who created the resource.
- Current
Reviewer stringLevel - Identifies the reviewer level of each reviews during access certification.
- Decided string
- The ISO 8601 formatted date and time when the object status was decided.
- Decision string
- The decision taken by the reviewer. Will be
UNASSIGNED
if no decision is made. - Id string
- The ID of review.
- Last
Updated string - The ISO 8601 formatted date and time when the object was last updated.
- Last
Updated stringBy - The id of user who last updated the object.
- Remediation
Status string - Enum:
ERROR
,MANUAL
,NONE
,OPEN
,SUCCESS
. - Resource
Id string - Resource ID for the Review.
- Reviewer
Type string - The type of reviewer to which the review is assigned.
- All
Reviewer []GetLevels Review All Reviewer Level - Entitlement
Bundle GetReview Entitlement Bundle - Entitlement
Value GetReview Entitlement Value - Links
Get
Review Links - Note
Get
Review Note - Principal
Profile GetReview Principal Profile - A limited set of properties from the user profile who created the review.
- Reviewer
Profile GetReview Reviewer Profile
- campaign
Id String - ID of the Campaign.
- created String
- The ISO 8601 formatted date and time when the resource was created.
- created
By String - The id of user who created the resource.
- current
Reviewer StringLevel - Identifies the reviewer level of each reviews during access certification.
- decided String
- The ISO 8601 formatted date and time when the object status was decided.
- decision String
- The decision taken by the reviewer. Will be
UNASSIGNED
if no decision is made. - id String
- The ID of review.
- last
Updated String - The ISO 8601 formatted date and time when the object was last updated.
- last
Updated StringBy - The id of user who last updated the object.
- remediation
Status String - Enum:
ERROR
,MANUAL
,NONE
,OPEN
,SUCCESS
. - resource
Id String - Resource ID for the Review.
- reviewer
Type String - The type of reviewer to which the review is assigned.
- all
Reviewer List<GetLevels Review All Reviewer Level> - entitlement
Bundle GetReview Entitlement Bundle - entitlement
Value GetReview Entitlement Value - links
Get
Review Links - note
Get
Review Note - principal
Profile GetReview Principal Profile - A limited set of properties from the user profile who created the review.
- reviewer
Profile GetReview Reviewer Profile
- campaign
Id string - ID of the Campaign.
- created string
- The ISO 8601 formatted date and time when the resource was created.
- created
By string - The id of user who created the resource.
- current
Reviewer stringLevel - Identifies the reviewer level of each reviews during access certification.
- decided string
- The ISO 8601 formatted date and time when the object status was decided.
- decision string
- The decision taken by the reviewer. Will be
UNASSIGNED
if no decision is made. - id string
- The ID of review.
- last
Updated string - The ISO 8601 formatted date and time when the object was last updated.
- last
Updated stringBy - The id of user who last updated the object.
- remediation
Status string - Enum:
ERROR
,MANUAL
,NONE
,OPEN
,SUCCESS
. - resource
Id string - Resource ID for the Review.
- reviewer
Type string - The type of reviewer to which the review is assigned.
- all
Reviewer GetLevels Review All Reviewer Level[] - entitlement
Bundle GetReview Entitlement Bundle - entitlement
Value GetReview Entitlement Value - links
Get
Review Links - note
Get
Review Note - principal
Profile GetReview Principal Profile - A limited set of properties from the user profile who created the review.
- reviewer
Profile GetReview Reviewer Profile
- campaign_
id str - ID of the Campaign.
- created str
- The ISO 8601 formatted date and time when the resource was created.
- created_
by str - The id of user who created the resource.
- current_
reviewer_ strlevel - Identifies the reviewer level of each reviews during access certification.
- decided str
- The ISO 8601 formatted date and time when the object status was decided.
- decision str
- The decision taken by the reviewer. Will be
UNASSIGNED
if no decision is made. - id str
- The ID of review.
- last_
updated str - The ISO 8601 formatted date and time when the object was last updated.
- last_
updated_ strby - The id of user who last updated the object.
- remediation_
status str - Enum:
ERROR
,MANUAL
,NONE
,OPEN
,SUCCESS
. - resource_
id str - Resource ID for the Review.
- reviewer_
type str - The type of reviewer to which the review is assigned.
- all_
reviewer_ Sequence[Getlevels Review All Reviewer Level] - entitlement_
bundle GetReview Entitlement Bundle - entitlement_
value GetReview Entitlement Value - links
Get
Review Links - note
Get
Review Note - principal_
profile GetReview Principal Profile - A limited set of properties from the user profile who created the review.
- reviewer_
profile GetReview Reviewer Profile
- campaign
Id String - ID of the Campaign.
- created String
- The ISO 8601 formatted date and time when the resource was created.
- created
By String - The id of user who created the resource.
- current
Reviewer StringLevel - Identifies the reviewer level of each reviews during access certification.
- decided String
- The ISO 8601 formatted date and time when the object status was decided.
- decision String
- The decision taken by the reviewer. Will be
UNASSIGNED
if no decision is made. - id String
- The ID of review.
- last
Updated String - The ISO 8601 formatted date and time when the object was last updated.
- last
Updated StringBy - The id of user who last updated the object.
- remediation
Status String - Enum:
ERROR
,MANUAL
,NONE
,OPEN
,SUCCESS
. - resource
Id String - Resource ID for the Review.
- reviewer
Type String - The type of reviewer to which the review is assigned.
- all
Reviewer List<Property Map>Levels - entitlement
Bundle Property Map - entitlement
Value Property Map - links Property Map
- note Property Map
- principal
Profile Property Map - A limited set of properties from the user profile who created the review.
- reviewer
Profile Property Map
Supporting Types
GetReviewAllReviewerLevel
- Created string
- The ISO 8601 formatted date and time when the resource was created.
- Created
By string - The id of user who created the resource.
- Decision string
- The decision taken by the reviewer. Will be
UNASSIGNED
if no decision is made. - Id string
- The ID of review.
- Last
Updated string - The ISO 8601 formatted date and time when the object was last updated.
- Last
Updated stringBy - The id of user who last updated the object.
- Reviewer
Level string - Reviewer
Type string - The type of reviewer to which the review is assigned.
- Reviewer
Group GetProfile Review All Reviewer Level Reviewer Group Profile - Reviewer
Profile GetReview All Reviewer Level Reviewer Profile
- Created string
- The ISO 8601 formatted date and time when the resource was created.
- Created
By string - The id of user who created the resource.
- Decision string
- The decision taken by the reviewer. Will be
UNASSIGNED
if no decision is made. - Id string
- The ID of review.
- Last
Updated string - The ISO 8601 formatted date and time when the object was last updated.
- Last
Updated stringBy - The id of user who last updated the object.
- Reviewer
Level string - Reviewer
Type string - The type of reviewer to which the review is assigned.
- Reviewer
Group GetProfile Review All Reviewer Level Reviewer Group Profile - Reviewer
Profile GetReview All Reviewer Level Reviewer Profile
- created String
- The ISO 8601 formatted date and time when the resource was created.
- created
By String - The id of user who created the resource.
- decision String
- The decision taken by the reviewer. Will be
UNASSIGNED
if no decision is made. - id String
- The ID of review.
- last
Updated String - The ISO 8601 formatted date and time when the object was last updated.
- last
Updated StringBy - The id of user who last updated the object.
- reviewer
Level String - reviewer
Type String - The type of reviewer to which the review is assigned.
- reviewer
Group GetProfile Review All Reviewer Level Reviewer Group Profile - reviewer
Profile GetReview All Reviewer Level Reviewer Profile
- created string
- The ISO 8601 formatted date and time when the resource was created.
- created
By string - The id of user who created the resource.
- decision string
- The decision taken by the reviewer. Will be
UNASSIGNED
if no decision is made. - id string
- The ID of review.
- last
Updated string - The ISO 8601 formatted date and time when the object was last updated.
- last
Updated stringBy - The id of user who last updated the object.
- reviewer
Level string - reviewer
Type string - The type of reviewer to which the review is assigned.
- reviewer
Group GetProfile Review All Reviewer Level Reviewer Group Profile - reviewer
Profile GetReview All Reviewer Level Reviewer Profile
- created str
- The ISO 8601 formatted date and time when the resource was created.
- created_
by str - The id of user who created the resource.
- decision str
- The decision taken by the reviewer. Will be
UNASSIGNED
if no decision is made. - id str
- The ID of review.
- last_
updated str - The ISO 8601 formatted date and time when the object was last updated.
- last_
updated_ strby - The id of user who last updated the object.
- reviewer_
level str - reviewer_
type str - The type of reviewer to which the review is assigned.
- reviewer_
group_ Getprofile Review All Reviewer Level Reviewer Group Profile - reviewer_
profile GetReview All Reviewer Level Reviewer Profile
- created String
- The ISO 8601 formatted date and time when the resource was created.
- created
By String - The id of user who created the resource.
- decision String
- The decision taken by the reviewer. Will be
UNASSIGNED
if no decision is made. - id String
- The ID of review.
- last
Updated String - The ISO 8601 formatted date and time when the object was last updated.
- last
Updated StringBy - The id of user who last updated the object.
- reviewer
Level String - reviewer
Type String - The type of reviewer to which the review is assigned.
- reviewer
Group Property MapProfile - reviewer
Profile Property Map
GetReviewAllReviewerLevelReviewerGroupProfile
- Global
Name string - Group
Id string - Group
Type string - Name string
- Global
Name string - Group
Id string - Group
Type string - Name string
- global
Name String - group
Id String - group
Type String - name String
- global
Name string - group
Id string - group
Type string - name string
- global_
name str - group_
id str - group_
type str - name str
- global
Name String - group
Id String - group
Type String - name String
GetReviewAllReviewerLevelReviewerProfile
- email str
- first_
name str - id str
- The ID of review.
- last_
name str - status str
GetReviewEntitlementBundle
GetReviewEntitlementValue
GetReviewLinks
- Reassign
Review stringHref - Self
Href string
- Reassign
Review stringHref - Self
Href string
- reassign
Review StringHref - self
Href String
- reassign
Review stringHref - self
Href string
- reassign_
review_ strhref - self_
href str
- reassign
Review StringHref - self
Href String
GetReviewNote
GetReviewPrincipalProfile
GetReviewReviewerProfile
Package Details
- Repository
- Okta pulumi/pulumi-okta
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
okta
Terraform Provider.