1. Packages
  2. Okta
  3. API Docs
  4. RoleSubscription
Okta v4.8.1 published on Thursday, Apr 18, 2024 by Pulumi

okta.RoleSubscription

Explore with Pulumi AI

okta logo
Okta v4.8.1 published on Thursday, Apr 18, 2024 by Pulumi

    This resource allows you to configure subscriptions of a Role with a specific type. Check configure email notifications page regarding what notifications are available for specific admin roles.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as okta from "@pulumi/okta";
    
    const test = new okta.RoleSubscription("test", {
        notificationType: "APP_IMPORT",
        roleType: "SUPER_ADMIN",
        status: "unsubscribed",
    });
    
    import pulumi
    import pulumi_okta as okta
    
    test = okta.RoleSubscription("test",
        notification_type="APP_IMPORT",
        role_type="SUPER_ADMIN",
        status="unsubscribed")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-okta/sdk/v4/go/okta"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := okta.NewRoleSubscription(ctx, "test", &okta.RoleSubscriptionArgs{
    			NotificationType: pulumi.String("APP_IMPORT"),
    			RoleType:         pulumi.String("SUPER_ADMIN"),
    			Status:           pulumi.String("unsubscribed"),
    		})
    		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 = new Okta.RoleSubscription("test", new()
        {
            NotificationType = "APP_IMPORT",
            RoleType = "SUPER_ADMIN",
            Status = "unsubscribed",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.okta.RoleSubscription;
    import com.pulumi.okta.RoleSubscriptionArgs;
    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) {
            var test = new RoleSubscription("test", RoleSubscriptionArgs.builder()        
                .notificationType("APP_IMPORT")
                .roleType("SUPER_ADMIN")
                .status("unsubscribed")
                .build());
    
        }
    }
    
    resources:
      test:
        type: okta:RoleSubscription
        properties:
          notificationType: APP_IMPORT
          roleType: SUPER_ADMIN
          status: unsubscribed
    

    Create RoleSubscription Resource

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

    Constructor syntax

    new RoleSubscription(name: string, args: RoleSubscriptionArgs, opts?: CustomResourceOptions);
    @overload
    def RoleSubscription(resource_name: str,
                         args: RoleSubscriptionArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def RoleSubscription(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         notification_type: Optional[str] = None,
                         role_type: Optional[str] = None,
                         status: Optional[str] = None)
    func NewRoleSubscription(ctx *Context, name string, args RoleSubscriptionArgs, opts ...ResourceOption) (*RoleSubscription, error)
    public RoleSubscription(string name, RoleSubscriptionArgs args, CustomResourceOptions? opts = null)
    public RoleSubscription(String name, RoleSubscriptionArgs args)
    public RoleSubscription(String name, RoleSubscriptionArgs args, CustomResourceOptions options)
    
    type: okta:RoleSubscription
    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 RoleSubscriptionArgs
    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 RoleSubscriptionArgs
    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 RoleSubscriptionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RoleSubscriptionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RoleSubscriptionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

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

    var roleSubscriptionResource = new Okta.RoleSubscription("roleSubscriptionResource", new()
    {
        NotificationType = "string",
        RoleType = "string",
        Status = "string",
    });
    
    example, err := okta.NewRoleSubscription(ctx, "roleSubscriptionResource", &okta.RoleSubscriptionArgs{
    	NotificationType: pulumi.String("string"),
    	RoleType:         pulumi.String("string"),
    	Status:           pulumi.String("string"),
    })
    
    var roleSubscriptionResource = new RoleSubscription("roleSubscriptionResource", RoleSubscriptionArgs.builder()        
        .notificationType("string")
        .roleType("string")
        .status("string")
        .build());
    
    role_subscription_resource = okta.RoleSubscription("roleSubscriptionResource",
        notification_type="string",
        role_type="string",
        status="string")
    
    const roleSubscriptionResource = new okta.RoleSubscription("roleSubscriptionResource", {
        notificationType: "string",
        roleType: "string",
        status: "string",
    });
    
    type: okta:RoleSubscription
    properties:
        notificationType: string
        roleType: string
        status: string
    

    RoleSubscription Resource Properties

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

    Inputs

    The RoleSubscription resource accepts the following input properties:

    NotificationType string
    Type of the notification. Valid values:

    • "CONNECTOR_AGENT" - Disconnects and reconnects: On-prem provisioning, on-prem MFA agents, and RADIUS server agent.
    • "USER_LOCKED_OUT" - User lockouts.
    • "APP_IMPORT" - App user import status.
    • "LDAP_AGENT" - Disconnects and reconnects: LDAP agent.
    • "AD_AGENT" - Disconnects and reconnects: AD agent.
    • "OKTA_ANNOUNCEMENT" - Okta release notes and announcements.
    • "OKTA_ISSUE" - Trust incidents and updates.
    • "OKTA_UPDATE" - Scheduled system updates.
    • "IWA_AGENT" - Disconnects and reconnects: IWA agent.
    • "USER_DEPROVISION" - User deprovisions.
    • "REPORT_SUSPICIOUS_ACTIVITY" - User reporting of suspicious activity.
    • "RATELIMIT_NOTIFICATION" - Rate limit warning and violation.
    • "AGENT_AUTO_UPDATE_NOTIFICATION" - Agent auto-update notifications: AD Agent.
    RoleType string
    Type of the role. Valid values: "API_ACCESS_MANAGEMENT_ADMIN", "APP_ADMIN", "CUSTOM", "GROUP_MEMBERSHIP_ADMIN", "HELP_DESK_ADMIN", "MOBILE_ADMIN", "ORG_ADMIN", "READ_ONLY_ADMIN", "REPORT_ADMIN", "SUPER_ADMIN", "USER_ADMIN" . See API docs
    Status string
    Subscription status. Valid values: "subscribed", "unsubscribed".
    NotificationType string
    Type of the notification. Valid values:

    • "CONNECTOR_AGENT" - Disconnects and reconnects: On-prem provisioning, on-prem MFA agents, and RADIUS server agent.
    • "USER_LOCKED_OUT" - User lockouts.
    • "APP_IMPORT" - App user import status.
    • "LDAP_AGENT" - Disconnects and reconnects: LDAP agent.
    • "AD_AGENT" - Disconnects and reconnects: AD agent.
    • "OKTA_ANNOUNCEMENT" - Okta release notes and announcements.
    • "OKTA_ISSUE" - Trust incidents and updates.
    • "OKTA_UPDATE" - Scheduled system updates.
    • "IWA_AGENT" - Disconnects and reconnects: IWA agent.
    • "USER_DEPROVISION" - User deprovisions.
    • "REPORT_SUSPICIOUS_ACTIVITY" - User reporting of suspicious activity.
    • "RATELIMIT_NOTIFICATION" - Rate limit warning and violation.
    • "AGENT_AUTO_UPDATE_NOTIFICATION" - Agent auto-update notifications: AD Agent.
    RoleType string
    Type of the role. Valid values: "API_ACCESS_MANAGEMENT_ADMIN", "APP_ADMIN", "CUSTOM", "GROUP_MEMBERSHIP_ADMIN", "HELP_DESK_ADMIN", "MOBILE_ADMIN", "ORG_ADMIN", "READ_ONLY_ADMIN", "REPORT_ADMIN", "SUPER_ADMIN", "USER_ADMIN" . See API docs
    Status string
    Subscription status. Valid values: "subscribed", "unsubscribed".
    notificationType String
    Type of the notification. Valid values:

    • "CONNECTOR_AGENT" - Disconnects and reconnects: On-prem provisioning, on-prem MFA agents, and RADIUS server agent.
    • "USER_LOCKED_OUT" - User lockouts.
    • "APP_IMPORT" - App user import status.
    • "LDAP_AGENT" - Disconnects and reconnects: LDAP agent.
    • "AD_AGENT" - Disconnects and reconnects: AD agent.
    • "OKTA_ANNOUNCEMENT" - Okta release notes and announcements.
    • "OKTA_ISSUE" - Trust incidents and updates.
    • "OKTA_UPDATE" - Scheduled system updates.
    • "IWA_AGENT" - Disconnects and reconnects: IWA agent.
    • "USER_DEPROVISION" - User deprovisions.
    • "REPORT_SUSPICIOUS_ACTIVITY" - User reporting of suspicious activity.
    • "RATELIMIT_NOTIFICATION" - Rate limit warning and violation.
    • "AGENT_AUTO_UPDATE_NOTIFICATION" - Agent auto-update notifications: AD Agent.
    roleType String
    Type of the role. Valid values: "API_ACCESS_MANAGEMENT_ADMIN", "APP_ADMIN", "CUSTOM", "GROUP_MEMBERSHIP_ADMIN", "HELP_DESK_ADMIN", "MOBILE_ADMIN", "ORG_ADMIN", "READ_ONLY_ADMIN", "REPORT_ADMIN", "SUPER_ADMIN", "USER_ADMIN" . See API docs
    status String
    Subscription status. Valid values: "subscribed", "unsubscribed".
    notificationType string
    Type of the notification. Valid values:

    • "CONNECTOR_AGENT" - Disconnects and reconnects: On-prem provisioning, on-prem MFA agents, and RADIUS server agent.
    • "USER_LOCKED_OUT" - User lockouts.
    • "APP_IMPORT" - App user import status.
    • "LDAP_AGENT" - Disconnects and reconnects: LDAP agent.
    • "AD_AGENT" - Disconnects and reconnects: AD agent.
    • "OKTA_ANNOUNCEMENT" - Okta release notes and announcements.
    • "OKTA_ISSUE" - Trust incidents and updates.
    • "OKTA_UPDATE" - Scheduled system updates.
    • "IWA_AGENT" - Disconnects and reconnects: IWA agent.
    • "USER_DEPROVISION" - User deprovisions.
    • "REPORT_SUSPICIOUS_ACTIVITY" - User reporting of suspicious activity.
    • "RATELIMIT_NOTIFICATION" - Rate limit warning and violation.
    • "AGENT_AUTO_UPDATE_NOTIFICATION" - Agent auto-update notifications: AD Agent.
    roleType string
    Type of the role. Valid values: "API_ACCESS_MANAGEMENT_ADMIN", "APP_ADMIN", "CUSTOM", "GROUP_MEMBERSHIP_ADMIN", "HELP_DESK_ADMIN", "MOBILE_ADMIN", "ORG_ADMIN", "READ_ONLY_ADMIN", "REPORT_ADMIN", "SUPER_ADMIN", "USER_ADMIN" . See API docs
    status string
    Subscription status. Valid values: "subscribed", "unsubscribed".
    notification_type str
    Type of the notification. Valid values:

    • "CONNECTOR_AGENT" - Disconnects and reconnects: On-prem provisioning, on-prem MFA agents, and RADIUS server agent.
    • "USER_LOCKED_OUT" - User lockouts.
    • "APP_IMPORT" - App user import status.
    • "LDAP_AGENT" - Disconnects and reconnects: LDAP agent.
    • "AD_AGENT" - Disconnects and reconnects: AD agent.
    • "OKTA_ANNOUNCEMENT" - Okta release notes and announcements.
    • "OKTA_ISSUE" - Trust incidents and updates.
    • "OKTA_UPDATE" - Scheduled system updates.
    • "IWA_AGENT" - Disconnects and reconnects: IWA agent.
    • "USER_DEPROVISION" - User deprovisions.
    • "REPORT_SUSPICIOUS_ACTIVITY" - User reporting of suspicious activity.
    • "RATELIMIT_NOTIFICATION" - Rate limit warning and violation.
    • "AGENT_AUTO_UPDATE_NOTIFICATION" - Agent auto-update notifications: AD Agent.
    role_type str
    Type of the role. Valid values: "API_ACCESS_MANAGEMENT_ADMIN", "APP_ADMIN", "CUSTOM", "GROUP_MEMBERSHIP_ADMIN", "HELP_DESK_ADMIN", "MOBILE_ADMIN", "ORG_ADMIN", "READ_ONLY_ADMIN", "REPORT_ADMIN", "SUPER_ADMIN", "USER_ADMIN" . See API docs
    status str
    Subscription status. Valid values: "subscribed", "unsubscribed".
    notificationType String
    Type of the notification. Valid values:

    • "CONNECTOR_AGENT" - Disconnects and reconnects: On-prem provisioning, on-prem MFA agents, and RADIUS server agent.
    • "USER_LOCKED_OUT" - User lockouts.
    • "APP_IMPORT" - App user import status.
    • "LDAP_AGENT" - Disconnects and reconnects: LDAP agent.
    • "AD_AGENT" - Disconnects and reconnects: AD agent.
    • "OKTA_ANNOUNCEMENT" - Okta release notes and announcements.
    • "OKTA_ISSUE" - Trust incidents and updates.
    • "OKTA_UPDATE" - Scheduled system updates.
    • "IWA_AGENT" - Disconnects and reconnects: IWA agent.
    • "USER_DEPROVISION" - User deprovisions.
    • "REPORT_SUSPICIOUS_ACTIVITY" - User reporting of suspicious activity.
    • "RATELIMIT_NOTIFICATION" - Rate limit warning and violation.
    • "AGENT_AUTO_UPDATE_NOTIFICATION" - Agent auto-update notifications: AD Agent.
    roleType String
    Type of the role. Valid values: "API_ACCESS_MANAGEMENT_ADMIN", "APP_ADMIN", "CUSTOM", "GROUP_MEMBERSHIP_ADMIN", "HELP_DESK_ADMIN", "MOBILE_ADMIN", "ORG_ADMIN", "READ_ONLY_ADMIN", "REPORT_ADMIN", "SUPER_ADMIN", "USER_ADMIN" . See API docs
    status String
    Subscription status. Valid values: "subscribed", "unsubscribed".

    Outputs

    All input properties are implicitly available as output properties. Additionally, the RoleSubscription 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 RoleSubscription Resource

    Get an existing RoleSubscription 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?: RoleSubscriptionState, opts?: CustomResourceOptions): RoleSubscription
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            notification_type: Optional[str] = None,
            role_type: Optional[str] = None,
            status: Optional[str] = None) -> RoleSubscription
    func GetRoleSubscription(ctx *Context, name string, id IDInput, state *RoleSubscriptionState, opts ...ResourceOption) (*RoleSubscription, error)
    public static RoleSubscription Get(string name, Input<string> id, RoleSubscriptionState? state, CustomResourceOptions? opts = null)
    public static RoleSubscription get(String name, Output<String> id, RoleSubscriptionState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    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:
    NotificationType string
    Type of the notification. Valid values:

    • "CONNECTOR_AGENT" - Disconnects and reconnects: On-prem provisioning, on-prem MFA agents, and RADIUS server agent.
    • "USER_LOCKED_OUT" - User lockouts.
    • "APP_IMPORT" - App user import status.
    • "LDAP_AGENT" - Disconnects and reconnects: LDAP agent.
    • "AD_AGENT" - Disconnects and reconnects: AD agent.
    • "OKTA_ANNOUNCEMENT" - Okta release notes and announcements.
    • "OKTA_ISSUE" - Trust incidents and updates.
    • "OKTA_UPDATE" - Scheduled system updates.
    • "IWA_AGENT" - Disconnects and reconnects: IWA agent.
    • "USER_DEPROVISION" - User deprovisions.
    • "REPORT_SUSPICIOUS_ACTIVITY" - User reporting of suspicious activity.
    • "RATELIMIT_NOTIFICATION" - Rate limit warning and violation.
    • "AGENT_AUTO_UPDATE_NOTIFICATION" - Agent auto-update notifications: AD Agent.
    RoleType string
    Type of the role. Valid values: "API_ACCESS_MANAGEMENT_ADMIN", "APP_ADMIN", "CUSTOM", "GROUP_MEMBERSHIP_ADMIN", "HELP_DESK_ADMIN", "MOBILE_ADMIN", "ORG_ADMIN", "READ_ONLY_ADMIN", "REPORT_ADMIN", "SUPER_ADMIN", "USER_ADMIN" . See API docs
    Status string
    Subscription status. Valid values: "subscribed", "unsubscribed".
    NotificationType string
    Type of the notification. Valid values:

    • "CONNECTOR_AGENT" - Disconnects and reconnects: On-prem provisioning, on-prem MFA agents, and RADIUS server agent.
    • "USER_LOCKED_OUT" - User lockouts.
    • "APP_IMPORT" - App user import status.
    • "LDAP_AGENT" - Disconnects and reconnects: LDAP agent.
    • "AD_AGENT" - Disconnects and reconnects: AD agent.
    • "OKTA_ANNOUNCEMENT" - Okta release notes and announcements.
    • "OKTA_ISSUE" - Trust incidents and updates.
    • "OKTA_UPDATE" - Scheduled system updates.
    • "IWA_AGENT" - Disconnects and reconnects: IWA agent.
    • "USER_DEPROVISION" - User deprovisions.
    • "REPORT_SUSPICIOUS_ACTIVITY" - User reporting of suspicious activity.
    • "RATELIMIT_NOTIFICATION" - Rate limit warning and violation.
    • "AGENT_AUTO_UPDATE_NOTIFICATION" - Agent auto-update notifications: AD Agent.
    RoleType string
    Type of the role. Valid values: "API_ACCESS_MANAGEMENT_ADMIN", "APP_ADMIN", "CUSTOM", "GROUP_MEMBERSHIP_ADMIN", "HELP_DESK_ADMIN", "MOBILE_ADMIN", "ORG_ADMIN", "READ_ONLY_ADMIN", "REPORT_ADMIN", "SUPER_ADMIN", "USER_ADMIN" . See API docs
    Status string
    Subscription status. Valid values: "subscribed", "unsubscribed".
    notificationType String
    Type of the notification. Valid values:

    • "CONNECTOR_AGENT" - Disconnects and reconnects: On-prem provisioning, on-prem MFA agents, and RADIUS server agent.
    • "USER_LOCKED_OUT" - User lockouts.
    • "APP_IMPORT" - App user import status.
    • "LDAP_AGENT" - Disconnects and reconnects: LDAP agent.
    • "AD_AGENT" - Disconnects and reconnects: AD agent.
    • "OKTA_ANNOUNCEMENT" - Okta release notes and announcements.
    • "OKTA_ISSUE" - Trust incidents and updates.
    • "OKTA_UPDATE" - Scheduled system updates.
    • "IWA_AGENT" - Disconnects and reconnects: IWA agent.
    • "USER_DEPROVISION" - User deprovisions.
    • "REPORT_SUSPICIOUS_ACTIVITY" - User reporting of suspicious activity.
    • "RATELIMIT_NOTIFICATION" - Rate limit warning and violation.
    • "AGENT_AUTO_UPDATE_NOTIFICATION" - Agent auto-update notifications: AD Agent.
    roleType String
    Type of the role. Valid values: "API_ACCESS_MANAGEMENT_ADMIN", "APP_ADMIN", "CUSTOM", "GROUP_MEMBERSHIP_ADMIN", "HELP_DESK_ADMIN", "MOBILE_ADMIN", "ORG_ADMIN", "READ_ONLY_ADMIN", "REPORT_ADMIN", "SUPER_ADMIN", "USER_ADMIN" . See API docs
    status String
    Subscription status. Valid values: "subscribed", "unsubscribed".
    notificationType string
    Type of the notification. Valid values:

    • "CONNECTOR_AGENT" - Disconnects and reconnects: On-prem provisioning, on-prem MFA agents, and RADIUS server agent.
    • "USER_LOCKED_OUT" - User lockouts.
    • "APP_IMPORT" - App user import status.
    • "LDAP_AGENT" - Disconnects and reconnects: LDAP agent.
    • "AD_AGENT" - Disconnects and reconnects: AD agent.
    • "OKTA_ANNOUNCEMENT" - Okta release notes and announcements.
    • "OKTA_ISSUE" - Trust incidents and updates.
    • "OKTA_UPDATE" - Scheduled system updates.
    • "IWA_AGENT" - Disconnects and reconnects: IWA agent.
    • "USER_DEPROVISION" - User deprovisions.
    • "REPORT_SUSPICIOUS_ACTIVITY" - User reporting of suspicious activity.
    • "RATELIMIT_NOTIFICATION" - Rate limit warning and violation.
    • "AGENT_AUTO_UPDATE_NOTIFICATION" - Agent auto-update notifications: AD Agent.
    roleType string
    Type of the role. Valid values: "API_ACCESS_MANAGEMENT_ADMIN", "APP_ADMIN", "CUSTOM", "GROUP_MEMBERSHIP_ADMIN", "HELP_DESK_ADMIN", "MOBILE_ADMIN", "ORG_ADMIN", "READ_ONLY_ADMIN", "REPORT_ADMIN", "SUPER_ADMIN", "USER_ADMIN" . See API docs
    status string
    Subscription status. Valid values: "subscribed", "unsubscribed".
    notification_type str
    Type of the notification. Valid values:

    • "CONNECTOR_AGENT" - Disconnects and reconnects: On-prem provisioning, on-prem MFA agents, and RADIUS server agent.
    • "USER_LOCKED_OUT" - User lockouts.
    • "APP_IMPORT" - App user import status.
    • "LDAP_AGENT" - Disconnects and reconnects: LDAP agent.
    • "AD_AGENT" - Disconnects and reconnects: AD agent.
    • "OKTA_ANNOUNCEMENT" - Okta release notes and announcements.
    • "OKTA_ISSUE" - Trust incidents and updates.
    • "OKTA_UPDATE" - Scheduled system updates.
    • "IWA_AGENT" - Disconnects and reconnects: IWA agent.
    • "USER_DEPROVISION" - User deprovisions.
    • "REPORT_SUSPICIOUS_ACTIVITY" - User reporting of suspicious activity.
    • "RATELIMIT_NOTIFICATION" - Rate limit warning and violation.
    • "AGENT_AUTO_UPDATE_NOTIFICATION" - Agent auto-update notifications: AD Agent.
    role_type str
    Type of the role. Valid values: "API_ACCESS_MANAGEMENT_ADMIN", "APP_ADMIN", "CUSTOM", "GROUP_MEMBERSHIP_ADMIN", "HELP_DESK_ADMIN", "MOBILE_ADMIN", "ORG_ADMIN", "READ_ONLY_ADMIN", "REPORT_ADMIN", "SUPER_ADMIN", "USER_ADMIN" . See API docs
    status str
    Subscription status. Valid values: "subscribed", "unsubscribed".
    notificationType String
    Type of the notification. Valid values:

    • "CONNECTOR_AGENT" - Disconnects and reconnects: On-prem provisioning, on-prem MFA agents, and RADIUS server agent.
    • "USER_LOCKED_OUT" - User lockouts.
    • "APP_IMPORT" - App user import status.
    • "LDAP_AGENT" - Disconnects and reconnects: LDAP agent.
    • "AD_AGENT" - Disconnects and reconnects: AD agent.
    • "OKTA_ANNOUNCEMENT" - Okta release notes and announcements.
    • "OKTA_ISSUE" - Trust incidents and updates.
    • "OKTA_UPDATE" - Scheduled system updates.
    • "IWA_AGENT" - Disconnects and reconnects: IWA agent.
    • "USER_DEPROVISION" - User deprovisions.
    • "REPORT_SUSPICIOUS_ACTIVITY" - User reporting of suspicious activity.
    • "RATELIMIT_NOTIFICATION" - Rate limit warning and violation.
    • "AGENT_AUTO_UPDATE_NOTIFICATION" - Agent auto-update notifications: AD Agent.
    roleType String
    Type of the role. Valid values: "API_ACCESS_MANAGEMENT_ADMIN", "APP_ADMIN", "CUSTOM", "GROUP_MEMBERSHIP_ADMIN", "HELP_DESK_ADMIN", "MOBILE_ADMIN", "ORG_ADMIN", "READ_ONLY_ADMIN", "REPORT_ADMIN", "SUPER_ADMIN", "USER_ADMIN" . See API docs
    status String
    Subscription status. Valid values: "subscribed", "unsubscribed".

    Import

    A role subscription can be imported via the Okta ID.

    $ pulumi import okta:index/roleSubscription:RoleSubscription example &#60;role_type&#62;/&#60;notification_type&#62;
    

    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 v4.8.1 published on Thursday, Apr 18, 2024 by Pulumi