1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. SystemSamlServiceproviders
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.SystemSamlServiceproviders

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    Authorized service providers.

    This resource is a sub resource for variable service_providers of resource fortimanager.SystemSaml. Conflict and overwrite may occur if use both of them.

    Create SystemSamlServiceproviders Resource

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

    Constructor syntax

    new SystemSamlServiceproviders(name: string, args?: SystemSamlServiceprovidersArgs, opts?: CustomResourceOptions);
    @overload
    def SystemSamlServiceproviders(resource_name: str,
                                   args: Optional[SystemSamlServiceprovidersArgs] = None,
                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def SystemSamlServiceproviders(resource_name: str,
                                   opts: Optional[ResourceOptions] = None,
                                   idp_entity_id: Optional[str] = None,
                                   idp_single_logout_url: Optional[str] = None,
                                   idp_single_sign_on_url: Optional[str] = None,
                                   name: Optional[str] = None,
                                   prefix: Optional[str] = None,
                                   sp_adom: Optional[str] = None,
                                   sp_cert: Optional[str] = None,
                                   sp_entity_id: Optional[str] = None,
                                   sp_profile: Optional[str] = None,
                                   sp_single_logout_url: Optional[str] = None,
                                   sp_single_sign_on_url: Optional[str] = None,
                                   system_saml_serviceproviders_id: Optional[str] = None)
    func NewSystemSamlServiceproviders(ctx *Context, name string, args *SystemSamlServiceprovidersArgs, opts ...ResourceOption) (*SystemSamlServiceproviders, error)
    public SystemSamlServiceproviders(string name, SystemSamlServiceprovidersArgs? args = null, CustomResourceOptions? opts = null)
    public SystemSamlServiceproviders(String name, SystemSamlServiceprovidersArgs args)
    public SystemSamlServiceproviders(String name, SystemSamlServiceprovidersArgs args, CustomResourceOptions options)
    
    type: fortimanager:SystemSamlServiceproviders
    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 SystemSamlServiceprovidersArgs
    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 SystemSamlServiceprovidersArgs
    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 SystemSamlServiceprovidersArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SystemSamlServiceprovidersArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SystemSamlServiceprovidersArgs
    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 systemSamlServiceprovidersResource = new Fortimanager.SystemSamlServiceproviders("systemSamlServiceprovidersResource", new()
    {
        IdpEntityId = "string",
        IdpSingleLogoutUrl = "string",
        IdpSingleSignOnUrl = "string",
        Name = "string",
        Prefix = "string",
        SpAdom = "string",
        SpCert = "string",
        SpEntityId = "string",
        SpProfile = "string",
        SpSingleLogoutUrl = "string",
        SpSingleSignOnUrl = "string",
        SystemSamlServiceprovidersId = "string",
    });
    
    example, err := fortimanager.NewSystemSamlServiceproviders(ctx, "systemSamlServiceprovidersResource", &fortimanager.SystemSamlServiceprovidersArgs{
    IdpEntityId: pulumi.String("string"),
    IdpSingleLogoutUrl: pulumi.String("string"),
    IdpSingleSignOnUrl: pulumi.String("string"),
    Name: pulumi.String("string"),
    Prefix: pulumi.String("string"),
    SpAdom: pulumi.String("string"),
    SpCert: pulumi.String("string"),
    SpEntityId: pulumi.String("string"),
    SpProfile: pulumi.String("string"),
    SpSingleLogoutUrl: pulumi.String("string"),
    SpSingleSignOnUrl: pulumi.String("string"),
    SystemSamlServiceprovidersId: pulumi.String("string"),
    })
    
    var systemSamlServiceprovidersResource = new SystemSamlServiceproviders("systemSamlServiceprovidersResource", SystemSamlServiceprovidersArgs.builder()
        .idpEntityId("string")
        .idpSingleLogoutUrl("string")
        .idpSingleSignOnUrl("string")
        .name("string")
        .prefix("string")
        .spAdom("string")
        .spCert("string")
        .spEntityId("string")
        .spProfile("string")
        .spSingleLogoutUrl("string")
        .spSingleSignOnUrl("string")
        .systemSamlServiceprovidersId("string")
        .build());
    
    system_saml_serviceproviders_resource = fortimanager.SystemSamlServiceproviders("systemSamlServiceprovidersResource",
        idp_entity_id="string",
        idp_single_logout_url="string",
        idp_single_sign_on_url="string",
        name="string",
        prefix="string",
        sp_adom="string",
        sp_cert="string",
        sp_entity_id="string",
        sp_profile="string",
        sp_single_logout_url="string",
        sp_single_sign_on_url="string",
        system_saml_serviceproviders_id="string")
    
    const systemSamlServiceprovidersResource = new fortimanager.SystemSamlServiceproviders("systemSamlServiceprovidersResource", {
        idpEntityId: "string",
        idpSingleLogoutUrl: "string",
        idpSingleSignOnUrl: "string",
        name: "string",
        prefix: "string",
        spAdom: "string",
        spCert: "string",
        spEntityId: "string",
        spProfile: "string",
        spSingleLogoutUrl: "string",
        spSingleSignOnUrl: "string",
        systemSamlServiceprovidersId: "string",
    });
    
    type: fortimanager:SystemSamlServiceproviders
    properties:
        idpEntityId: string
        idpSingleLogoutUrl: string
        idpSingleSignOnUrl: string
        name: string
        prefix: string
        spAdom: string
        spCert: string
        spEntityId: string
        spProfile: string
        spSingleLogoutUrl: string
        spSingleSignOnUrl: string
        systemSamlServiceprovidersId: string
    

    SystemSamlServiceproviders 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 SystemSamlServiceproviders resource accepts the following input properties:

    IdpEntityId string
    IDP Entity ID.
    IdpSingleLogoutUrl string
    IDP single logout url.
    IdpSingleSignOnUrl string
    IDP single sign-on URL.
    Name string
    Name.
    Prefix string
    Prefix.
    SpAdom string
    SP adom name.
    SpCert string
    SP certificate name.
    SpEntityId string
    SP Entity ID.
    SpProfile string
    SP profile name.
    SpSingleLogoutUrl string
    SP single logout URL.
    SpSingleSignOnUrl string
    SP single sign-on URL.
    SystemSamlServiceprovidersId string
    an identifier for the resource with format {{idp_entity_id}}.
    IdpEntityId string
    IDP Entity ID.
    IdpSingleLogoutUrl string
    IDP single logout url.
    IdpSingleSignOnUrl string
    IDP single sign-on URL.
    Name string
    Name.
    Prefix string
    Prefix.
    SpAdom string
    SP adom name.
    SpCert string
    SP certificate name.
    SpEntityId string
    SP Entity ID.
    SpProfile string
    SP profile name.
    SpSingleLogoutUrl string
    SP single logout URL.
    SpSingleSignOnUrl string
    SP single sign-on URL.
    SystemSamlServiceprovidersId string
    an identifier for the resource with format {{idp_entity_id}}.
    idpEntityId String
    IDP Entity ID.
    idpSingleLogoutUrl String
    IDP single logout url.
    idpSingleSignOnUrl String
    IDP single sign-on URL.
    name String
    Name.
    prefix String
    Prefix.
    spAdom String
    SP adom name.
    spCert String
    SP certificate name.
    spEntityId String
    SP Entity ID.
    spProfile String
    SP profile name.
    spSingleLogoutUrl String
    SP single logout URL.
    spSingleSignOnUrl String
    SP single sign-on URL.
    systemSamlServiceprovidersId String
    an identifier for the resource with format {{idp_entity_id}}.
    idpEntityId string
    IDP Entity ID.
    idpSingleLogoutUrl string
    IDP single logout url.
    idpSingleSignOnUrl string
    IDP single sign-on URL.
    name string
    Name.
    prefix string
    Prefix.
    spAdom string
    SP adom name.
    spCert string
    SP certificate name.
    spEntityId string
    SP Entity ID.
    spProfile string
    SP profile name.
    spSingleLogoutUrl string
    SP single logout URL.
    spSingleSignOnUrl string
    SP single sign-on URL.
    systemSamlServiceprovidersId string
    an identifier for the resource with format {{idp_entity_id}}.
    idp_entity_id str
    IDP Entity ID.
    idp_single_logout_url str
    IDP single logout url.
    idp_single_sign_on_url str
    IDP single sign-on URL.
    name str
    Name.
    prefix str
    Prefix.
    sp_adom str
    SP adom name.
    sp_cert str
    SP certificate name.
    sp_entity_id str
    SP Entity ID.
    sp_profile str
    SP profile name.
    sp_single_logout_url str
    SP single logout URL.
    sp_single_sign_on_url str
    SP single sign-on URL.
    system_saml_serviceproviders_id str
    an identifier for the resource with format {{idp_entity_id}}.
    idpEntityId String
    IDP Entity ID.
    idpSingleLogoutUrl String
    IDP single logout url.
    idpSingleSignOnUrl String
    IDP single sign-on URL.
    name String
    Name.
    prefix String
    Prefix.
    spAdom String
    SP adom name.
    spCert String
    SP certificate name.
    spEntityId String
    SP Entity ID.
    spProfile String
    SP profile name.
    spSingleLogoutUrl String
    SP single logout URL.
    spSingleSignOnUrl String
    SP single sign-on URL.
    systemSamlServiceprovidersId String
    an identifier for the resource with format {{idp_entity_id}}.

    Outputs

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

    Get an existing SystemSamlServiceproviders 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?: SystemSamlServiceprovidersState, opts?: CustomResourceOptions): SystemSamlServiceproviders
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            idp_entity_id: Optional[str] = None,
            idp_single_logout_url: Optional[str] = None,
            idp_single_sign_on_url: Optional[str] = None,
            name: Optional[str] = None,
            prefix: Optional[str] = None,
            sp_adom: Optional[str] = None,
            sp_cert: Optional[str] = None,
            sp_entity_id: Optional[str] = None,
            sp_profile: Optional[str] = None,
            sp_single_logout_url: Optional[str] = None,
            sp_single_sign_on_url: Optional[str] = None,
            system_saml_serviceproviders_id: Optional[str] = None) -> SystemSamlServiceproviders
    func GetSystemSamlServiceproviders(ctx *Context, name string, id IDInput, state *SystemSamlServiceprovidersState, opts ...ResourceOption) (*SystemSamlServiceproviders, error)
    public static SystemSamlServiceproviders Get(string name, Input<string> id, SystemSamlServiceprovidersState? state, CustomResourceOptions? opts = null)
    public static SystemSamlServiceproviders get(String name, Output<String> id, SystemSamlServiceprovidersState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:SystemSamlServiceproviders    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:
    IdpEntityId string
    IDP Entity ID.
    IdpSingleLogoutUrl string
    IDP single logout url.
    IdpSingleSignOnUrl string
    IDP single sign-on URL.
    Name string
    Name.
    Prefix string
    Prefix.
    SpAdom string
    SP adom name.
    SpCert string
    SP certificate name.
    SpEntityId string
    SP Entity ID.
    SpProfile string
    SP profile name.
    SpSingleLogoutUrl string
    SP single logout URL.
    SpSingleSignOnUrl string
    SP single sign-on URL.
    SystemSamlServiceprovidersId string
    an identifier for the resource with format {{idp_entity_id}}.
    IdpEntityId string
    IDP Entity ID.
    IdpSingleLogoutUrl string
    IDP single logout url.
    IdpSingleSignOnUrl string
    IDP single sign-on URL.
    Name string
    Name.
    Prefix string
    Prefix.
    SpAdom string
    SP adom name.
    SpCert string
    SP certificate name.
    SpEntityId string
    SP Entity ID.
    SpProfile string
    SP profile name.
    SpSingleLogoutUrl string
    SP single logout URL.
    SpSingleSignOnUrl string
    SP single sign-on URL.
    SystemSamlServiceprovidersId string
    an identifier for the resource with format {{idp_entity_id}}.
    idpEntityId String
    IDP Entity ID.
    idpSingleLogoutUrl String
    IDP single logout url.
    idpSingleSignOnUrl String
    IDP single sign-on URL.
    name String
    Name.
    prefix String
    Prefix.
    spAdom String
    SP adom name.
    spCert String
    SP certificate name.
    spEntityId String
    SP Entity ID.
    spProfile String
    SP profile name.
    spSingleLogoutUrl String
    SP single logout URL.
    spSingleSignOnUrl String
    SP single sign-on URL.
    systemSamlServiceprovidersId String
    an identifier for the resource with format {{idp_entity_id}}.
    idpEntityId string
    IDP Entity ID.
    idpSingleLogoutUrl string
    IDP single logout url.
    idpSingleSignOnUrl string
    IDP single sign-on URL.
    name string
    Name.
    prefix string
    Prefix.
    spAdom string
    SP adom name.
    spCert string
    SP certificate name.
    spEntityId string
    SP Entity ID.
    spProfile string
    SP profile name.
    spSingleLogoutUrl string
    SP single logout URL.
    spSingleSignOnUrl string
    SP single sign-on URL.
    systemSamlServiceprovidersId string
    an identifier for the resource with format {{idp_entity_id}}.
    idp_entity_id str
    IDP Entity ID.
    idp_single_logout_url str
    IDP single logout url.
    idp_single_sign_on_url str
    IDP single sign-on URL.
    name str
    Name.
    prefix str
    Prefix.
    sp_adom str
    SP adom name.
    sp_cert str
    SP certificate name.
    sp_entity_id str
    SP Entity ID.
    sp_profile str
    SP profile name.
    sp_single_logout_url str
    SP single logout URL.
    sp_single_sign_on_url str
    SP single sign-on URL.
    system_saml_serviceproviders_id str
    an identifier for the resource with format {{idp_entity_id}}.
    idpEntityId String
    IDP Entity ID.
    idpSingleLogoutUrl String
    IDP single logout url.
    idpSingleSignOnUrl String
    IDP single sign-on URL.
    name String
    Name.
    prefix String
    Prefix.
    spAdom String
    SP adom name.
    spCert String
    SP certificate name.
    spEntityId String
    SP Entity ID.
    spProfile String
    SP profile name.
    spSingleLogoutUrl String
    SP single logout URL.
    spSingleSignOnUrl String
    SP single sign-on URL.
    systemSamlServiceprovidersId String
    an identifier for the resource with format {{idp_entity_id}}.

    Import

    System SamlServiceProviders can be imported using any of these accepted formats:

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/systemSamlServiceproviders:SystemSamlServiceproviders labelname {{idp_entity_id}}
    

    $ unset “FORTIMANAGER_IMPORT_TABLE”

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

    Package Details

    Repository
    fortimanager fortinetdev/terraform-provider-fortimanager
    License
    Notes
    This Pulumi package is based on the fortimanager Terraform Provider.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev