1. Packages
  2. Packages
  3. Panos Provider
  4. API Docs
  5. getSamlIdpProfile
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

    Using getSamlIdpProfile

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getSamlIdpProfile(args: GetSamlIdpProfileArgs, opts?: InvokeOptions): Promise<GetSamlIdpProfileResult>
    function getSamlIdpProfileOutput(args: GetSamlIdpProfileOutputArgs, opts?: InvokeOptions): Output<GetSamlIdpProfileResult>
    def get_saml_idp_profile(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[GetSamlIdpProfileLocation] = 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,
                             opts: Optional[InvokeOptions] = None) -> GetSamlIdpProfileResult
    def get_saml_idp_profile_output(admin_use_only: Optional[pulumi.Input[bool]] = None,
                             attribute_name_access_domain_import: Optional[pulumi.Input[str]] = None,
                             attribute_name_admin_role_import: Optional[pulumi.Input[str]] = None,
                             attribute_name_usergroup_import: Optional[pulumi.Input[str]] = None,
                             attribute_name_username_import: Optional[pulumi.Input[str]] = None,
                             certificate: Optional[pulumi.Input[str]] = None,
                             entity_id: Optional[pulumi.Input[str]] = None,
                             location: Optional[pulumi.Input[GetSamlIdpProfileLocationArgs]] = None,
                             max_clock_skew: Optional[pulumi.Input[float]] = None,
                             name: Optional[pulumi.Input[str]] = None,
                             slo_bindings: Optional[pulumi.Input[str]] = None,
                             slo_url: Optional[pulumi.Input[str]] = None,
                             sso_bindings: Optional[pulumi.Input[str]] = None,
                             sso_url: Optional[pulumi.Input[str]] = None,
                             validate_idp_certificate: Optional[pulumi.Input[bool]] = None,
                             want_auth_requests_signed: Optional[pulumi.Input[bool]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetSamlIdpProfileResult]
    func LookupSamlIdpProfile(ctx *Context, args *LookupSamlIdpProfileArgs, opts ...InvokeOption) (*LookupSamlIdpProfileResult, error)
    func LookupSamlIdpProfileOutput(ctx *Context, args *LookupSamlIdpProfileOutputArgs, opts ...InvokeOption) LookupSamlIdpProfileResultOutput

    > Note: This function is named LookupSamlIdpProfile in the Go SDK.

    public static class GetSamlIdpProfile 
    {
        public static Task<GetSamlIdpProfileResult> InvokeAsync(GetSamlIdpProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetSamlIdpProfileResult> Invoke(GetSamlIdpProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSamlIdpProfileResult> getSamlIdpProfile(GetSamlIdpProfileArgs args, InvokeOptions options)
    public static Output<GetSamlIdpProfileResult> getSamlIdpProfile(GetSamlIdpProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: panos:index/getSamlIdpProfile:getSamlIdpProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Location GetSamlIdpProfileLocation
    The location of this object.
    Name string
    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
    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 GetSamlIdpProfileLocation
    The location of this object.
    Name string
    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
    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 GetSamlIdpProfileLocation
    The location of this object.
    name String
    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
    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 GetSamlIdpProfileLocation
    The location of this object.
    name string
    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
    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 GetSamlIdpProfileLocation
    The location of this object.
    name str
    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
    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.
    name String
    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
    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

    getSamlIdpProfile Result

    The following output properties are available:

    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
    Id string
    The provider-assigned unique ID for this managed resource.
    Location GetSamlIdpProfileLocation
    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
    Id string
    The provider-assigned unique ID for this managed resource.
    Location GetSamlIdpProfileLocation
    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
    id String
    The provider-assigned unique ID for this managed resource.
    location GetSamlIdpProfileLocation
    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
    id string
    The provider-assigned unique ID for this managed resource.
    location GetSamlIdpProfileLocation
    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
    id str
    The provider-assigned unique ID for this managed resource.
    location GetSamlIdpProfileLocation
    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
    id String
    The provider-assigned unique ID for this managed resource.
    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

    GetSamlIdpProfileLocation

    Panorama GetSamlIdpProfileLocationPanorama
    Located in a panorama.
    Shared GetSamlIdpProfileLocationShared
    Panorama shared object
    Template GetSamlIdpProfileLocationTemplate
    A shared resource located within a specific template
    TemplateStack GetSamlIdpProfileLocationTemplateStack
    Located in a specific template
    TemplateStackVsys GetSamlIdpProfileLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    TemplateVsys GetSamlIdpProfileLocationTemplateVsys
    Located in a specific template, device and vsys.
    Vsys GetSamlIdpProfileLocationVsys
    Located in a specific Virtual System
    Panorama GetSamlIdpProfileLocationPanorama
    Located in a panorama.
    Shared GetSamlIdpProfileLocationShared
    Panorama shared object
    Template GetSamlIdpProfileLocationTemplate
    A shared resource located within a specific template
    TemplateStack GetSamlIdpProfileLocationTemplateStack
    Located in a specific template
    TemplateStackVsys GetSamlIdpProfileLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    TemplateVsys GetSamlIdpProfileLocationTemplateVsys
    Located in a specific template, device and vsys.
    Vsys GetSamlIdpProfileLocationVsys
    Located in a specific Virtual System
    panorama GetSamlIdpProfileLocationPanorama
    Located in a panorama.
    shared GetSamlIdpProfileLocationShared
    Panorama shared object
    template GetSamlIdpProfileLocationTemplate
    A shared resource located within a specific template
    templateStack GetSamlIdpProfileLocationTemplateStack
    Located in a specific template
    templateStackVsys GetSamlIdpProfileLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    templateVsys GetSamlIdpProfileLocationTemplateVsys
    Located in a specific template, device and vsys.
    vsys GetSamlIdpProfileLocationVsys
    Located in a specific Virtual System
    panorama GetSamlIdpProfileLocationPanorama
    Located in a panorama.
    shared GetSamlIdpProfileLocationShared
    Panorama shared object
    template GetSamlIdpProfileLocationTemplate
    A shared resource located within a specific template
    templateStack GetSamlIdpProfileLocationTemplateStack
    Located in a specific template
    templateStackVsys GetSamlIdpProfileLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    templateVsys GetSamlIdpProfileLocationTemplateVsys
    Located in a specific template, device and vsys.
    vsys GetSamlIdpProfileLocationVsys
    Located in a specific Virtual System
    panorama GetSamlIdpProfileLocationPanorama
    Located in a panorama.
    shared GetSamlIdpProfileLocationShared
    Panorama shared object
    template GetSamlIdpProfileLocationTemplate
    A shared resource located within a specific template
    template_stack GetSamlIdpProfileLocationTemplateStack
    Located in a specific template
    template_stack_vsys GetSamlIdpProfileLocationTemplateStackVsys
    Located in a specific template, device and vsys.
    template_vsys GetSamlIdpProfileLocationTemplateVsys
    Located in a specific template, device and vsys.
    vsys GetSamlIdpProfileLocationVsys
    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

    GetSamlIdpProfileLocationTemplate

    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

    GetSamlIdpProfileLocationTemplateStack

    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

    GetSamlIdpProfileLocationTemplateStackVsys

    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.

    GetSamlIdpProfileLocationTemplateVsys

    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.

    GetSamlIdpProfileLocationVsys

    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.