published on Tuesday, Apr 28, 2026 by paloaltonetworks
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
Saml
Idp Profile Location - The location of this object.
- Admin
Use boolOnly - Can only be used for administrative purposes
- Attribute
Name stringAccess Domain Import - access-domain
- Attribute
Name stringAdmin Role Import - admin-role
- Attribute
Name stringUsergroup Import - usergroup
- Attribute
Name stringUsername Import - Attribute name for username to be extracted from SAML response
- Certificate string
- Object name of IdP signing certificate
- Entity
Id string - Unique identifier for SAML IdP
- Max
Clock doubleSkew - maximum allowed clock skew in second between SAML entities' system time
- Name string
- Slo
Bindings string - Slo
Url string - The Single Logout Service URL for the IdP server
- Sso
Bindings string - Sso
Url string - The Single Sign On Service URL for the IdP server
- Validate
Idp boolCertificate - Certificate revocation check for IdP certificate when checking assertion signature
- Want
Auth boolRequests Signed - Client auth request signed by cert
- Location
Saml
Idp Profile Location Args - The location of this object.
- Admin
Use boolOnly - Can only be used for administrative purposes
- Attribute
Name stringAccess Domain Import - access-domain
- Attribute
Name stringAdmin Role Import - admin-role
- Attribute
Name stringUsergroup Import - usergroup
- Attribute
Name stringUsername Import - Attribute name for username to be extracted from SAML response
- Certificate string
- Object name of IdP signing certificate
- Entity
Id string - Unique identifier for SAML IdP
- Max
Clock float64Skew - maximum allowed clock skew in second between SAML entities' system time
- Name string
- Slo
Bindings string - Slo
Url string - The Single Logout Service URL for the IdP server
- Sso
Bindings string - Sso
Url string - The Single Sign On Service URL for the IdP server
- Validate
Idp boolCertificate - Certificate revocation check for IdP certificate when checking assertion signature
- Want
Auth boolRequests Signed - Client auth request signed by cert
- location
Saml
Idp Profile Location - The location of this object.
- admin
Use BooleanOnly - Can only be used for administrative purposes
- attribute
Name StringAccess Domain Import - access-domain
- attribute
Name StringAdmin Role Import - admin-role
- attribute
Name StringUsergroup Import - usergroup
- attribute
Name StringUsername Import - Attribute name for username to be extracted from SAML response
- certificate String
- Object name of IdP signing certificate
- entity
Id String - Unique identifier for SAML IdP
- max
Clock DoubleSkew - maximum allowed clock skew in second between SAML entities' system time
- name String
- slo
Bindings String - slo
Url String - The Single Logout Service URL for the IdP server
- sso
Bindings String - sso
Url String - The Single Sign On Service URL for the IdP server
- validate
Idp BooleanCertificate - Certificate revocation check for IdP certificate when checking assertion signature
- want
Auth BooleanRequests Signed - Client auth request signed by cert
- location
Saml
Idp Profile Location - The location of this object.
- admin
Use booleanOnly - Can only be used for administrative purposes
- attribute
Name stringAccess Domain Import - access-domain
- attribute
Name stringAdmin Role Import - admin-role
- attribute
Name stringUsergroup Import - usergroup
- attribute
Name stringUsername Import - Attribute name for username to be extracted from SAML response
- certificate string
- Object name of IdP signing certificate
- entity
Id string - Unique identifier for SAML IdP
- max
Clock numberSkew - maximum allowed clock skew in second between SAML entities' system time
- name string
- slo
Bindings string - slo
Url string - The Single Logout Service URL for the IdP server
- sso
Bindings string - sso
Url string - The Single Sign On Service URL for the IdP server
- validate
Idp booleanCertificate - Certificate revocation check for IdP certificate when checking assertion signature
- want
Auth booleanRequests Signed - Client auth request signed by cert
- location
Saml
Idp Profile Location Args - The location of this object.
- admin_
use_ boolonly - Can only be used for administrative purposes
- attribute_
name_ straccess_ domain_ import - access-domain
- attribute_
name_ stradmin_ role_ import - admin-role
- attribute_
name_ strusergroup_ import - usergroup
- attribute_
name_ strusername_ import - 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_ floatskew - 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_ boolcertificate - Certificate revocation check for IdP certificate when checking assertion signature
- want_
auth_ boolrequests_ signed - Client auth request signed by cert
- location Property Map
- The location of this object.
- admin
Use BooleanOnly - Can only be used for administrative purposes
- attribute
Name StringAccess Domain Import - access-domain
- attribute
Name StringAdmin Role Import - admin-role
- attribute
Name StringUsergroup Import - usergroup
- attribute
Name StringUsername Import - Attribute name for username to be extracted from SAML response
- certificate String
- Object name of IdP signing certificate
- entity
Id String - Unique identifier for SAML IdP
- max
Clock NumberSkew - maximum allowed clock skew in second between SAML entities' system time
- name String
- slo
Bindings String - slo
Url String - The Single Logout Service URL for the IdP server
- sso
Bindings String - sso
Url String - The Single Sign On Service URL for the IdP server
- validate
Idp BooleanCertificate - Certificate revocation check for IdP certificate when checking assertion signature
- want
Auth BooleanRequests Signed - 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) -> SamlIdpProfilefunc 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.
- Admin
Use boolOnly - Can only be used for administrative purposes
- Attribute
Name stringAccess Domain Import - access-domain
- Attribute
Name stringAdmin Role Import - admin-role
- Attribute
Name stringUsergroup Import - usergroup
- Attribute
Name stringUsername Import - Attribute name for username to be extracted from SAML response
- Certificate string
- Object name of IdP signing certificate
- Entity
Id string - Unique identifier for SAML IdP
- Location
Saml
Idp Profile Location - The location of this object.
- Max
Clock doubleSkew - maximum allowed clock skew in second between SAML entities' system time
- Name string
- Slo
Bindings string - Slo
Url string - The Single Logout Service URL for the IdP server
- Sso
Bindings string - Sso
Url string - The Single Sign On Service URL for the IdP server
- Validate
Idp boolCertificate - Certificate revocation check for IdP certificate when checking assertion signature
- Want
Auth boolRequests Signed - Client auth request signed by cert
- Admin
Use boolOnly - Can only be used for administrative purposes
- Attribute
Name stringAccess Domain Import - access-domain
- Attribute
Name stringAdmin Role Import - admin-role
- Attribute
Name stringUsergroup Import - usergroup
- Attribute
Name stringUsername Import - Attribute name for username to be extracted from SAML response
- Certificate string
- Object name of IdP signing certificate
- Entity
Id string - Unique identifier for SAML IdP
- Location
Saml
Idp Profile Location Args - The location of this object.
- Max
Clock float64Skew - maximum allowed clock skew in second between SAML entities' system time
- Name string
- Slo
Bindings string - Slo
Url string - The Single Logout Service URL for the IdP server
- Sso
Bindings string - Sso
Url string - The Single Sign On Service URL for the IdP server
- Validate
Idp boolCertificate - Certificate revocation check for IdP certificate when checking assertion signature
- Want
Auth boolRequests Signed - Client auth request signed by cert
- admin
Use BooleanOnly - Can only be used for administrative purposes
- attribute
Name StringAccess Domain Import - access-domain
- attribute
Name StringAdmin Role Import - admin-role
- attribute
Name StringUsergroup Import - usergroup
- attribute
Name StringUsername Import - Attribute name for username to be extracted from SAML response
- certificate String
- Object name of IdP signing certificate
- entity
Id String - Unique identifier for SAML IdP
- location
Saml
Idp Profile Location - The location of this object.
- max
Clock DoubleSkew - maximum allowed clock skew in second between SAML entities' system time
- name String
- slo
Bindings String - slo
Url String - The Single Logout Service URL for the IdP server
- sso
Bindings String - sso
Url String - The Single Sign On Service URL for the IdP server
- validate
Idp BooleanCertificate - Certificate revocation check for IdP certificate when checking assertion signature
- want
Auth BooleanRequests Signed - Client auth request signed by cert
- admin
Use booleanOnly - Can only be used for administrative purposes
- attribute
Name stringAccess Domain Import - access-domain
- attribute
Name stringAdmin Role Import - admin-role
- attribute
Name stringUsergroup Import - usergroup
- attribute
Name stringUsername Import - Attribute name for username to be extracted from SAML response
- certificate string
- Object name of IdP signing certificate
- entity
Id string - Unique identifier for SAML IdP
- location
Saml
Idp Profile Location - The location of this object.
- max
Clock numberSkew - maximum allowed clock skew in second between SAML entities' system time
- name string
- slo
Bindings string - slo
Url string - The Single Logout Service URL for the IdP server
- sso
Bindings string - sso
Url string - The Single Sign On Service URL for the IdP server
- validate
Idp booleanCertificate - Certificate revocation check for IdP certificate when checking assertion signature
- want
Auth booleanRequests Signed - Client auth request signed by cert
- admin_
use_ boolonly - Can only be used for administrative purposes
- attribute_
name_ straccess_ domain_ import - access-domain
- attribute_
name_ stradmin_ role_ import - admin-role
- attribute_
name_ strusergroup_ import - usergroup
- attribute_
name_ strusername_ import - 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
Saml
Idp Profile Location Args - The location of this object.
- max_
clock_ floatskew - 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_ boolcertificate - Certificate revocation check for IdP certificate when checking assertion signature
- want_
auth_ boolrequests_ signed - Client auth request signed by cert
- admin
Use BooleanOnly - Can only be used for administrative purposes
- attribute
Name StringAccess Domain Import - access-domain
- attribute
Name StringAdmin Role Import - admin-role
- attribute
Name StringUsergroup Import - usergroup
- attribute
Name StringUsername Import - Attribute name for username to be extracted from SAML response
- certificate String
- Object name of IdP signing certificate
- entity
Id String - Unique identifier for SAML IdP
- location Property Map
- The location of this object.
- max
Clock NumberSkew - maximum allowed clock skew in second between SAML entities' system time
- name String
- slo
Bindings String - slo
Url String - The Single Logout Service URL for the IdP server
- sso
Bindings String - sso
Url String - The Single Sign On Service URL for the IdP server
- validate
Idp BooleanCertificate - Certificate revocation check for IdP certificate when checking assertion signature
- want
Auth BooleanRequests Signed - Client auth request signed by cert
Supporting Types
SamlIdpProfileLocation, SamlIdpProfileLocationArgs
- Panorama
Saml
Idp Profile Location Panorama - Located in a panorama.
-
Saml
Idp Profile Location Shared - Panorama shared object
- Template
Saml
Idp Profile Location Template - A shared resource located within a specific template
- Template
Stack SamlIdp Profile Location Template Stack - Located in a specific template
- Template
Stack SamlVsys Idp Profile Location Template Stack Vsys - Located in a specific template, device and vsys.
- Template
Vsys SamlIdp Profile Location Template Vsys - Located in a specific template, device and vsys.
- Vsys
Saml
Idp Profile Location Vsys - Located in a specific Virtual System
- Panorama
Saml
Idp Profile Location Panorama - Located in a panorama.
-
Saml
Idp Profile Location Shared - Panorama shared object
- Template
Saml
Idp Profile Location Template - A shared resource located within a specific template
- Template
Stack SamlIdp Profile Location Template Stack - Located in a specific template
- Template
Stack SamlVsys Idp Profile Location Template Stack Vsys - Located in a specific template, device and vsys.
- Template
Vsys SamlIdp Profile Location Template Vsys - Located in a specific template, device and vsys.
- Vsys
Saml
Idp Profile Location Vsys - Located in a specific Virtual System
- panorama
Saml
Idp Profile Location Panorama - Located in a panorama.
-
Saml
Idp Profile Location Shared - Panorama shared object
- template
Saml
Idp Profile Location Template - A shared resource located within a specific template
- template
Stack SamlIdp Profile Location Template Stack - Located in a specific template
- template
Stack SamlVsys Idp Profile Location Template Stack Vsys - Located in a specific template, device and vsys.
- template
Vsys SamlIdp Profile Location Template Vsys - Located in a specific template, device and vsys.
- vsys
Saml
Idp Profile Location Vsys - Located in a specific Virtual System
- panorama
Saml
Idp Profile Location Panorama - Located in a panorama.
-
Saml
Idp Profile Location Shared - Panorama shared object
- template
Saml
Idp Profile Location Template - A shared resource located within a specific template
- template
Stack SamlIdp Profile Location Template Stack - Located in a specific template
- template
Stack SamlVsys Idp Profile Location Template Stack Vsys - Located in a specific template, device and vsys.
- template
Vsys SamlIdp Profile Location Template Vsys - Located in a specific template, device and vsys.
- vsys
Saml
Idp Profile Location Vsys - Located in a specific Virtual System
- panorama
Saml
Idp Profile Location Panorama - Located in a panorama.
-
Saml
Idp Profile Location Shared - Panorama shared object
- template
Saml
Idp Profile Location Template - A shared resource located within a specific template
- template_
stack SamlIdp Profile Location Template Stack - Located in a specific template
- template_
stack_ Samlvsys Idp Profile Location Template Stack Vsys - Located in a specific template, device and vsys.
- template_
vsys SamlIdp Profile Location Template Vsys - Located in a specific template, device and vsys.
- vsys
Saml
Idp Profile Location Vsys - Located in a specific Virtual System
- panorama Property Map
- Located in a panorama.
- Property Map
- Panorama shared object
- template Property Map
- A shared resource located within a specific template
- template
Stack Property Map - Located in a specific template
- template
Stack Property MapVsys - Located in a specific template, device and vsys.
- template
Vsys 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
- Panorama
Device string - Specific Panorama device
- Name string
- Specific Panorama template
- Panorama
Device string - Specific Panorama device
- name String
- Specific Panorama template
- panorama
Device String - Specific Panorama device
- name string
- Specific Panorama template
- panorama
Device string - Specific Panorama device
- name str
- Specific Panorama template
- panorama_
device str - Specific Panorama device
- name String
- Specific Panorama template
- panorama
Device String - Specific Panorama device
SamlIdpProfileLocationTemplateStack, SamlIdpProfileLocationTemplateStackArgs
- Name string
- The template stack
- Panorama
Device string - Specific Panorama device
- Name string
- The template stack
- Panorama
Device string - Specific Panorama device
- name String
- The template stack
- panorama
Device String - Specific Panorama device
- name string
- The template stack
- panorama
Device string - Specific Panorama device
- name str
- The template stack
- panorama_
device str - Specific Panorama device
- name String
- The template stack
- panorama
Device String - Specific Panorama device
SamlIdpProfileLocationTemplateStackVsys, SamlIdpProfileLocationTemplateStackVsysArgs
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- Template
Stack string - The template stack
- Vsys string
- The vsys.
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- Template
Stack string - The template stack
- Vsys string
- The vsys.
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
- template
Stack String - The template stack
- vsys String
- The vsys.
- ngfw
Device string - The NGFW device
- panorama
Device string - Specific Panorama device
- template
Stack 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.
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
- template
Stack String - The template stack
- vsys String
- The vsys.
SamlIdpProfileLocationTemplateVsys, SamlIdpProfileLocationTemplateVsysArgs
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- Template string
- Specific Panorama template
- Vsys string
- The vsys.
- Ngfw
Device string - The NGFW device
- Panorama
Device string - Specific Panorama device
- Template string
- Specific Panorama template
- Vsys string
- The vsys.
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
- template String
- Specific Panorama template
- vsys String
- The vsys.
- ngfw
Device string - The NGFW device
- panorama
Device 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.
- ngfw
Device String - The NGFW device
- panorama
Device String - Specific Panorama device
- template String
- Specific Panorama template
- vsys String
- The vsys.
SamlIdpProfileLocationVsys, SamlIdpProfileLocationVsysArgs
- Name string
- The Virtual System name
- Ngfw
Device string - The NGFW device name
- Name string
- The Virtual System name
- Ngfw
Device string - The NGFW device name
- name String
- The Virtual System name
- ngfw
Device String - The NGFW device name
- name string
- The Virtual System name
- ngfw
Device string - The NGFW device name
- name str
- The Virtual System name
- ngfw_
device str - The NGFW device name
- name String
- The Virtual System name
- ngfw
Device String - The NGFW device name
Package Details
- Repository
- panos paloaltonetworks/terraform-provider-panos
- License
- Notes
- This Pulumi package is based on the
panosTerraform Provider.
published on Tuesday, Apr 28, 2026 by paloaltonetworks
