1. Packages
  2. Packages
  3. Panos Provider
  4. API Docs
  5. SamlIdpProfile
Viewing docs for panos 2.0.11
published on Tuesday, Apr 28, 2026 by paloaltonetworks
Viewing docs for panos 2.0.11
published on Tuesday, Apr 28, 2026 by paloaltonetworks

    Example Usage

    Create SamlIdpProfile Resource

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

    Constructor syntax

    new SamlIdpProfile(name: string, args: SamlIdpProfileArgs, opts?: CustomResourceOptions);
    @overload
    def SamlIdpProfile(resource_name: str,
                       args: SamlIdpProfileArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def SamlIdpProfile(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       location: Optional[SamlIdpProfileLocationArgs] = None,
                       max_clock_skew: Optional[float] = None,
                       slo_url: Optional[str] = None,
                       attribute_name_usergroup_import: Optional[str] = None,
                       attribute_name_username_import: Optional[str] = None,
                       certificate: Optional[str] = None,
                       entity_id: Optional[str] = None,
                       attribute_name_admin_role_import: Optional[str] = None,
                       name: Optional[str] = None,
                       attribute_name_access_domain_import: Optional[str] = None,
                       slo_bindings: Optional[str] = None,
                       admin_use_only: Optional[bool] = None,
                       sso_bindings: Optional[str] = None,
                       sso_url: Optional[str] = None,
                       validate_idp_certificate: Optional[bool] = None,
                       want_auth_requests_signed: Optional[bool] = None)
    func NewSamlIdpProfile(ctx *Context, name string, args SamlIdpProfileArgs, opts ...ResourceOption) (*SamlIdpProfile, error)
    public SamlIdpProfile(string name, SamlIdpProfileArgs args, CustomResourceOptions? opts = null)
    public SamlIdpProfile(String name, SamlIdpProfileArgs args)
    public SamlIdpProfile(String name, SamlIdpProfileArgs args, CustomResourceOptions options)
    
    type: panos:SamlIdpProfile
    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 SamlIdpProfileArgs
    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 SamlIdpProfileArgs
    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 SamlIdpProfileArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SamlIdpProfileArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SamlIdpProfileArgs
    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 samlIdpProfileResource = new Panos.SamlIdpProfile("samlIdpProfileResource", new()
    {
        Location = new Panos.Inputs.SamlIdpProfileLocationArgs
        {
            Panorama = null,
            Shared = null,
            Template = new Panos.Inputs.SamlIdpProfileLocationTemplateArgs
            {
                Name = "string",
                PanoramaDevice = "string",
            },
            TemplateStack = new Panos.Inputs.SamlIdpProfileLocationTemplateStackArgs
            {
                Name = "string",
                PanoramaDevice = "string",
            },
            TemplateStackVsys = new Panos.Inputs.SamlIdpProfileLocationTemplateStackVsysArgs
            {
                NgfwDevice = "string",
                PanoramaDevice = "string",
                TemplateStack = "string",
                Vsys = "string",
            },
            TemplateVsys = new Panos.Inputs.SamlIdpProfileLocationTemplateVsysArgs
            {
                NgfwDevice = "string",
                PanoramaDevice = "string",
                Template = "string",
                Vsys = "string",
            },
            Vsys = new Panos.Inputs.SamlIdpProfileLocationVsysArgs
            {
                Name = "string",
                NgfwDevice = "string",
            },
        },
        MaxClockSkew = 0,
        SloUrl = "string",
        AttributeNameUsergroupImport = "string",
        AttributeNameUsernameImport = "string",
        Certificate = "string",
        EntityId = "string",
        AttributeNameAdminRoleImport = "string",
        Name = "string",
        AttributeNameAccessDomainImport = "string",
        SloBindings = "string",
        AdminUseOnly = false,
        SsoBindings = "string",
        SsoUrl = "string",
        ValidateIdpCertificate = false,
        WantAuthRequestsSigned = false,
    });
    
    example, err := panos.NewSamlIdpProfile(ctx, "samlIdpProfileResource", &panos.SamlIdpProfileArgs{
    	Location: &panos.SamlIdpProfileLocationArgs{
    		Panorama: &panos.SamlIdpProfileLocationPanoramaArgs{},
    		Shared:   &panos.SamlIdpProfileLocationSharedArgs{},
    		Template: &panos.SamlIdpProfileLocationTemplateArgs{
    			Name:           pulumi.String("string"),
    			PanoramaDevice: pulumi.String("string"),
    		},
    		TemplateStack: &panos.SamlIdpProfileLocationTemplateStackArgs{
    			Name:           pulumi.String("string"),
    			PanoramaDevice: pulumi.String("string"),
    		},
    		TemplateStackVsys: &panos.SamlIdpProfileLocationTemplateStackVsysArgs{
    			NgfwDevice:     pulumi.String("string"),
    			PanoramaDevice: pulumi.String("string"),
    			TemplateStack:  pulumi.String("string"),
    			Vsys:           pulumi.String("string"),
    		},
    		TemplateVsys: &panos.SamlIdpProfileLocationTemplateVsysArgs{
    			NgfwDevice:     pulumi.String("string"),
    			PanoramaDevice: pulumi.String("string"),
    			Template:       pulumi.String("string"),
    			Vsys:           pulumi.String("string"),
    		},
    		Vsys: &panos.SamlIdpProfileLocationVsysArgs{
    			Name:       pulumi.String("string"),
    			NgfwDevice: pulumi.String("string"),
    		},
    	},
    	MaxClockSkew:                    pulumi.Float64(0),
    	SloUrl:                          pulumi.String("string"),
    	AttributeNameUsergroupImport:    pulumi.String("string"),
    	AttributeNameUsernameImport:     pulumi.String("string"),
    	Certificate:                     pulumi.String("string"),
    	EntityId:                        pulumi.String("string"),
    	AttributeNameAdminRoleImport:    pulumi.String("string"),
    	Name:                            pulumi.String("string"),
    	AttributeNameAccessDomainImport: pulumi.String("string"),
    	SloBindings:                     pulumi.String("string"),
    	AdminUseOnly:                    pulumi.Bool(false),
    	SsoBindings:                     pulumi.String("string"),
    	SsoUrl:                          pulumi.String("string"),
    	ValidateIdpCertificate:          pulumi.Bool(false),
    	WantAuthRequestsSigned:          pulumi.Bool(false),
    })
    
    var samlIdpProfileResource = new SamlIdpProfile("samlIdpProfileResource", SamlIdpProfileArgs.builder()
        .location(SamlIdpProfileLocationArgs.builder()
            .panorama(SamlIdpProfileLocationPanoramaArgs.builder()
                .build())
            .shared(SamlIdpProfileLocationSharedArgs.builder()
                .build())
            .template(SamlIdpProfileLocationTemplateArgs.builder()
                .name("string")
                .panoramaDevice("string")
                .build())
            .templateStack(SamlIdpProfileLocationTemplateStackArgs.builder()
                .name("string")
                .panoramaDevice("string")
                .build())
            .templateStackVsys(SamlIdpProfileLocationTemplateStackVsysArgs.builder()
                .ngfwDevice("string")
                .panoramaDevice("string")
                .templateStack("string")
                .vsys("string")
                .build())
            .templateVsys(SamlIdpProfileLocationTemplateVsysArgs.builder()
                .ngfwDevice("string")
                .panoramaDevice("string")
                .template("string")
                .vsys("string")
                .build())
            .vsys(SamlIdpProfileLocationVsysArgs.builder()
                .name("string")
                .ngfwDevice("string")
                .build())
            .build())
        .maxClockSkew(0.0)
        .sloUrl("string")
        .attributeNameUsergroupImport("string")
        .attributeNameUsernameImport("string")
        .certificate("string")
        .entityId("string")
        .attributeNameAdminRoleImport("string")
        .name("string")
        .attributeNameAccessDomainImport("string")
        .sloBindings("string")
        .adminUseOnly(false)
        .ssoBindings("string")
        .ssoUrl("string")
        .validateIdpCertificate(false)
        .wantAuthRequestsSigned(false)
        .build());
    
    saml_idp_profile_resource = panos.SamlIdpProfile("samlIdpProfileResource",
        location={
            "panorama": {},
            "shared": {},
            "template": {
                "name": "string",
                "panorama_device": "string",
            },
            "template_stack": {
                "name": "string",
                "panorama_device": "string",
            },
            "template_stack_vsys": {
                "ngfw_device": "string",
                "panorama_device": "string",
                "template_stack": "string",
                "vsys": "string",
            },
            "template_vsys": {
                "ngfw_device": "string",
                "panorama_device": "string",
                "template": "string",
                "vsys": "string",
            },
            "vsys": {
                "name": "string",
                "ngfw_device": "string",
            },
        },
        max_clock_skew=float(0),
        slo_url="string",
        attribute_name_usergroup_import="string",
        attribute_name_username_import="string",
        certificate="string",
        entity_id="string",
        attribute_name_admin_role_import="string",
        name="string",
        attribute_name_access_domain_import="string",
        slo_bindings="string",
        admin_use_only=False,
        sso_bindings="string",
        sso_url="string",
        validate_idp_certificate=False,
        want_auth_requests_signed=False)
    
    const samlIdpProfileResource = new panos.SamlIdpProfile("samlIdpProfileResource", {
        location: {
            panorama: {},
            shared: {},
            template: {
                name: "string",
                panoramaDevice: "string",
            },
            templateStack: {
                name: "string",
                panoramaDevice: "string",
            },
            templateStackVsys: {
                ngfwDevice: "string",
                panoramaDevice: "string",
                templateStack: "string",
                vsys: "string",
            },
            templateVsys: {
                ngfwDevice: "string",
                panoramaDevice: "string",
                template: "string",
                vsys: "string",
            },
            vsys: {
                name: "string",
                ngfwDevice: "string",
            },
        },
        maxClockSkew: 0,
        sloUrl: "string",
        attributeNameUsergroupImport: "string",
        attributeNameUsernameImport: "string",
        certificate: "string",
        entityId: "string",
        attributeNameAdminRoleImport: "string",
        name: "string",
        attributeNameAccessDomainImport: "string",
        sloBindings: "string",
        adminUseOnly: false,
        ssoBindings: "string",
        ssoUrl: "string",
        validateIdpCertificate: false,
        wantAuthRequestsSigned: false,
    });
    
    type: panos:SamlIdpProfile
    properties:
        adminUseOnly: false
        attributeNameAccessDomainImport: string
        attributeNameAdminRoleImport: string
        attributeNameUsergroupImport: string
        attributeNameUsernameImport: string
        certificate: string
        entityId: string
        location:
            panorama: {}
            shared: {}
            template:
                name: string
                panoramaDevice: string
            templateStack:
                name: string
                panoramaDevice: string
            templateStackVsys:
                ngfwDevice: string
                panoramaDevice: string
                templateStack: string
                vsys: string
            templateVsys:
                ngfwDevice: string
                panoramaDevice: string
                template: string
                vsys: string
            vsys:
                name: string
                ngfwDevice: string
        maxClockSkew: 0
        name: string
        sloBindings: string
        sloUrl: string
        ssoBindings: string
        ssoUrl: string
        validateIdpCertificate: false
        wantAuthRequestsSigned: false
    

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

    Location SamlIdpProfileLocation
    The location of this object.
    AdminUseOnly bool
    Can only be used for administrative purposes
    AttributeNameAccessDomainImport string
    access-domain
    AttributeNameAdminRoleImport string
    admin-role
    AttributeNameUsergroupImport string
    usergroup
    AttributeNameUsernameImport string
    Attribute name for username to be extracted from SAML response
    Certificate string
    Object name of IdP signing certificate
    EntityId string
    Unique identifier for SAML IdP
    MaxClockSkew double
    maximum allowed clock skew in second between SAML entities' system time
    Name string
    SloBindings string
    SloUrl string
    The Single Logout Service URL for the IdP server
    SsoBindings string
    SsoUrl string
    The Single Sign On Service URL for the IdP server
    ValidateIdpCertificate bool
    Certificate revocation check for IdP certificate when checking assertion signature
    WantAuthRequestsSigned bool
    Client auth request signed by cert
    Location SamlIdpProfileLocationArgs
    The location of this object.
    AdminUseOnly bool
    Can only be used for administrative purposes
    AttributeNameAccessDomainImport string
    access-domain
    AttributeNameAdminRoleImport string
    admin-role
    AttributeNameUsergroupImport string
    usergroup
    AttributeNameUsernameImport string
    Attribute name for username to be extracted from SAML response
    Certificate string
    Object name of IdP signing certificate
    EntityId string
    Unique identifier for SAML IdP
    MaxClockSkew float64
    maximum allowed clock skew in second between SAML entities' system time
    Name string
    SloBindings string
    SloUrl string
    The Single Logout Service URL for the IdP server
    SsoBindings string
    SsoUrl string
    The Single Sign On Service URL for the IdP server
    ValidateIdpCertificate bool
    Certificate revocation check for IdP certificate when checking assertion signature
    WantAuthRequestsSigned bool
    Client auth request signed by cert
    location SamlIdpProfileLocation
    The location of this object.
    adminUseOnly Boolean
    Can only be used for administrative purposes
    attributeNameAccessDomainImport String
    access-domain
    attributeNameAdminRoleImport String
    admin-role
    attributeNameUsergroupImport String
    usergroup
    attributeNameUsernameImport String
    Attribute name for username to be extracted from SAML response
    certificate String
    Object name of IdP signing certificate
    entityId String
    Unique identifier for SAML IdP
    maxClockSkew Double
    maximum allowed clock skew in second between SAML entities' system time
    name String
    sloBindings String
    sloUrl String
    The Single Logout Service URL for the IdP server
    ssoBindings String
    ssoUrl String
    The Single Sign On Service URL for the IdP server
    validateIdpCertificate Boolean
    Certificate revocation check for IdP certificate when checking assertion signature
    wantAuthRequestsSigned Boolean
    Client auth request signed by cert
    location SamlIdpProfileLocation
    The location of this object.
    adminUseOnly boolean
    Can only be used for administrative purposes
    attributeNameAccessDomainImport string
    access-domain
    attributeNameAdminRoleImport string
    admin-role
    attributeNameUsergroupImport string
    usergroup
    attributeNameUsernameImport string
    Attribute name for username to be extracted from SAML response
    certificate string
    Object name of IdP signing certificate
    entityId string
    Unique identifier for SAML IdP
    maxClockSkew number
    maximum allowed clock skew in second between SAML entities' system time
    name string
    sloBindings string
    sloUrl string
    The Single Logout Service URL for the IdP server
    ssoBindings string
    ssoUrl string
    The Single Sign On Service URL for the IdP server
    validateIdpCertificate boolean
    Certificate revocation check for IdP certificate when checking assertion signature
    wantAuthRequestsSigned boolean
    Client auth request signed by cert
    location SamlIdpProfileLocationArgs
    The location of this object.
    admin_use_only bool
    Can only be used for administrative purposes
    attribute_name_access_domain_import str
    access-domain
    attribute_name_admin_role_import str
    admin-role
    attribute_name_usergroup_import str
    usergroup
    attribute_name_username_import str
    Attribute name for username to be extracted from SAML response
    certificate str
    Object name of IdP signing certificate
    entity_id str
    Unique identifier for SAML IdP
    max_clock_skew float
    maximum allowed clock skew in second between SAML entities' system time
    name str
    slo_bindings str
    slo_url str
    The Single Logout Service URL for the IdP server
    sso_bindings str
    sso_url str
    The Single Sign On Service URL for the IdP server
    validate_idp_certificate bool
    Certificate revocation check for IdP certificate when checking assertion signature
    want_auth_requests_signed bool
    Client auth request signed by cert
    location Property Map
    The location of this object.
    adminUseOnly Boolean
    Can only be used for administrative purposes
    attributeNameAccessDomainImport String
    access-domain
    attributeNameAdminRoleImport String
    admin-role
    attributeNameUsergroupImport String
    usergroup
    attributeNameUsernameImport String
    Attribute name for username to be extracted from SAML response
    certificate String
    Object name of IdP signing certificate
    entityId String
    Unique identifier for SAML IdP
    maxClockSkew Number
    maximum allowed clock skew in second between SAML entities' system time
    name String
    sloBindings String
    sloUrl String
    The Single Logout Service URL for the IdP server
    ssoBindings String
    ssoUrl String
    The Single Sign On Service URL for the IdP server
    validateIdpCertificate Boolean
    Certificate revocation check for IdP certificate when checking assertion signature
    wantAuthRequestsSigned Boolean
    Client auth request signed by cert

    Outputs

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

    Get an existing SamlIdpProfile 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?: SamlIdpProfileState, opts?: CustomResourceOptions): SamlIdpProfile
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            admin_use_only: Optional[bool] = None,
            attribute_name_access_domain_import: Optional[str] = None,
            attribute_name_admin_role_import: Optional[str] = None,
            attribute_name_usergroup_import: Optional[str] = None,
            attribute_name_username_import: Optional[str] = None,
            certificate: Optional[str] = None,
            entity_id: Optional[str] = None,
            location: Optional[SamlIdpProfileLocationArgs] = None,
            max_clock_skew: Optional[float] = None,
            name: Optional[str] = None,
            slo_bindings: Optional[str] = None,
            slo_url: Optional[str] = None,
            sso_bindings: Optional[str] = None,
            sso_url: Optional[str] = None,
            validate_idp_certificate: Optional[bool] = None,
            want_auth_requests_signed: Optional[bool] = None) -> SamlIdpProfile
    func GetSamlIdpProfile(ctx *Context, name string, id IDInput, state *SamlIdpProfileState, opts ...ResourceOption) (*SamlIdpProfile, error)
    public static SamlIdpProfile Get(string name, Input<string> id, SamlIdpProfileState? state, CustomResourceOptions? opts = null)
    public static SamlIdpProfile get(String name, Output<String> id, SamlIdpProfileState state, CustomResourceOptions options)
    resources:  _:    type: panos:SamlIdpProfile    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:
    AdminUseOnly bool
    Can only be used for administrative purposes
    AttributeNameAccessDomainImport string
    access-domain
    AttributeNameAdminRoleImport string
    admin-role
    AttributeNameUsergroupImport string
    usergroup
    AttributeNameUsernameImport string
    Attribute name for username to be extracted from SAML response
    Certificate string
    Object name of IdP signing certificate
    EntityId string
    Unique identifier for SAML IdP
    Location SamlIdpProfileLocation
    The location of this object.
    MaxClockSkew double
    maximum allowed clock skew in second between SAML entities' system time
    Name string
    SloBindings string
    SloUrl string
    The Single Logout Service URL for the IdP server
    SsoBindings string
    SsoUrl string
    The Single Sign On Service URL for the IdP server
    ValidateIdpCertificate bool
    Certificate revocation check for IdP certificate when checking assertion signature
    WantAuthRequestsSigned bool
    Client auth request signed by cert
    AdminUseOnly bool
    Can only be used for administrative purposes
    AttributeNameAccessDomainImport string
    access-domain
    AttributeNameAdminRoleImport string
    admin-role
    AttributeNameUsergroupImport string
    usergroup
    AttributeNameUsernameImport string
    Attribute name for username to be extracted from SAML response
    Certificate string
    Object name of IdP signing certificate
    EntityId string
    Unique identifier for SAML IdP
    Location SamlIdpProfileLocationArgs
    The location of this object.
    MaxClockSkew float64
    maximum allowed clock skew in second between SAML entities' system time
    Name string
    SloBindings string
    SloUrl string
    The Single Logout Service URL for the IdP server
    SsoBindings string
    SsoUrl string
    The Single Sign On Service URL for the IdP server
    ValidateIdpCertificate bool
    Certificate revocation check for IdP certificate when checking assertion signature
    WantAuthRequestsSigned bool
    Client auth request signed by cert
    adminUseOnly Boolean
    Can only be used for administrative purposes
    attributeNameAccessDomainImport String
    access-domain
    attributeNameAdminRoleImport String
    admin-role
    attributeNameUsergroupImport String
    usergroup
    attributeNameUsernameImport String
    Attribute name for username to be extracted from SAML response
    certificate String
    Object name of IdP signing certificate
    entityId String
    Unique identifier for SAML IdP
    location SamlIdpProfileLocation
    The location of this object.
    maxClockSkew Double
    maximum allowed clock skew in second between SAML entities' system time
    name String
    sloBindings String
    sloUrl String
    The Single Logout Service URL for the IdP server
    ssoBindings String
    ssoUrl String
    The Single Sign On Service URL for the IdP server
    validateIdpCertificate Boolean
    Certificate revocation check for IdP certificate when checking assertion signature
    wantAuthRequestsSigned Boolean
    Client auth request signed by cert
    adminUseOnly boolean
    Can only be used for administrative purposes
    attributeNameAccessDomainImport string
    access-domain
    attributeNameAdminRoleImport string
    admin-role
    attributeNameUsergroupImport string
    usergroup
    attributeNameUsernameImport string
    Attribute name for username to be extracted from SAML response
    certificate string
    Object name of IdP signing certificate
    entityId string
    Unique identifier for SAML IdP
    location SamlIdpProfileLocation
    The location of this object.
    maxClockSkew number
    maximum allowed clock skew in second between SAML entities' system time
    name string
    sloBindings string
    sloUrl string
    The Single Logout Service URL for the IdP server
    ssoBindings string
    ssoUrl string
    The Single Sign On Service URL for the IdP server
    validateIdpCertificate boolean
    Certificate revocation check for IdP certificate when checking assertion signature
    wantAuthRequestsSigned boolean
    Client auth request signed by cert
    admin_use_only bool
    Can only be used for administrative purposes
    attribute_name_access_domain_import str
    access-domain
    attribute_name_admin_role_import str
    admin-role
    attribute_name_usergroup_import str
    usergroup
    attribute_name_username_import str
    Attribute name for username to be extracted from SAML response
    certificate str
    Object name of IdP signing certificate
    entity_id str
    Unique identifier for SAML IdP
    location SamlIdpProfileLocationArgs
    The location of this object.
    max_clock_skew float
    maximum allowed clock skew in second between SAML entities' system time
    name str
    slo_bindings str
    slo_url str
    The Single Logout Service URL for the IdP server
    sso_bindings str
    sso_url str
    The Single Sign On Service URL for the IdP server
    validate_idp_certificate bool
    Certificate revocation check for IdP certificate when checking assertion signature
    want_auth_requests_signed bool
    Client auth request signed by cert
    adminUseOnly Boolean
    Can only be used for administrative purposes
    attributeNameAccessDomainImport String
    access-domain
    attributeNameAdminRoleImport String
    admin-role
    attributeNameUsergroupImport String
    usergroup
    attributeNameUsernameImport String
    Attribute name for username to be extracted from SAML response
    certificate String
    Object name of IdP signing certificate
    entityId String
    Unique identifier for SAML IdP
    location Property Map
    The location of this object.
    maxClockSkew Number
    maximum allowed clock skew in second between SAML entities' system time
    name String
    sloBindings String
    sloUrl String
    The Single Logout Service URL for the IdP server
    ssoBindings String
    ssoUrl String
    The Single Sign On Service URL for the IdP server
    validateIdpCertificate Boolean
    Certificate revocation check for IdP certificate when checking assertion signature
    wantAuthRequestsSigned Boolean
    Client auth request signed by cert

    Supporting Types

    SamlIdpProfileLocation, SamlIdpProfileLocationArgs

    Panorama SamlIdpProfileLocationPanorama
    Located in a panorama.
    Shared SamlIdpProfileLocationShared
    Panorama shared object
    Template SamlIdpProfileLocationTemplate
    A shared resource located within a specific template
    TemplateStack SamlIdpProfileLocationTemplateStack
    Located in a specific template
    TemplateStackVsys SamlIdpProfileLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    TemplateVsys SamlIdpProfileLocationTemplateVsys
    Located in a specific template, device and vsys.
    Vsys SamlIdpProfileLocationVsys
    Located in a specific Virtual System
    Panorama SamlIdpProfileLocationPanorama
    Located in a panorama.
    Shared SamlIdpProfileLocationShared
    Panorama shared object
    Template SamlIdpProfileLocationTemplate
    A shared resource located within a specific template
    TemplateStack SamlIdpProfileLocationTemplateStack
    Located in a specific template
    TemplateStackVsys SamlIdpProfileLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    TemplateVsys SamlIdpProfileLocationTemplateVsys
    Located in a specific template, device and vsys.
    Vsys SamlIdpProfileLocationVsys
    Located in a specific Virtual System
    panorama SamlIdpProfileLocationPanorama
    Located in a panorama.
    shared SamlIdpProfileLocationShared
    Panorama shared object
    template SamlIdpProfileLocationTemplate
    A shared resource located within a specific template
    templateStack SamlIdpProfileLocationTemplateStack
    Located in a specific template
    templateStackVsys SamlIdpProfileLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    templateVsys SamlIdpProfileLocationTemplateVsys
    Located in a specific template, device and vsys.
    vsys SamlIdpProfileLocationVsys
    Located in a specific Virtual System
    panorama SamlIdpProfileLocationPanorama
    Located in a panorama.
    shared SamlIdpProfileLocationShared
    Panorama shared object
    template SamlIdpProfileLocationTemplate
    A shared resource located within a specific template
    templateStack SamlIdpProfileLocationTemplateStack
    Located in a specific template
    templateStackVsys SamlIdpProfileLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    templateVsys SamlIdpProfileLocationTemplateVsys
    Located in a specific template, device and vsys.
    vsys SamlIdpProfileLocationVsys
    Located in a specific Virtual System
    panorama SamlIdpProfileLocationPanorama
    Located in a panorama.
    shared SamlIdpProfileLocationShared
    Panorama shared object
    template SamlIdpProfileLocationTemplate
    A shared resource located within a specific template
    template_stack SamlIdpProfileLocationTemplateStack
    Located in a specific template
    template_stack_vsys SamlIdpProfileLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    template_vsys SamlIdpProfileLocationTemplateVsys
    Located in a specific template, device and vsys.
    vsys SamlIdpProfileLocationVsys
    Located in a specific Virtual System
    panorama Property Map
    Located in a panorama.
    shared Property Map
    Panorama shared object
    template Property Map
    A shared resource located within a specific template
    templateStack Property Map
    Located in a specific template
    templateStackVsys Property Map
    Located in a specific template, device and vsys.
    templateVsys Property Map
    Located in a specific template, device and vsys.
    vsys Property Map
    Located in a specific Virtual System

    SamlIdpProfileLocationTemplate, SamlIdpProfileLocationTemplateArgs

    Name string
    Specific Panorama template
    PanoramaDevice string
    Specific Panorama device
    Name string
    Specific Panorama template
    PanoramaDevice string
    Specific Panorama device
    name String
    Specific Panorama template
    panoramaDevice String
    Specific Panorama device
    name string
    Specific Panorama template
    panoramaDevice string
    Specific Panorama device
    name str
    Specific Panorama template
    panorama_device str
    Specific Panorama device
    name String
    Specific Panorama template
    panoramaDevice String
    Specific Panorama device

    SamlIdpProfileLocationTemplateStack, SamlIdpProfileLocationTemplateStackArgs

    Name string
    The template stack
    PanoramaDevice string
    Specific Panorama device
    Name string
    The template stack
    PanoramaDevice string
    Specific Panorama device
    name String
    The template stack
    panoramaDevice String
    Specific Panorama device
    name string
    The template stack
    panoramaDevice string
    Specific Panorama device
    name str
    The template stack
    panorama_device str
    Specific Panorama device
    name String
    The template stack
    panoramaDevice String
    Specific Panorama device

    SamlIdpProfileLocationTemplateStackVsys, SamlIdpProfileLocationTemplateStackVsysArgs

    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    TemplateStack string
    The template stack
    Vsys string
    The vsys.
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    TemplateStack string
    The template stack
    Vsys string
    The vsys.
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    templateStack String
    The template stack
    vsys String
    The vsys.
    ngfwDevice string
    The NGFW device
    panoramaDevice string
    Specific Panorama device
    templateStack string
    The template stack
    vsys string
    The vsys.
    ngfw_device str
    The NGFW device
    panorama_device str
    Specific Panorama device
    template_stack str
    The template stack
    vsys str
    The vsys.
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    templateStack String
    The template stack
    vsys String
    The vsys.

    SamlIdpProfileLocationTemplateVsys, SamlIdpProfileLocationTemplateVsysArgs

    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Template string
    Specific Panorama template
    Vsys string
    The vsys.
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Template string
    Specific Panorama template
    Vsys string
    The vsys.
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    template String
    Specific Panorama template
    vsys String
    The vsys.
    ngfwDevice string
    The NGFW device
    panoramaDevice string
    Specific Panorama device
    template string
    Specific Panorama template
    vsys string
    The vsys.
    ngfw_device str
    The NGFW device
    panorama_device str
    Specific Panorama device
    template str
    Specific Panorama template
    vsys str
    The vsys.
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    template String
    Specific Panorama template
    vsys String
    The vsys.

    SamlIdpProfileLocationVsys, SamlIdpProfileLocationVsysArgs

    Name string
    The Virtual System name
    NgfwDevice string
    The NGFW device name
    Name string
    The Virtual System name
    NgfwDevice string
    The NGFW device name
    name String
    The Virtual System name
    ngfwDevice String
    The NGFW device name
    name string
    The Virtual System name
    ngfwDevice string
    The NGFW device name
    name str
    The Virtual System name
    ngfw_device str
    The NGFW device name
    name String
    The Virtual System name
    ngfwDevice String
    The NGFW device name

    Package Details

    Repository
    panos paloaltonetworks/terraform-provider-panos
    License
    Notes
    This Pulumi package is based on the panos Terraform Provider.
    Viewing docs for panos 2.0.11
    published on Tuesday, Apr 28, 2026 by paloaltonetworks
      Try Pulumi Cloud free. Your team will thank you.