fortimanager.SystemSamlServiceproviders
Explore with Pulumi AI
Authorized service providers.
This resource is a sub resource for variable
service_providers
of resourcefortimanager.SystemSaml
. Conflict and overwrite may occur if use both of them.
Create SystemSamlServiceproviders Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystemSamlServiceproviders(name: string, args?: SystemSamlServiceprovidersArgs, opts?: CustomResourceOptions);
@overload
def SystemSamlServiceproviders(resource_name: str,
args: Optional[SystemSamlServiceprovidersArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def SystemSamlServiceproviders(resource_name: str,
opts: Optional[ResourceOptions] = None,
idp_entity_id: Optional[str] = None,
idp_single_logout_url: Optional[str] = None,
idp_single_sign_on_url: Optional[str] = None,
name: Optional[str] = None,
prefix: Optional[str] = None,
sp_adom: Optional[str] = None,
sp_cert: Optional[str] = None,
sp_entity_id: Optional[str] = None,
sp_profile: Optional[str] = None,
sp_single_logout_url: Optional[str] = None,
sp_single_sign_on_url: Optional[str] = None,
system_saml_serviceproviders_id: Optional[str] = None)
func NewSystemSamlServiceproviders(ctx *Context, name string, args *SystemSamlServiceprovidersArgs, opts ...ResourceOption) (*SystemSamlServiceproviders, error)
public SystemSamlServiceproviders(string name, SystemSamlServiceprovidersArgs? args = null, CustomResourceOptions? opts = null)
public SystemSamlServiceproviders(String name, SystemSamlServiceprovidersArgs args)
public SystemSamlServiceproviders(String name, SystemSamlServiceprovidersArgs args, CustomResourceOptions options)
type: fortimanager:SystemSamlServiceproviders
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args SystemSamlServiceprovidersArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args SystemSamlServiceprovidersArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args SystemSamlServiceprovidersArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystemSamlServiceprovidersArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystemSamlServiceprovidersArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var systemSamlServiceprovidersResource = new Fortimanager.SystemSamlServiceproviders("systemSamlServiceprovidersResource", new()
{
IdpEntityId = "string",
IdpSingleLogoutUrl = "string",
IdpSingleSignOnUrl = "string",
Name = "string",
Prefix = "string",
SpAdom = "string",
SpCert = "string",
SpEntityId = "string",
SpProfile = "string",
SpSingleLogoutUrl = "string",
SpSingleSignOnUrl = "string",
SystemSamlServiceprovidersId = "string",
});
example, err := fortimanager.NewSystemSamlServiceproviders(ctx, "systemSamlServiceprovidersResource", &fortimanager.SystemSamlServiceprovidersArgs{
IdpEntityId: pulumi.String("string"),
IdpSingleLogoutUrl: pulumi.String("string"),
IdpSingleSignOnUrl: pulumi.String("string"),
Name: pulumi.String("string"),
Prefix: pulumi.String("string"),
SpAdom: pulumi.String("string"),
SpCert: pulumi.String("string"),
SpEntityId: pulumi.String("string"),
SpProfile: pulumi.String("string"),
SpSingleLogoutUrl: pulumi.String("string"),
SpSingleSignOnUrl: pulumi.String("string"),
SystemSamlServiceprovidersId: pulumi.String("string"),
})
var systemSamlServiceprovidersResource = new SystemSamlServiceproviders("systemSamlServiceprovidersResource", SystemSamlServiceprovidersArgs.builder()
.idpEntityId("string")
.idpSingleLogoutUrl("string")
.idpSingleSignOnUrl("string")
.name("string")
.prefix("string")
.spAdom("string")
.spCert("string")
.spEntityId("string")
.spProfile("string")
.spSingleLogoutUrl("string")
.spSingleSignOnUrl("string")
.systemSamlServiceprovidersId("string")
.build());
system_saml_serviceproviders_resource = fortimanager.SystemSamlServiceproviders("systemSamlServiceprovidersResource",
idp_entity_id="string",
idp_single_logout_url="string",
idp_single_sign_on_url="string",
name="string",
prefix="string",
sp_adom="string",
sp_cert="string",
sp_entity_id="string",
sp_profile="string",
sp_single_logout_url="string",
sp_single_sign_on_url="string",
system_saml_serviceproviders_id="string")
const systemSamlServiceprovidersResource = new fortimanager.SystemSamlServiceproviders("systemSamlServiceprovidersResource", {
idpEntityId: "string",
idpSingleLogoutUrl: "string",
idpSingleSignOnUrl: "string",
name: "string",
prefix: "string",
spAdom: "string",
spCert: "string",
spEntityId: "string",
spProfile: "string",
spSingleLogoutUrl: "string",
spSingleSignOnUrl: "string",
systemSamlServiceprovidersId: "string",
});
type: fortimanager:SystemSamlServiceproviders
properties:
idpEntityId: string
idpSingleLogoutUrl: string
idpSingleSignOnUrl: string
name: string
prefix: string
spAdom: string
spCert: string
spEntityId: string
spProfile: string
spSingleLogoutUrl: string
spSingleSignOnUrl: string
systemSamlServiceprovidersId: string
SystemSamlServiceproviders Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The SystemSamlServiceproviders resource accepts the following input properties:
- Idp
Entity stringId - IDP Entity ID.
- Idp
Single stringLogout Url - IDP single logout url.
- Idp
Single stringSign On Url - IDP single sign-on URL.
- Name string
- Name.
- Prefix string
- Prefix.
- Sp
Adom string - SP adom name.
- Sp
Cert string - SP certificate name.
- Sp
Entity stringId - SP Entity ID.
- Sp
Profile string - SP profile name.
- Sp
Single stringLogout Url - SP single logout URL.
- Sp
Single stringSign On Url - SP single sign-on URL.
- System
Saml stringServiceproviders Id - an identifier for the resource with format {{idp_entity_id}}.
- Idp
Entity stringId - IDP Entity ID.
- Idp
Single stringLogout Url - IDP single logout url.
- Idp
Single stringSign On Url - IDP single sign-on URL.
- Name string
- Name.
- Prefix string
- Prefix.
- Sp
Adom string - SP adom name.
- Sp
Cert string - SP certificate name.
- Sp
Entity stringId - SP Entity ID.
- Sp
Profile string - SP profile name.
- Sp
Single stringLogout Url - SP single logout URL.
- Sp
Single stringSign On Url - SP single sign-on URL.
- System
Saml stringServiceproviders Id - an identifier for the resource with format {{idp_entity_id}}.
- idp
Entity StringId - IDP Entity ID.
- idp
Single StringLogout Url - IDP single logout url.
- idp
Single StringSign On Url - IDP single sign-on URL.
- name String
- Name.
- prefix String
- Prefix.
- sp
Adom String - SP adom name.
- sp
Cert String - SP certificate name.
- sp
Entity StringId - SP Entity ID.
- sp
Profile String - SP profile name.
- sp
Single StringLogout Url - SP single logout URL.
- sp
Single StringSign On Url - SP single sign-on URL.
- system
Saml StringServiceproviders Id - an identifier for the resource with format {{idp_entity_id}}.
- idp
Entity stringId - IDP Entity ID.
- idp
Single stringLogout Url - IDP single logout url.
- idp
Single stringSign On Url - IDP single sign-on URL.
- name string
- Name.
- prefix string
- Prefix.
- sp
Adom string - SP adom name.
- sp
Cert string - SP certificate name.
- sp
Entity stringId - SP Entity ID.
- sp
Profile string - SP profile name.
- sp
Single stringLogout Url - SP single logout URL.
- sp
Single stringSign On Url - SP single sign-on URL.
- system
Saml stringServiceproviders Id - an identifier for the resource with format {{idp_entity_id}}.
- idp_
entity_ strid - IDP Entity ID.
- idp_
single_ strlogout_ url - IDP single logout url.
- idp_
single_ strsign_ on_ url - IDP single sign-on URL.
- name str
- Name.
- prefix str
- Prefix.
- sp_
adom str - SP adom name.
- sp_
cert str - SP certificate name.
- sp_
entity_ strid - SP Entity ID.
- sp_
profile str - SP profile name.
- sp_
single_ strlogout_ url - SP single logout URL.
- sp_
single_ strsign_ on_ url - SP single sign-on URL.
- system_
saml_ strserviceproviders_ id - an identifier for the resource with format {{idp_entity_id}}.
- idp
Entity StringId - IDP Entity ID.
- idp
Single StringLogout Url - IDP single logout url.
- idp
Single StringSign On Url - IDP single sign-on URL.
- name String
- Name.
- prefix String
- Prefix.
- sp
Adom String - SP adom name.
- sp
Cert String - SP certificate name.
- sp
Entity StringId - SP Entity ID.
- sp
Profile String - SP profile name.
- sp
Single StringLogout Url - SP single logout URL.
- sp
Single StringSign On Url - SP single sign-on URL.
- system
Saml StringServiceproviders Id - an identifier for the resource with format {{idp_entity_id}}.
Outputs
All input properties are implicitly available as output properties. Additionally, the SystemSamlServiceproviders resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing SystemSamlServiceproviders Resource
Get an existing SystemSamlServiceproviders resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: SystemSamlServiceprovidersState, opts?: CustomResourceOptions): SystemSamlServiceproviders
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
idp_entity_id: Optional[str] = None,
idp_single_logout_url: Optional[str] = None,
idp_single_sign_on_url: Optional[str] = None,
name: Optional[str] = None,
prefix: Optional[str] = None,
sp_adom: Optional[str] = None,
sp_cert: Optional[str] = None,
sp_entity_id: Optional[str] = None,
sp_profile: Optional[str] = None,
sp_single_logout_url: Optional[str] = None,
sp_single_sign_on_url: Optional[str] = None,
system_saml_serviceproviders_id: Optional[str] = None) -> SystemSamlServiceproviders
func GetSystemSamlServiceproviders(ctx *Context, name string, id IDInput, state *SystemSamlServiceprovidersState, opts ...ResourceOption) (*SystemSamlServiceproviders, error)
public static SystemSamlServiceproviders Get(string name, Input<string> id, SystemSamlServiceprovidersState? state, CustomResourceOptions? opts = null)
public static SystemSamlServiceproviders get(String name, Output<String> id, SystemSamlServiceprovidersState state, CustomResourceOptions options)
resources: _: type: fortimanager:SystemSamlServiceproviders get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Idp
Entity stringId - IDP Entity ID.
- Idp
Single stringLogout Url - IDP single logout url.
- Idp
Single stringSign On Url - IDP single sign-on URL.
- Name string
- Name.
- Prefix string
- Prefix.
- Sp
Adom string - SP adom name.
- Sp
Cert string - SP certificate name.
- Sp
Entity stringId - SP Entity ID.
- Sp
Profile string - SP profile name.
- Sp
Single stringLogout Url - SP single logout URL.
- Sp
Single stringSign On Url - SP single sign-on URL.
- System
Saml stringServiceproviders Id - an identifier for the resource with format {{idp_entity_id}}.
- Idp
Entity stringId - IDP Entity ID.
- Idp
Single stringLogout Url - IDP single logout url.
- Idp
Single stringSign On Url - IDP single sign-on URL.
- Name string
- Name.
- Prefix string
- Prefix.
- Sp
Adom string - SP adom name.
- Sp
Cert string - SP certificate name.
- Sp
Entity stringId - SP Entity ID.
- Sp
Profile string - SP profile name.
- Sp
Single stringLogout Url - SP single logout URL.
- Sp
Single stringSign On Url - SP single sign-on URL.
- System
Saml stringServiceproviders Id - an identifier for the resource with format {{idp_entity_id}}.
- idp
Entity StringId - IDP Entity ID.
- idp
Single StringLogout Url - IDP single logout url.
- idp
Single StringSign On Url - IDP single sign-on URL.
- name String
- Name.
- prefix String
- Prefix.
- sp
Adom String - SP adom name.
- sp
Cert String - SP certificate name.
- sp
Entity StringId - SP Entity ID.
- sp
Profile String - SP profile name.
- sp
Single StringLogout Url - SP single logout URL.
- sp
Single StringSign On Url - SP single sign-on URL.
- system
Saml StringServiceproviders Id - an identifier for the resource with format {{idp_entity_id}}.
- idp
Entity stringId - IDP Entity ID.
- idp
Single stringLogout Url - IDP single logout url.
- idp
Single stringSign On Url - IDP single sign-on URL.
- name string
- Name.
- prefix string
- Prefix.
- sp
Adom string - SP adom name.
- sp
Cert string - SP certificate name.
- sp
Entity stringId - SP Entity ID.
- sp
Profile string - SP profile name.
- sp
Single stringLogout Url - SP single logout URL.
- sp
Single stringSign On Url - SP single sign-on URL.
- system
Saml stringServiceproviders Id - an identifier for the resource with format {{idp_entity_id}}.
- idp_
entity_ strid - IDP Entity ID.
- idp_
single_ strlogout_ url - IDP single logout url.
- idp_
single_ strsign_ on_ url - IDP single sign-on URL.
- name str
- Name.
- prefix str
- Prefix.
- sp_
adom str - SP adom name.
- sp_
cert str - SP certificate name.
- sp_
entity_ strid - SP Entity ID.
- sp_
profile str - SP profile name.
- sp_
single_ strlogout_ url - SP single logout URL.
- sp_
single_ strsign_ on_ url - SP single sign-on URL.
- system_
saml_ strserviceproviders_ id - an identifier for the resource with format {{idp_entity_id}}.
- idp
Entity StringId - IDP Entity ID.
- idp
Single StringLogout Url - IDP single logout url.
- idp
Single StringSign On Url - IDP single sign-on URL.
- name String
- Name.
- prefix String
- Prefix.
- sp
Adom String - SP adom name.
- sp
Cert String - SP certificate name.
- sp
Entity StringId - SP Entity ID.
- sp
Profile String - SP profile name.
- sp
Single StringLogout Url - SP single logout URL.
- sp
Single StringSign On Url - SP single sign-on URL.
- system
Saml StringServiceproviders Id - an identifier for the resource with format {{idp_entity_id}}.
Import
System SamlServiceProviders can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/systemSamlServiceproviders:SystemSamlServiceproviders labelname {{idp_entity_id}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.