1. Packages
  2. Okta Provider
  3. API Docs
  4. RequestSettingOrganization
Okta v6.0.0 published on Friday, Oct 10, 2025 by Pulumi

okta.RequestSettingOrganization

Deploy with Pulumi
okta logo
Okta v6.0.0 published on Friday, Oct 10, 2025 by Pulumi

    Manages request settings. This resource allows you to read and configure an Okta request-setting.

    Example Usage

    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    resources:
      example:
        type: okta:RequestCondition
        properties:
          resourceId: <resource_id>
          approvalSequenceId: <approval_sequence_id>
          name: <name>
          accessScopeSettings:
            - type: RESOURCE_DEFAULT
          requesterSettings:
            - type: EVERYONE
    

    Create RequestSettingOrganization Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new RequestSettingOrganization(name: string, args: RequestSettingOrganizationArgs, opts?: CustomResourceOptions);
    @overload
    def RequestSettingOrganization(resource_name: str,
                                   args: RequestSettingOrganizationArgs,
                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def RequestSettingOrganization(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   id_property: Optional[str] = None,
                                   subprocessors_acknowledged: Optional[bool] = None)
    func NewRequestSettingOrganization(ctx *Context, name string, args RequestSettingOrganizationArgs, opts ...ResourceOption) (*RequestSettingOrganization, error)
    public RequestSettingOrganization(string name, RequestSettingOrganizationArgs args, CustomResourceOptions? opts = null)
    public RequestSettingOrganization(String name, RequestSettingOrganizationArgs args)
    public RequestSettingOrganization(String name, RequestSettingOrganizationArgs args, CustomResourceOptions options)
    
    type: okta:RequestSettingOrganization
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args RequestSettingOrganizationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args RequestSettingOrganizationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args RequestSettingOrganizationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RequestSettingOrganizationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RequestSettingOrganizationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var requestSettingOrganizationResource = new Okta.RequestSettingOrganization("requestSettingOrganizationResource", new()
    {
        IdProperty = "string",
        SubprocessorsAcknowledged = false,
    });
    
    example, err := okta.NewRequestSettingOrganization(ctx, "requestSettingOrganizationResource", &okta.RequestSettingOrganizationArgs{
    	IdProperty:                pulumi.String("string"),
    	SubprocessorsAcknowledged: pulumi.Bool(false),
    })
    
    var requestSettingOrganizationResource = new RequestSettingOrganization("requestSettingOrganizationResource", RequestSettingOrganizationArgs.builder()
        .idProperty("string")
        .subprocessorsAcknowledged(false)
        .build());
    
    request_setting_organization_resource = okta.RequestSettingOrganization("requestSettingOrganizationResource",
        id_property="string",
        subprocessors_acknowledged=False)
    
    const requestSettingOrganizationResource = new okta.RequestSettingOrganization("requestSettingOrganizationResource", {
        idProperty: "string",
        subprocessorsAcknowledged: false,
    });
    
    type: okta:RequestSettingOrganization
    properties:
        idProperty: string
        subprocessorsAcknowledged: false
    

    RequestSettingOrganization Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The RequestSettingOrganization resource accepts the following input properties:

    IdProperty string
    Request condition id.
    SubprocessorsAcknowledged bool
    Whether a customer has acknowledged Access Requests subprocessors.
    IdProperty string
    Request condition id.
    SubprocessorsAcknowledged bool
    Whether a customer has acknowledged Access Requests subprocessors.
    idProperty String
    Request condition id.
    subprocessorsAcknowledged Boolean
    Whether a customer has acknowledged Access Requests subprocessors.
    idProperty string
    Request condition id.
    subprocessorsAcknowledged boolean
    Whether a customer has acknowledged Access Requests subprocessors.
    id_property str
    Request condition id.
    subprocessors_acknowledged bool
    Whether a customer has acknowledged Access Requests subprocessors.
    idProperty String
    Request condition id.
    subprocessorsAcknowledged Boolean
    Whether a customer has acknowledged Access Requests subprocessors.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the RequestSettingOrganization resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing RequestSettingOrganization Resource

    Get an existing RequestSettingOrganization resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: RequestSettingOrganizationState, opts?: CustomResourceOptions): RequestSettingOrganization
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            id_property: Optional[str] = None,
            subprocessors_acknowledged: Optional[bool] = None) -> RequestSettingOrganization
    func GetRequestSettingOrganization(ctx *Context, name string, id IDInput, state *RequestSettingOrganizationState, opts ...ResourceOption) (*RequestSettingOrganization, error)
    public static RequestSettingOrganization Get(string name, Input<string> id, RequestSettingOrganizationState? state, CustomResourceOptions? opts = null)
    public static RequestSettingOrganization get(String name, Output<String> id, RequestSettingOrganizationState state, CustomResourceOptions options)
    resources:  _:    type: okta:RequestSettingOrganization    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    IdProperty string
    Request condition id.
    SubprocessorsAcknowledged bool
    Whether a customer has acknowledged Access Requests subprocessors.
    IdProperty string
    Request condition id.
    SubprocessorsAcknowledged bool
    Whether a customer has acknowledged Access Requests subprocessors.
    idProperty String
    Request condition id.
    subprocessorsAcknowledged Boolean
    Whether a customer has acknowledged Access Requests subprocessors.
    idProperty string
    Request condition id.
    subprocessorsAcknowledged boolean
    Whether a customer has acknowledged Access Requests subprocessors.
    id_property str
    Request condition id.
    subprocessors_acknowledged bool
    Whether a customer has acknowledged Access Requests subprocessors.
    idProperty String
    Request condition id.
    subprocessorsAcknowledged Boolean
    Whether a customer has acknowledged Access Requests subprocessors.

    Import

    $ pulumi import okta:index/requestSettingOrganization:RequestSettingOrganization example "default"
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    Okta pulumi/pulumi-okta
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the okta Terraform Provider.
    okta logo
    Okta v6.0.0 published on Friday, Oct 10, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate