fortimanager.SystemSaml
Explore with Pulumi AI
Global settings for SAML authentication.
The following variables have sub resource. Avoid using them together, otherwise conflicts and overwrites may occur.
fabric_idp
:fortimanager.SystemSamlFabricidp
service_providers
:fortimanager.SystemSamlServiceproviders
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as fortimanager from "@pulumi/fortimanager";
const trname = new fortimanager.SystemSaml("trname", {
defaultProfile: "Restricted_User",
loginAutoRedirect: "disable",
role: "SP",
status: "disable",
});
import pulumi
import pulumi_fortimanager as fortimanager
trname = fortimanager.SystemSaml("trname",
default_profile="Restricted_User",
login_auto_redirect="disable",
role="SP",
status="disable")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/fortimanager/fortimanager"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := fortimanager.NewSystemSaml(ctx, "trname", &fortimanager.SystemSamlArgs{
DefaultProfile: pulumi.String("Restricted_User"),
LoginAutoRedirect: pulumi.String("disable"),
Role: pulumi.String("SP"),
Status: pulumi.String("disable"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Fortimanager = Pulumi.Fortimanager;
return await Deployment.RunAsync(() =>
{
var trname = new Fortimanager.SystemSaml("trname", new()
{
DefaultProfile = "Restricted_User",
LoginAutoRedirect = "disable",
Role = "SP",
Status = "disable",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.fortimanager.SystemSaml;
import com.pulumi.fortimanager.SystemSamlArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var trname = new SystemSaml("trname", SystemSamlArgs.builder()
.defaultProfile("Restricted_User")
.loginAutoRedirect("disable")
.role("SP")
.status("disable")
.build());
}
}
resources:
trname:
type: fortimanager:SystemSaml
properties:
defaultProfile: Restricted_User
loginAutoRedirect: disable
role: SP
status: disable
Create SystemSaml Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SystemSaml(name: string, args?: SystemSamlArgs, opts?: CustomResourceOptions);
@overload
def SystemSaml(resource_name: str,
args: Optional[SystemSamlArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def SystemSaml(resource_name: str,
opts: Optional[ResourceOptions] = None,
acs_url: Optional[str] = None,
auth_request_signed: Optional[str] = None,
cert: Optional[str] = None,
default_profile: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
entity_id: Optional[str] = None,
fabric_idps: Optional[Sequence[SystemSamlFabricIdpArgs]] = None,
forticloud_sso: Optional[str] = None,
idp_cert: Optional[str] = None,
idp_entity_id: Optional[str] = None,
idp_single_logout_url: Optional[str] = None,
idp_single_sign_on_url: Optional[str] = None,
login_auto_redirect: Optional[str] = None,
role: Optional[str] = None,
server_address: Optional[str] = None,
service_providers: Optional[Sequence[SystemSamlServiceProviderArgs]] = None,
sls_url: Optional[str] = None,
status: Optional[str] = None,
system_saml_id: Optional[str] = None,
user_auto_create: Optional[str] = None,
want_assertions_signed: Optional[str] = None)
func NewSystemSaml(ctx *Context, name string, args *SystemSamlArgs, opts ...ResourceOption) (*SystemSaml, error)
public SystemSaml(string name, SystemSamlArgs? args = null, CustomResourceOptions? opts = null)
public SystemSaml(String name, SystemSamlArgs args)
public SystemSaml(String name, SystemSamlArgs args, CustomResourceOptions options)
type: fortimanager:SystemSaml
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 SystemSamlArgs
- 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 SystemSamlArgs
- 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 SystemSamlArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SystemSamlArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SystemSamlArgs
- 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 systemSamlResource = new Fortimanager.SystemSaml("systemSamlResource", new()
{
AcsUrl = "string",
AuthRequestSigned = "string",
Cert = "string",
DefaultProfile = "string",
DynamicSortSubtable = "string",
EntityId = "string",
FabricIdps = new[]
{
new Fortimanager.Inputs.SystemSamlFabricIdpArgs
{
DevId = "string",
IdpCert = "string",
IdpEntityId = "string",
IdpSingleLogoutUrl = "string",
IdpSingleSignOnUrl = "string",
IdpStatus = "string",
},
},
ForticloudSso = "string",
IdpCert = "string",
IdpEntityId = "string",
IdpSingleLogoutUrl = "string",
IdpSingleSignOnUrl = "string",
LoginAutoRedirect = "string",
Role = "string",
ServerAddress = "string",
ServiceProviders = new[]
{
new Fortimanager.Inputs.SystemSamlServiceProviderArgs
{
IdpEntityId = "string",
IdpSingleLogoutUrl = "string",
IdpSingleSignOnUrl = "string",
Name = "string",
Prefix = "string",
SpAdom = "string",
SpCert = "string",
SpEntityId = "string",
SpProfile = "string",
SpSingleLogoutUrl = "string",
SpSingleSignOnUrl = "string",
},
},
SlsUrl = "string",
Status = "string",
SystemSamlId = "string",
UserAutoCreate = "string",
WantAssertionsSigned = "string",
});
example, err := fortimanager.NewSystemSaml(ctx, "systemSamlResource", &fortimanager.SystemSamlArgs{
AcsUrl: pulumi.String("string"),
AuthRequestSigned: pulumi.String("string"),
Cert: pulumi.String("string"),
DefaultProfile: pulumi.String("string"),
DynamicSortSubtable: pulumi.String("string"),
EntityId: pulumi.String("string"),
FabricIdps: .SystemSamlFabricIdpTypeArray{
&.SystemSamlFabricIdpTypeArgs{
DevId: pulumi.String("string"),
IdpCert: pulumi.String("string"),
IdpEntityId: pulumi.String("string"),
IdpSingleLogoutUrl: pulumi.String("string"),
IdpSingleSignOnUrl: pulumi.String("string"),
IdpStatus: pulumi.String("string"),
},
},
ForticloudSso: pulumi.String("string"),
IdpCert: pulumi.String("string"),
IdpEntityId: pulumi.String("string"),
IdpSingleLogoutUrl: pulumi.String("string"),
IdpSingleSignOnUrl: pulumi.String("string"),
LoginAutoRedirect: pulumi.String("string"),
Role: pulumi.String("string"),
ServerAddress: pulumi.String("string"),
ServiceProviders: .SystemSamlServiceProviderArray{
&.SystemSamlServiceProviderArgs{
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"),
},
},
SlsUrl: pulumi.String("string"),
Status: pulumi.String("string"),
SystemSamlId: pulumi.String("string"),
UserAutoCreate: pulumi.String("string"),
WantAssertionsSigned: pulumi.String("string"),
})
var systemSamlResource = new SystemSaml("systemSamlResource", SystemSamlArgs.builder()
.acsUrl("string")
.authRequestSigned("string")
.cert("string")
.defaultProfile("string")
.dynamicSortSubtable("string")
.entityId("string")
.fabricIdps(SystemSamlFabricIdpArgs.builder()
.devId("string")
.idpCert("string")
.idpEntityId("string")
.idpSingleLogoutUrl("string")
.idpSingleSignOnUrl("string")
.idpStatus("string")
.build())
.forticloudSso("string")
.idpCert("string")
.idpEntityId("string")
.idpSingleLogoutUrl("string")
.idpSingleSignOnUrl("string")
.loginAutoRedirect("string")
.role("string")
.serverAddress("string")
.serviceProviders(SystemSamlServiceProviderArgs.builder()
.idpEntityId("string")
.idpSingleLogoutUrl("string")
.idpSingleSignOnUrl("string")
.name("string")
.prefix("string")
.spAdom("string")
.spCert("string")
.spEntityId("string")
.spProfile("string")
.spSingleLogoutUrl("string")
.spSingleSignOnUrl("string")
.build())
.slsUrl("string")
.status("string")
.systemSamlId("string")
.userAutoCreate("string")
.wantAssertionsSigned("string")
.build());
system_saml_resource = fortimanager.SystemSaml("systemSamlResource",
acs_url="string",
auth_request_signed="string",
cert="string",
default_profile="string",
dynamic_sort_subtable="string",
entity_id="string",
fabric_idps=[{
"dev_id": "string",
"idp_cert": "string",
"idp_entity_id": "string",
"idp_single_logout_url": "string",
"idp_single_sign_on_url": "string",
"idp_status": "string",
}],
forticloud_sso="string",
idp_cert="string",
idp_entity_id="string",
idp_single_logout_url="string",
idp_single_sign_on_url="string",
login_auto_redirect="string",
role="string",
server_address="string",
service_providers=[{
"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",
}],
sls_url="string",
status="string",
system_saml_id="string",
user_auto_create="string",
want_assertions_signed="string")
const systemSamlResource = new fortimanager.SystemSaml("systemSamlResource", {
acsUrl: "string",
authRequestSigned: "string",
cert: "string",
defaultProfile: "string",
dynamicSortSubtable: "string",
entityId: "string",
fabricIdps: [{
devId: "string",
idpCert: "string",
idpEntityId: "string",
idpSingleLogoutUrl: "string",
idpSingleSignOnUrl: "string",
idpStatus: "string",
}],
forticloudSso: "string",
idpCert: "string",
idpEntityId: "string",
idpSingleLogoutUrl: "string",
idpSingleSignOnUrl: "string",
loginAutoRedirect: "string",
role: "string",
serverAddress: "string",
serviceProviders: [{
idpEntityId: "string",
idpSingleLogoutUrl: "string",
idpSingleSignOnUrl: "string",
name: "string",
prefix: "string",
spAdom: "string",
spCert: "string",
spEntityId: "string",
spProfile: "string",
spSingleLogoutUrl: "string",
spSingleSignOnUrl: "string",
}],
slsUrl: "string",
status: "string",
systemSamlId: "string",
userAutoCreate: "string",
wantAssertionsSigned: "string",
});
type: fortimanager:SystemSaml
properties:
acsUrl: string
authRequestSigned: string
cert: string
defaultProfile: string
dynamicSortSubtable: string
entityId: string
fabricIdps:
- devId: string
idpCert: string
idpEntityId: string
idpSingleLogoutUrl: string
idpSingleSignOnUrl: string
idpStatus: string
forticloudSso: string
idpCert: string
idpEntityId: string
idpSingleLogoutUrl: string
idpSingleSignOnUrl: string
loginAutoRedirect: string
role: string
serverAddress: string
serviceProviders:
- idpEntityId: string
idpSingleLogoutUrl: string
idpSingleSignOnUrl: string
name: string
prefix: string
spAdom: string
spCert: string
spEntityId: string
spProfile: string
spSingleLogoutUrl: string
spSingleSignOnUrl: string
slsUrl: string
status: string
systemSamlId: string
userAutoCreate: string
wantAssertionsSigned: string
SystemSaml 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 SystemSaml resource accepts the following input properties:
- Acs
Url string - SP ACS(login) URL.
- Auth
Request stringSigned - Enable/Disable auth request signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Cert string
- Certificate name.
- Default
Profile string - Default Profile Name.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Entity
Id string - SP entity ID.
- Fabric
Idps List<SystemSaml Fabric Idp> - Fabric-Idp. The structure of
fabric_idp
block is documented below. - Forticloud
Sso string - Enable/disable FortiCloud SSO (default = disable). disable - Disable Forticloud SSO. enable - Enabld Forticloud SSO. Valid values:
disable
,enable
. - Idp
Cert string - IDP Certificate name.
- Idp
Entity stringId - IDP entity ID.
- Idp
Single stringLogout Url - IDP single logout url.
- Idp
Single stringSign On Url - IDP single sign-on URL.
- Login
Auto stringRedirect - Enable/Disable auto redirect to IDP login page. disable - Disable auto redirect to IDP Login Page. enable - Enable auto redirect to IDP Login Page. Valid values:
disable
,enable
. - Role string
- SAML role. IDP - IDentiy Provider. SP - Service Provider. FAB-SP - Fabric Service Provider. Valid values:
IDP
,SP
,FAB-SP
. - Server
Address string - server address.
- Service
Providers List<SystemSaml Service Provider> - Service-Providers. The structure of
service_providers
block is documented below. - Sls
Url string - SP SLS(logout) URL.
- Status string
- Enable/disable SAML authentication (default = disable). disable - Disable SAML authentication. enable - Enabld SAML authentication. Valid values:
disable
,enable
. - System
Saml stringId - an identifier for the resource.
- User
Auto stringCreate - Enable/disable user auto creation (default = disable). disable - Disable auto create user. enable - Enable auto create user. Valid values:
disable
,enable
. - Want
Assertions stringSigned - Enable/Disable want assertions signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- Acs
Url string - SP ACS(login) URL.
- Auth
Request stringSigned - Enable/Disable auth request signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Cert string
- Certificate name.
- Default
Profile string - Default Profile Name.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Entity
Id string - SP entity ID.
- Fabric
Idps []SystemSaml Fabric Idp Type Args - Fabric-Idp. The structure of
fabric_idp
block is documented below. - Forticloud
Sso string - Enable/disable FortiCloud SSO (default = disable). disable - Disable Forticloud SSO. enable - Enabld Forticloud SSO. Valid values:
disable
,enable
. - Idp
Cert string - IDP Certificate name.
- Idp
Entity stringId - IDP entity ID.
- Idp
Single stringLogout Url - IDP single logout url.
- Idp
Single stringSign On Url - IDP single sign-on URL.
- Login
Auto stringRedirect - Enable/Disable auto redirect to IDP login page. disable - Disable auto redirect to IDP Login Page. enable - Enable auto redirect to IDP Login Page. Valid values:
disable
,enable
. - Role string
- SAML role. IDP - IDentiy Provider. SP - Service Provider. FAB-SP - Fabric Service Provider. Valid values:
IDP
,SP
,FAB-SP
. - Server
Address string - server address.
- Service
Providers []SystemSaml Service Provider Args - Service-Providers. The structure of
service_providers
block is documented below. - Sls
Url string - SP SLS(logout) URL.
- Status string
- Enable/disable SAML authentication (default = disable). disable - Disable SAML authentication. enable - Enabld SAML authentication. Valid values:
disable
,enable
. - System
Saml stringId - an identifier for the resource.
- User
Auto stringCreate - Enable/disable user auto creation (default = disable). disable - Disable auto create user. enable - Enable auto create user. Valid values:
disable
,enable
. - Want
Assertions stringSigned - Enable/Disable want assertions signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- acs
Url String - SP ACS(login) URL.
- auth
Request StringSigned - Enable/Disable auth request signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - cert String
- Certificate name.
- default
Profile String - Default Profile Name.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- entity
Id String - SP entity ID.
- fabric
Idps List<SystemSaml Fabric Idp> - Fabric-Idp. The structure of
fabric_idp
block is documented below. - forticloud
Sso String - Enable/disable FortiCloud SSO (default = disable). disable - Disable Forticloud SSO. enable - Enabld Forticloud SSO. Valid values:
disable
,enable
. - idp
Cert String - IDP Certificate name.
- idp
Entity StringId - IDP entity ID.
- idp
Single StringLogout Url - IDP single logout url.
- idp
Single StringSign On Url - IDP single sign-on URL.
- login
Auto StringRedirect - Enable/Disable auto redirect to IDP login page. disable - Disable auto redirect to IDP Login Page. enable - Enable auto redirect to IDP Login Page. Valid values:
disable
,enable
. - role String
- SAML role. IDP - IDentiy Provider. SP - Service Provider. FAB-SP - Fabric Service Provider. Valid values:
IDP
,SP
,FAB-SP
. - server
Address String - server address.
- service
Providers List<SystemSaml Service Provider> - Service-Providers. The structure of
service_providers
block is documented below. - sls
Url String - SP SLS(logout) URL.
- status String
- Enable/disable SAML authentication (default = disable). disable - Disable SAML authentication. enable - Enabld SAML authentication. Valid values:
disable
,enable
. - system
Saml StringId - an identifier for the resource.
- user
Auto StringCreate - Enable/disable user auto creation (default = disable). disable - Disable auto create user. enable - Enable auto create user. Valid values:
disable
,enable
. - want
Assertions StringSigned - Enable/Disable want assertions signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- acs
Url string - SP ACS(login) URL.
- auth
Request stringSigned - Enable/Disable auth request signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - cert string
- Certificate name.
- default
Profile string - Default Profile Name.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- entity
Id string - SP entity ID.
- fabric
Idps SystemSaml Fabric Idp[] - Fabric-Idp. The structure of
fabric_idp
block is documented below. - forticloud
Sso string - Enable/disable FortiCloud SSO (default = disable). disable - Disable Forticloud SSO. enable - Enabld Forticloud SSO. Valid values:
disable
,enable
. - idp
Cert string - IDP Certificate name.
- idp
Entity stringId - IDP entity ID.
- idp
Single stringLogout Url - IDP single logout url.
- idp
Single stringSign On Url - IDP single sign-on URL.
- login
Auto stringRedirect - Enable/Disable auto redirect to IDP login page. disable - Disable auto redirect to IDP Login Page. enable - Enable auto redirect to IDP Login Page. Valid values:
disable
,enable
. - role string
- SAML role. IDP - IDentiy Provider. SP - Service Provider. FAB-SP - Fabric Service Provider. Valid values:
IDP
,SP
,FAB-SP
. - server
Address string - server address.
- service
Providers SystemSaml Service Provider[] - Service-Providers. The structure of
service_providers
block is documented below. - sls
Url string - SP SLS(logout) URL.
- status string
- Enable/disable SAML authentication (default = disable). disable - Disable SAML authentication. enable - Enabld SAML authentication. Valid values:
disable
,enable
. - system
Saml stringId - an identifier for the resource.
- user
Auto stringCreate - Enable/disable user auto creation (default = disable). disable - Disable auto create user. enable - Enable auto create user. Valid values:
disable
,enable
. - want
Assertions stringSigned - Enable/Disable want assertions signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- acs_
url str - SP ACS(login) URL.
- auth_
request_ strsigned - Enable/Disable auth request signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - cert str
- Certificate name.
- default_
profile str - Default Profile Name.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- entity_
id str - SP entity ID.
- fabric_
idps Sequence[SystemSaml Fabric Idp Args] - Fabric-Idp. The structure of
fabric_idp
block is documented below. - forticloud_
sso str - Enable/disable FortiCloud SSO (default = disable). disable - Disable Forticloud SSO. enable - Enabld Forticloud SSO. Valid values:
disable
,enable
. - idp_
cert str - IDP Certificate name.
- idp_
entity_ strid - IDP entity ID.
- idp_
single_ strlogout_ url - IDP single logout url.
- idp_
single_ strsign_ on_ url - IDP single sign-on URL.
- login_
auto_ strredirect - Enable/Disable auto redirect to IDP login page. disable - Disable auto redirect to IDP Login Page. enable - Enable auto redirect to IDP Login Page. Valid values:
disable
,enable
. - role str
- SAML role. IDP - IDentiy Provider. SP - Service Provider. FAB-SP - Fabric Service Provider. Valid values:
IDP
,SP
,FAB-SP
. - server_
address str - server address.
- service_
providers Sequence[SystemSaml Service Provider Args] - Service-Providers. The structure of
service_providers
block is documented below. - sls_
url str - SP SLS(logout) URL.
- status str
- Enable/disable SAML authentication (default = disable). disable - Disable SAML authentication. enable - Enabld SAML authentication. Valid values:
disable
,enable
. - system_
saml_ strid - an identifier for the resource.
- user_
auto_ strcreate - Enable/disable user auto creation (default = disable). disable - Disable auto create user. enable - Enable auto create user. Valid values:
disable
,enable
. - want_
assertions_ strsigned - Enable/Disable want assertions signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- acs
Url String - SP ACS(login) URL.
- auth
Request StringSigned - Enable/Disable auth request signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - cert String
- Certificate name.
- default
Profile String - Default Profile Name.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- entity
Id String - SP entity ID.
- fabric
Idps List<Property Map> - Fabric-Idp. The structure of
fabric_idp
block is documented below. - forticloud
Sso String - Enable/disable FortiCloud SSO (default = disable). disable - Disable Forticloud SSO. enable - Enabld Forticloud SSO. Valid values:
disable
,enable
. - idp
Cert String - IDP Certificate name.
- idp
Entity StringId - IDP entity ID.
- idp
Single StringLogout Url - IDP single logout url.
- idp
Single StringSign On Url - IDP single sign-on URL.
- login
Auto StringRedirect - Enable/Disable auto redirect to IDP login page. disable - Disable auto redirect to IDP Login Page. enable - Enable auto redirect to IDP Login Page. Valid values:
disable
,enable
. - role String
- SAML role. IDP - IDentiy Provider. SP - Service Provider. FAB-SP - Fabric Service Provider. Valid values:
IDP
,SP
,FAB-SP
. - server
Address String - server address.
- service
Providers List<Property Map> - Service-Providers. The structure of
service_providers
block is documented below. - sls
Url String - SP SLS(logout) URL.
- status String
- Enable/disable SAML authentication (default = disable). disable - Disable SAML authentication. enable - Enabld SAML authentication. Valid values:
disable
,enable
. - system
Saml StringId - an identifier for the resource.
- user
Auto StringCreate - Enable/disable user auto creation (default = disable). disable - Disable auto create user. enable - Enable auto create user. Valid values:
disable
,enable
. - want
Assertions StringSigned - Enable/Disable want assertions signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
Outputs
All input properties are implicitly available as output properties. Additionally, the SystemSaml 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 SystemSaml Resource
Get an existing SystemSaml 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?: SystemSamlState, opts?: CustomResourceOptions): SystemSaml
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
acs_url: Optional[str] = None,
auth_request_signed: Optional[str] = None,
cert: Optional[str] = None,
default_profile: Optional[str] = None,
dynamic_sort_subtable: Optional[str] = None,
entity_id: Optional[str] = None,
fabric_idps: Optional[Sequence[SystemSamlFabricIdpArgs]] = None,
forticloud_sso: Optional[str] = None,
idp_cert: Optional[str] = None,
idp_entity_id: Optional[str] = None,
idp_single_logout_url: Optional[str] = None,
idp_single_sign_on_url: Optional[str] = None,
login_auto_redirect: Optional[str] = None,
role: Optional[str] = None,
server_address: Optional[str] = None,
service_providers: Optional[Sequence[SystemSamlServiceProviderArgs]] = None,
sls_url: Optional[str] = None,
status: Optional[str] = None,
system_saml_id: Optional[str] = None,
user_auto_create: Optional[str] = None,
want_assertions_signed: Optional[str] = None) -> SystemSaml
func GetSystemSaml(ctx *Context, name string, id IDInput, state *SystemSamlState, opts ...ResourceOption) (*SystemSaml, error)
public static SystemSaml Get(string name, Input<string> id, SystemSamlState? state, CustomResourceOptions? opts = null)
public static SystemSaml get(String name, Output<String> id, SystemSamlState state, CustomResourceOptions options)
resources: _: type: fortimanager:SystemSaml 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.
- Acs
Url string - SP ACS(login) URL.
- Auth
Request stringSigned - Enable/Disable auth request signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Cert string
- Certificate name.
- Default
Profile string - Default Profile Name.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Entity
Id string - SP entity ID.
- Fabric
Idps List<SystemSaml Fabric Idp> - Fabric-Idp. The structure of
fabric_idp
block is documented below. - Forticloud
Sso string - Enable/disable FortiCloud SSO (default = disable). disable - Disable Forticloud SSO. enable - Enabld Forticloud SSO. Valid values:
disable
,enable
. - Idp
Cert string - IDP Certificate name.
- Idp
Entity stringId - IDP entity ID.
- Idp
Single stringLogout Url - IDP single logout url.
- Idp
Single stringSign On Url - IDP single sign-on URL.
- Login
Auto stringRedirect - Enable/Disable auto redirect to IDP login page. disable - Disable auto redirect to IDP Login Page. enable - Enable auto redirect to IDP Login Page. Valid values:
disable
,enable
. - Role string
- SAML role. IDP - IDentiy Provider. SP - Service Provider. FAB-SP - Fabric Service Provider. Valid values:
IDP
,SP
,FAB-SP
. - Server
Address string - server address.
- Service
Providers List<SystemSaml Service Provider> - Service-Providers. The structure of
service_providers
block is documented below. - Sls
Url string - SP SLS(logout) URL.
- Status string
- Enable/disable SAML authentication (default = disable). disable - Disable SAML authentication. enable - Enabld SAML authentication. Valid values:
disable
,enable
. - System
Saml stringId - an identifier for the resource.
- User
Auto stringCreate - Enable/disable user auto creation (default = disable). disable - Disable auto create user. enable - Enable auto create user. Valid values:
disable
,enable
. - Want
Assertions stringSigned - Enable/Disable want assertions signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- Acs
Url string - SP ACS(login) URL.
- Auth
Request stringSigned - Enable/Disable auth request signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - Cert string
- Certificate name.
- Default
Profile string - Default Profile Name.
- Dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- Entity
Id string - SP entity ID.
- Fabric
Idps []SystemSaml Fabric Idp Type Args - Fabric-Idp. The structure of
fabric_idp
block is documented below. - Forticloud
Sso string - Enable/disable FortiCloud SSO (default = disable). disable - Disable Forticloud SSO. enable - Enabld Forticloud SSO. Valid values:
disable
,enable
. - Idp
Cert string - IDP Certificate name.
- Idp
Entity stringId - IDP entity ID.
- Idp
Single stringLogout Url - IDP single logout url.
- Idp
Single stringSign On Url - IDP single sign-on URL.
- Login
Auto stringRedirect - Enable/Disable auto redirect to IDP login page. disable - Disable auto redirect to IDP Login Page. enable - Enable auto redirect to IDP Login Page. Valid values:
disable
,enable
. - Role string
- SAML role. IDP - IDentiy Provider. SP - Service Provider. FAB-SP - Fabric Service Provider. Valid values:
IDP
,SP
,FAB-SP
. - Server
Address string - server address.
- Service
Providers []SystemSaml Service Provider Args - Service-Providers. The structure of
service_providers
block is documented below. - Sls
Url string - SP SLS(logout) URL.
- Status string
- Enable/disable SAML authentication (default = disable). disable - Disable SAML authentication. enable - Enabld SAML authentication. Valid values:
disable
,enable
. - System
Saml stringId - an identifier for the resource.
- User
Auto stringCreate - Enable/disable user auto creation (default = disable). disable - Disable auto create user. enable - Enable auto create user. Valid values:
disable
,enable
. - Want
Assertions stringSigned - Enable/Disable want assertions signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- acs
Url String - SP ACS(login) URL.
- auth
Request StringSigned - Enable/Disable auth request signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - cert String
- Certificate name.
- default
Profile String - Default Profile Name.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- entity
Id String - SP entity ID.
- fabric
Idps List<SystemSaml Fabric Idp> - Fabric-Idp. The structure of
fabric_idp
block is documented below. - forticloud
Sso String - Enable/disable FortiCloud SSO (default = disable). disable - Disable Forticloud SSO. enable - Enabld Forticloud SSO. Valid values:
disable
,enable
. - idp
Cert String - IDP Certificate name.
- idp
Entity StringId - IDP entity ID.
- idp
Single StringLogout Url - IDP single logout url.
- idp
Single StringSign On Url - IDP single sign-on URL.
- login
Auto StringRedirect - Enable/Disable auto redirect to IDP login page. disable - Disable auto redirect to IDP Login Page. enable - Enable auto redirect to IDP Login Page. Valid values:
disable
,enable
. - role String
- SAML role. IDP - IDentiy Provider. SP - Service Provider. FAB-SP - Fabric Service Provider. Valid values:
IDP
,SP
,FAB-SP
. - server
Address String - server address.
- service
Providers List<SystemSaml Service Provider> - Service-Providers. The structure of
service_providers
block is documented below. - sls
Url String - SP SLS(logout) URL.
- status String
- Enable/disable SAML authentication (default = disable). disable - Disable SAML authentication. enable - Enabld SAML authentication. Valid values:
disable
,enable
. - system
Saml StringId - an identifier for the resource.
- user
Auto StringCreate - Enable/disable user auto creation (default = disable). disable - Disable auto create user. enable - Enable auto create user. Valid values:
disable
,enable
. - want
Assertions StringSigned - Enable/Disable want assertions signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- acs
Url string - SP ACS(login) URL.
- auth
Request stringSigned - Enable/Disable auth request signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - cert string
- Certificate name.
- default
Profile string - Default Profile Name.
- dynamic
Sort stringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- entity
Id string - SP entity ID.
- fabric
Idps SystemSaml Fabric Idp[] - Fabric-Idp. The structure of
fabric_idp
block is documented below. - forticloud
Sso string - Enable/disable FortiCloud SSO (default = disable). disable - Disable Forticloud SSO. enable - Enabld Forticloud SSO. Valid values:
disable
,enable
. - idp
Cert string - IDP Certificate name.
- idp
Entity stringId - IDP entity ID.
- idp
Single stringLogout Url - IDP single logout url.
- idp
Single stringSign On Url - IDP single sign-on URL.
- login
Auto stringRedirect - Enable/Disable auto redirect to IDP login page. disable - Disable auto redirect to IDP Login Page. enable - Enable auto redirect to IDP Login Page. Valid values:
disable
,enable
. - role string
- SAML role. IDP - IDentiy Provider. SP - Service Provider. FAB-SP - Fabric Service Provider. Valid values:
IDP
,SP
,FAB-SP
. - server
Address string - server address.
- service
Providers SystemSaml Service Provider[] - Service-Providers. The structure of
service_providers
block is documented below. - sls
Url string - SP SLS(logout) URL.
- status string
- Enable/disable SAML authentication (default = disable). disable - Disable SAML authentication. enable - Enabld SAML authentication. Valid values:
disable
,enable
. - system
Saml stringId - an identifier for the resource.
- user
Auto stringCreate - Enable/disable user auto creation (default = disable). disable - Disable auto create user. enable - Enable auto create user. Valid values:
disable
,enable
. - want
Assertions stringSigned - Enable/Disable want assertions signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- acs_
url str - SP ACS(login) URL.
- auth_
request_ strsigned - Enable/Disable auth request signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - cert str
- Certificate name.
- default_
profile str - Default Profile Name.
- dynamic_
sort_ strsubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- entity_
id str - SP entity ID.
- fabric_
idps Sequence[SystemSaml Fabric Idp Args] - Fabric-Idp. The structure of
fabric_idp
block is documented below. - forticloud_
sso str - Enable/disable FortiCloud SSO (default = disable). disable - Disable Forticloud SSO. enable - Enabld Forticloud SSO. Valid values:
disable
,enable
. - idp_
cert str - IDP Certificate name.
- idp_
entity_ strid - IDP entity ID.
- idp_
single_ strlogout_ url - IDP single logout url.
- idp_
single_ strsign_ on_ url - IDP single sign-on URL.
- login_
auto_ strredirect - Enable/Disable auto redirect to IDP login page. disable - Disable auto redirect to IDP Login Page. enable - Enable auto redirect to IDP Login Page. Valid values:
disable
,enable
. - role str
- SAML role. IDP - IDentiy Provider. SP - Service Provider. FAB-SP - Fabric Service Provider. Valid values:
IDP
,SP
,FAB-SP
. - server_
address str - server address.
- service_
providers Sequence[SystemSaml Service Provider Args] - Service-Providers. The structure of
service_providers
block is documented below. - sls_
url str - SP SLS(logout) URL.
- status str
- Enable/disable SAML authentication (default = disable). disable - Disable SAML authentication. enable - Enabld SAML authentication. Valid values:
disable
,enable
. - system_
saml_ strid - an identifier for the resource.
- user_
auto_ strcreate - Enable/disable user auto creation (default = disable). disable - Disable auto create user. enable - Enable auto create user. Valid values:
disable
,enable
. - want_
assertions_ strsigned - Enable/Disable want assertions signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
- acs
Url String - SP ACS(login) URL.
- auth
Request StringSigned - Enable/Disable auth request signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
. - cert String
- Certificate name.
- default
Profile String - Default Profile Name.
- dynamic
Sort StringSubtable - true or false, set this parameter to true when using dynamic for_each + toset to configure and sort sub-tables, please do not set this parameter when configuring static sub-tables.
- entity
Id String - SP entity ID.
- fabric
Idps List<Property Map> - Fabric-Idp. The structure of
fabric_idp
block is documented below. - forticloud
Sso String - Enable/disable FortiCloud SSO (default = disable). disable - Disable Forticloud SSO. enable - Enabld Forticloud SSO. Valid values:
disable
,enable
. - idp
Cert String - IDP Certificate name.
- idp
Entity StringId - IDP entity ID.
- idp
Single StringLogout Url - IDP single logout url.
- idp
Single StringSign On Url - IDP single sign-on URL.
- login
Auto StringRedirect - Enable/Disable auto redirect to IDP login page. disable - Disable auto redirect to IDP Login Page. enable - Enable auto redirect to IDP Login Page. Valid values:
disable
,enable
. - role String
- SAML role. IDP - IDentiy Provider. SP - Service Provider. FAB-SP - Fabric Service Provider. Valid values:
IDP
,SP
,FAB-SP
. - server
Address String - server address.
- service
Providers List<Property Map> - Service-Providers. The structure of
service_providers
block is documented below. - sls
Url String - SP SLS(logout) URL.
- status String
- Enable/disable SAML authentication (default = disable). disable - Disable SAML authentication. enable - Enabld SAML authentication. Valid values:
disable
,enable
. - system
Saml StringId - an identifier for the resource.
- user
Auto StringCreate - Enable/disable user auto creation (default = disable). disable - Disable auto create user. enable - Enable auto create user. Valid values:
disable
,enable
. - want
Assertions StringSigned - Enable/Disable want assertions signed. disable - Disable setting. enable - Enable setting. Valid values:
disable
,enable
.
Supporting Types
SystemSamlFabricIdp, SystemSamlFabricIdpArgs
- Dev
Id string - IDP Device ID.
- Idp
Cert string - IDP Certificate name.
- Idp
Entity stringId - IDP entity ID.
- Idp
Single stringLogout Url - IDP single logout url.
- Idp
Single stringSign On Url - IDP single sign-on URL.
- Idp
Status string - Enable/disable SAML authentication (default = disable). disable - Disable SAML authentication. enable - Enabld SAML authentication. Valid values:
disable
,enable
.
- Dev
Id string - IDP Device ID.
- Idp
Cert string - IDP Certificate name.
- Idp
Entity stringId - IDP entity ID.
- Idp
Single stringLogout Url - IDP single logout url.
- Idp
Single stringSign On Url - IDP single sign-on URL.
- Idp
Status string - Enable/disable SAML authentication (default = disable). disable - Disable SAML authentication. enable - Enabld SAML authentication. Valid values:
disable
,enable
.
- dev
Id String - IDP Device ID.
- idp
Cert String - IDP Certificate name.
- idp
Entity StringId - IDP entity ID.
- idp
Single StringLogout Url - IDP single logout url.
- idp
Single StringSign On Url - IDP single sign-on URL.
- idp
Status String - Enable/disable SAML authentication (default = disable). disable - Disable SAML authentication. enable - Enabld SAML authentication. Valid values:
disable
,enable
.
- dev
Id string - IDP Device ID.
- idp
Cert string - IDP Certificate name.
- idp
Entity stringId - IDP entity ID.
- idp
Single stringLogout Url - IDP single logout url.
- idp
Single stringSign On Url - IDP single sign-on URL.
- idp
Status string - Enable/disable SAML authentication (default = disable). disable - Disable SAML authentication. enable - Enabld SAML authentication. Valid values:
disable
,enable
.
- dev_
id str - IDP Device ID.
- idp_
cert str - IDP Certificate name.
- idp_
entity_ strid - IDP entity ID.
- idp_
single_ strlogout_ url - IDP single logout url.
- idp_
single_ strsign_ on_ url - IDP single sign-on URL.
- idp_
status str - Enable/disable SAML authentication (default = disable). disable - Disable SAML authentication. enable - Enabld SAML authentication. Valid values:
disable
,enable
.
- dev
Id String - IDP Device ID.
- idp
Cert String - IDP Certificate name.
- idp
Entity StringId - IDP entity ID.
- idp
Single StringLogout Url - IDP single logout url.
- idp
Single StringSign On Url - IDP single sign-on URL.
- idp
Status String - Enable/disable SAML authentication (default = disable). disable - Disable SAML authentication. enable - Enabld SAML authentication. Valid values:
disable
,enable
.
SystemSamlServiceProvider, SystemSamlServiceProviderArgs
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
Import
System Saml can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/systemSaml:SystemSaml labelname SystemSaml
$ 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.