ibm.AppidIdpSaml
Explore with Pulumi AI
Update or reset an IBM Cloud AppID Management Services SAML IDP configuration. For more information, see SAML
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const saml = new ibm.AppidIdpSaml("saml", {
tenantId: _var.tenant_id,
isActive: true,
config: {
entityId: "https://test-saml-idp",
signInUrl: "https://test-saml-idp/login",
displayName: "%s",
encryptResponse: true,
signRequest: false,
certificates: [`MIIDNTCCAh2gAwIBAgIRAPbl3OBL5oXq47d98l2s/3IwDQYJKoZIhvcNAQELBQAw
KDEQMA4GA1UEChMHRXhhbXBsZTEUMBIGA1UEAxMLZXhhbXBsZS5jb20wHhcNMjAw
OTIxMTEyMjI1WhcNMzAwOTI5MTEyMjI1WjAoMRAwDgYDVQQKEwdFeGFtcGxlMRQw
EgYDVQQDEwtleGFtcGxlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
ggEBAJqMcqnms1XpCuKz+CIVrqppMog9aerAQEV5wY6XuvakZ/w89zrA7YX3vwgi
+0ZO9ldDBh5Wvl8Li8vDFALJc42MxxyENk4qB6zee1O+zYu1Bwynkp7nIxqyKKRd
+0tvc+WHUbPFHvXc94rajT/csHOvBRiLmABMBx/IqF1nEAG/+KAEh7+KZYbvQ6wk
OoiPZlW+B0HR/DL/uO/v1Q7eq2Z8pAVTGikHefckvolkOqiCIRZx8HDe8DxTojEm
ygiR1aeT29XV8frI3Y2C8e7vgDpuZ8nV+0JUzqi5tAfl8bUfuq/W0eng6BYk2hBD
uuS66fHb1hnW96WIaExlK6T096sCAwEAAaNaMFgwDgYDVR0PAQH/BAQDAgKkMA8G
A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3hKtk3MVXSF1H79ukO7oBVwwAkMBYG
A1UdEQQPMA2CC2V4YW1wbGUuY29tMA0GCSqGSIb3DQEBCwUAA4IBAQA9TbumFQHA
SHS6DBzzJz8GeX451AelW8UtpIuc5mRDFvTFEuNn/wMikxi+m8SQgkcuO5wfQi+0
FzLQO8DYH6fnAo1BYqooT1bt4lXflt74FnyUYbZ75yUhsddYF00FYOX6eOxrAU/U
qaPXw2N/e6S859hsUMq79/g3ES9sdNedtiwgiQv7roh4WNSvgTLh+sD32Ehl+x/I
eE80MljFLf5bfu2bQqV7C17lszGxTQWI2Xj56gLr2jcITjltcHCuBwnRDyXJkNhq
/2KRyIGAaRkkCOJAJxiz82wxkuQ8aL4sD3dctfGNu2Qe1JXHB65M1P2m0j/IcrLT
iUCoFQ0xO5VC
`],
},
});
import pulumi
import pulumi_ibm as ibm
saml = ibm.AppidIdpSaml("saml",
tenant_id=var["tenant_id"],
is_active=True,
config={
"entity_id": "https://test-saml-idp",
"sign_in_url": "https://test-saml-idp/login",
"display_name": "%s",
"encrypt_response": True,
"sign_request": False,
"certificates": ["""MIIDNTCCAh2gAwIBAgIRAPbl3OBL5oXq47d98l2s/3IwDQYJKoZIhvcNAQELBQAw
KDEQMA4GA1UEChMHRXhhbXBsZTEUMBIGA1UEAxMLZXhhbXBsZS5jb20wHhcNMjAw
OTIxMTEyMjI1WhcNMzAwOTI5MTEyMjI1WjAoMRAwDgYDVQQKEwdFeGFtcGxlMRQw
EgYDVQQDEwtleGFtcGxlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
ggEBAJqMcqnms1XpCuKz+CIVrqppMog9aerAQEV5wY6XuvakZ/w89zrA7YX3vwgi
+0ZO9ldDBh5Wvl8Li8vDFALJc42MxxyENk4qB6zee1O+zYu1Bwynkp7nIxqyKKRd
+0tvc+WHUbPFHvXc94rajT/csHOvBRiLmABMBx/IqF1nEAG/+KAEh7+KZYbvQ6wk
OoiPZlW+B0HR/DL/uO/v1Q7eq2Z8pAVTGikHefckvolkOqiCIRZx8HDe8DxTojEm
ygiR1aeT29XV8frI3Y2C8e7vgDpuZ8nV+0JUzqi5tAfl8bUfuq/W0eng6BYk2hBD
uuS66fHb1hnW96WIaExlK6T096sCAwEAAaNaMFgwDgYDVR0PAQH/BAQDAgKkMA8G
A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3hKtk3MVXSF1H79ukO7oBVwwAkMBYG
A1UdEQQPMA2CC2V4YW1wbGUuY29tMA0GCSqGSIb3DQEBCwUAA4IBAQA9TbumFQHA
SHS6DBzzJz8GeX451AelW8UtpIuc5mRDFvTFEuNn/wMikxi+m8SQgkcuO5wfQi+0
FzLQO8DYH6fnAo1BYqooT1bt4lXflt74FnyUYbZ75yUhsddYF00FYOX6eOxrAU/U
qaPXw2N/e6S859hsUMq79/g3ES9sdNedtiwgiQv7roh4WNSvgTLh+sD32Ehl+x/I
eE80MljFLf5bfu2bQqV7C17lszGxTQWI2Xj56gLr2jcITjltcHCuBwnRDyXJkNhq
/2KRyIGAaRkkCOJAJxiz82wxkuQ8aL4sD3dctfGNu2Qe1JXHB65M1P2m0j/IcrLT
iUCoFQ0xO5VC
"""],
})
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.NewAppidIdpSaml(ctx, "saml", &ibm.AppidIdpSamlArgs{
TenantId: pulumi.Any(_var.Tenant_id),
IsActive: pulumi.Bool(true),
Config: &ibm.AppidIdpSamlConfigArgs{
EntityId: pulumi.String("https://test-saml-idp"),
SignInUrl: pulumi.String("https://test-saml-idp/login"),
DisplayName: pulumi.String("%s"),
EncryptResponse: pulumi.Bool(true),
SignRequest: pulumi.Bool(false),
Certificates: pulumi.StringArray{
pulumi.String(`MIIDNTCCAh2gAwIBAgIRAPbl3OBL5oXq47d98l2s/3IwDQYJKoZIhvcNAQELBQAw
KDEQMA4GA1UEChMHRXhhbXBsZTEUMBIGA1UEAxMLZXhhbXBsZS5jb20wHhcNMjAw
OTIxMTEyMjI1WhcNMzAwOTI5MTEyMjI1WjAoMRAwDgYDVQQKEwdFeGFtcGxlMRQw
EgYDVQQDEwtleGFtcGxlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
ggEBAJqMcqnms1XpCuKz+CIVrqppMog9aerAQEV5wY6XuvakZ/w89zrA7YX3vwgi
+0ZO9ldDBh5Wvl8Li8vDFALJc42MxxyENk4qB6zee1O+zYu1Bwynkp7nIxqyKKRd
+0tvc+WHUbPFHvXc94rajT/csHOvBRiLmABMBx/IqF1nEAG/+KAEh7+KZYbvQ6wk
OoiPZlW+B0HR/DL/uO/v1Q7eq2Z8pAVTGikHefckvolkOqiCIRZx8HDe8DxTojEm
ygiR1aeT29XV8frI3Y2C8e7vgDpuZ8nV+0JUzqi5tAfl8bUfuq/W0eng6BYk2hBD
uuS66fHb1hnW96WIaExlK6T096sCAwEAAaNaMFgwDgYDVR0PAQH/BAQDAgKkMA8G
A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3hKtk3MVXSF1H79ukO7oBVwwAkMBYG
A1UdEQQPMA2CC2V4YW1wbGUuY29tMA0GCSqGSIb3DQEBCwUAA4IBAQA9TbumFQHA
SHS6DBzzJz8GeX451AelW8UtpIuc5mRDFvTFEuNn/wMikxi+m8SQgkcuO5wfQi+0
FzLQO8DYH6fnAo1BYqooT1bt4lXflt74FnyUYbZ75yUhsddYF00FYOX6eOxrAU/U
qaPXw2N/e6S859hsUMq79/g3ES9sdNedtiwgiQv7roh4WNSvgTLh+sD32Ehl+x/I
eE80MljFLf5bfu2bQqV7C17lszGxTQWI2Xj56gLr2jcITjltcHCuBwnRDyXJkNhq
/2KRyIGAaRkkCOJAJxiz82wxkuQ8aL4sD3dctfGNu2Qe1JXHB65M1P2m0j/IcrLT
iUCoFQ0xO5VC
`),
},
},
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var saml = new Ibm.AppidIdpSaml("saml", new()
{
TenantId = @var.Tenant_id,
IsActive = true,
Config = new Ibm.Inputs.AppidIdpSamlConfigArgs
{
EntityId = "https://test-saml-idp",
SignInUrl = "https://test-saml-idp/login",
DisplayName = "%s",
EncryptResponse = true,
SignRequest = false,
Certificates = new[]
{
@"MIIDNTCCAh2gAwIBAgIRAPbl3OBL5oXq47d98l2s/3IwDQYJKoZIhvcNAQELBQAw
KDEQMA4GA1UEChMHRXhhbXBsZTEUMBIGA1UEAxMLZXhhbXBsZS5jb20wHhcNMjAw
OTIxMTEyMjI1WhcNMzAwOTI5MTEyMjI1WjAoMRAwDgYDVQQKEwdFeGFtcGxlMRQw
EgYDVQQDEwtleGFtcGxlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
ggEBAJqMcqnms1XpCuKz+CIVrqppMog9aerAQEV5wY6XuvakZ/w89zrA7YX3vwgi
+0ZO9ldDBh5Wvl8Li8vDFALJc42MxxyENk4qB6zee1O+zYu1Bwynkp7nIxqyKKRd
+0tvc+WHUbPFHvXc94rajT/csHOvBRiLmABMBx/IqF1nEAG/+KAEh7+KZYbvQ6wk
OoiPZlW+B0HR/DL/uO/v1Q7eq2Z8pAVTGikHefckvolkOqiCIRZx8HDe8DxTojEm
ygiR1aeT29XV8frI3Y2C8e7vgDpuZ8nV+0JUzqi5tAfl8bUfuq/W0eng6BYk2hBD
uuS66fHb1hnW96WIaExlK6T096sCAwEAAaNaMFgwDgYDVR0PAQH/BAQDAgKkMA8G
A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3hKtk3MVXSF1H79ukO7oBVwwAkMBYG
A1UdEQQPMA2CC2V4YW1wbGUuY29tMA0GCSqGSIb3DQEBCwUAA4IBAQA9TbumFQHA
SHS6DBzzJz8GeX451AelW8UtpIuc5mRDFvTFEuNn/wMikxi+m8SQgkcuO5wfQi+0
FzLQO8DYH6fnAo1BYqooT1bt4lXflt74FnyUYbZ75yUhsddYF00FYOX6eOxrAU/U
qaPXw2N/e6S859hsUMq79/g3ES9sdNedtiwgiQv7roh4WNSvgTLh+sD32Ehl+x/I
eE80MljFLf5bfu2bQqV7C17lszGxTQWI2Xj56gLr2jcITjltcHCuBwnRDyXJkNhq
/2KRyIGAaRkkCOJAJxiz82wxkuQ8aL4sD3dctfGNu2Qe1JXHB65M1P2m0j/IcrLT
iUCoFQ0xO5VC
",
},
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.AppidIdpSaml;
import com.pulumi.ibm.AppidIdpSamlArgs;
import com.pulumi.ibm.inputs.AppidIdpSamlConfigArgs;
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 saml = new AppidIdpSaml("saml", AppidIdpSamlArgs.builder()
.tenantId(var_.tenant_id())
.isActive(true)
.config(AppidIdpSamlConfigArgs.builder()
.entityId("https://test-saml-idp")
.signInUrl("https://test-saml-idp/login")
.displayName("%s")
.encryptResponse(true)
.signRequest(false)
.certificates("""
MIIDNTCCAh2gAwIBAgIRAPbl3OBL5oXq47d98l2s/3IwDQYJKoZIhvcNAQELBQAw
KDEQMA4GA1UEChMHRXhhbXBsZTEUMBIGA1UEAxMLZXhhbXBsZS5jb20wHhcNMjAw
OTIxMTEyMjI1WhcNMzAwOTI5MTEyMjI1WjAoMRAwDgYDVQQKEwdFeGFtcGxlMRQw
EgYDVQQDEwtleGFtcGxlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
ggEBAJqMcqnms1XpCuKz+CIVrqppMog9aerAQEV5wY6XuvakZ/w89zrA7YX3vwgi
+0ZO9ldDBh5Wvl8Li8vDFALJc42MxxyENk4qB6zee1O+zYu1Bwynkp7nIxqyKKRd
+0tvc+WHUbPFHvXc94rajT/csHOvBRiLmABMBx/IqF1nEAG/+KAEh7+KZYbvQ6wk
OoiPZlW+B0HR/DL/uO/v1Q7eq2Z8pAVTGikHefckvolkOqiCIRZx8HDe8DxTojEm
ygiR1aeT29XV8frI3Y2C8e7vgDpuZ8nV+0JUzqi5tAfl8bUfuq/W0eng6BYk2hBD
uuS66fHb1hnW96WIaExlK6T096sCAwEAAaNaMFgwDgYDVR0PAQH/BAQDAgKkMA8G
A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3hKtk3MVXSF1H79ukO7oBVwwAkMBYG
A1UdEQQPMA2CC2V4YW1wbGUuY29tMA0GCSqGSIb3DQEBCwUAA4IBAQA9TbumFQHA
SHS6DBzzJz8GeX451AelW8UtpIuc5mRDFvTFEuNn/wMikxi+m8SQgkcuO5wfQi+0
FzLQO8DYH6fnAo1BYqooT1bt4lXflt74FnyUYbZ75yUhsddYF00FYOX6eOxrAU/U
qaPXw2N/e6S859hsUMq79/g3ES9sdNedtiwgiQv7roh4WNSvgTLh+sD32Ehl+x/I
eE80MljFLf5bfu2bQqV7C17lszGxTQWI2Xj56gLr2jcITjltcHCuBwnRDyXJkNhq
/2KRyIGAaRkkCOJAJxiz82wxkuQ8aL4sD3dctfGNu2Qe1JXHB65M1P2m0j/IcrLT
iUCoFQ0xO5VC
""")
.build())
.build());
}
}
resources:
saml:
type: ibm:AppidIdpSaml
properties:
tenantId: ${var.tenant_id}
isActive: true
config:
entityId: https://test-saml-idp
signInUrl: https://test-saml-idp/login
displayName: '%s'
encryptResponse: true
signRequest: false
certificates:
- |
MIIDNTCCAh2gAwIBAgIRAPbl3OBL5oXq47d98l2s/3IwDQYJKoZIhvcNAQELBQAw
KDEQMA4GA1UEChMHRXhhbXBsZTEUMBIGA1UEAxMLZXhhbXBsZS5jb20wHhcNMjAw
OTIxMTEyMjI1WhcNMzAwOTI5MTEyMjI1WjAoMRAwDgYDVQQKEwdFeGFtcGxlMRQw
EgYDVQQDEwtleGFtcGxlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC
ggEBAJqMcqnms1XpCuKz+CIVrqppMog9aerAQEV5wY6XuvakZ/w89zrA7YX3vwgi
+0ZO9ldDBh5Wvl8Li8vDFALJc42MxxyENk4qB6zee1O+zYu1Bwynkp7nIxqyKKRd
+0tvc+WHUbPFHvXc94rajT/csHOvBRiLmABMBx/IqF1nEAG/+KAEh7+KZYbvQ6wk
OoiPZlW+B0HR/DL/uO/v1Q7eq2Z8pAVTGikHefckvolkOqiCIRZx8HDe8DxTojEm
ygiR1aeT29XV8frI3Y2C8e7vgDpuZ8nV+0JUzqi5tAfl8bUfuq/W0eng6BYk2hBD
uuS66fHb1hnW96WIaExlK6T096sCAwEAAaNaMFgwDgYDVR0PAQH/BAQDAgKkMA8G
A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3hKtk3MVXSF1H79ukO7oBVwwAkMBYG
A1UdEQQPMA2CC2V4YW1wbGUuY29tMA0GCSqGSIb3DQEBCwUAA4IBAQA9TbumFQHA
SHS6DBzzJz8GeX451AelW8UtpIuc5mRDFvTFEuNn/wMikxi+m8SQgkcuO5wfQi+0
FzLQO8DYH6fnAo1BYqooT1bt4lXflt74FnyUYbZ75yUhsddYF00FYOX6eOxrAU/U
qaPXw2N/e6S859hsUMq79/g3ES9sdNedtiwgiQv7roh4WNSvgTLh+sD32Ehl+x/I
eE80MljFLf5bfu2bQqV7C17lszGxTQWI2Xj56gLr2jcITjltcHCuBwnRDyXJkNhq
/2KRyIGAaRkkCOJAJxiz82wxkuQ8aL4sD3dctfGNu2Qe1JXHB65M1P2m0j/IcrLT
iUCoFQ0xO5VC
Create AppidIdpSaml Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AppidIdpSaml(name: string, args: AppidIdpSamlArgs, opts?: CustomResourceOptions);
@overload
def AppidIdpSaml(resource_name: str,
args: AppidIdpSamlArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AppidIdpSaml(resource_name: str,
opts: Optional[ResourceOptions] = None,
is_active: Optional[bool] = None,
tenant_id: Optional[str] = None,
appid_idp_saml_id: Optional[str] = None,
config: Optional[AppidIdpSamlConfigArgs] = None)
func NewAppidIdpSaml(ctx *Context, name string, args AppidIdpSamlArgs, opts ...ResourceOption) (*AppidIdpSaml, error)
public AppidIdpSaml(string name, AppidIdpSamlArgs args, CustomResourceOptions? opts = null)
public AppidIdpSaml(String name, AppidIdpSamlArgs args)
public AppidIdpSaml(String name, AppidIdpSamlArgs args, CustomResourceOptions options)
type: ibm:AppidIdpSaml
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 AppidIdpSamlArgs
- 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 AppidIdpSamlArgs
- 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 AppidIdpSamlArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AppidIdpSamlArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AppidIdpSamlArgs
- 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 appidIdpSamlResource = new Ibm.AppidIdpSaml("appidIdpSamlResource", new()
{
IsActive = false,
TenantId = "string",
AppidIdpSamlId = "string",
Config = new Ibm.Inputs.AppidIdpSamlConfigArgs
{
Certificates = new[]
{
"string",
},
EntityId = "string",
SignInUrl = "string",
AuthnContext = new Ibm.Inputs.AppidIdpSamlConfigAuthnContextArgs
{
Classes = new[]
{
"string",
},
Comparison = "string",
},
DisplayName = "string",
EncryptResponse = false,
IncludeScoping = false,
SignRequest = false,
},
});
example, err := ibm.NewAppidIdpSaml(ctx, "appidIdpSamlResource", &ibm.AppidIdpSamlArgs{
IsActive: pulumi.Bool(false),
TenantId: pulumi.String("string"),
AppidIdpSamlId: pulumi.String("string"),
Config: &ibm.AppidIdpSamlConfigArgs{
Certificates: pulumi.StringArray{
pulumi.String("string"),
},
EntityId: pulumi.String("string"),
SignInUrl: pulumi.String("string"),
AuthnContext: &ibm.AppidIdpSamlConfigAuthnContextArgs{
Classes: pulumi.StringArray{
pulumi.String("string"),
},
Comparison: pulumi.String("string"),
},
DisplayName: pulumi.String("string"),
EncryptResponse: pulumi.Bool(false),
IncludeScoping: pulumi.Bool(false),
SignRequest: pulumi.Bool(false),
},
})
var appidIdpSamlResource = new AppidIdpSaml("appidIdpSamlResource", AppidIdpSamlArgs.builder()
.isActive(false)
.tenantId("string")
.appidIdpSamlId("string")
.config(AppidIdpSamlConfigArgs.builder()
.certificates("string")
.entityId("string")
.signInUrl("string")
.authnContext(AppidIdpSamlConfigAuthnContextArgs.builder()
.classes("string")
.comparison("string")
.build())
.displayName("string")
.encryptResponse(false)
.includeScoping(false)
.signRequest(false)
.build())
.build());
appid_idp_saml_resource = ibm.AppidIdpSaml("appidIdpSamlResource",
is_active=False,
tenant_id="string",
appid_idp_saml_id="string",
config={
"certificates": ["string"],
"entity_id": "string",
"sign_in_url": "string",
"authn_context": {
"classes": ["string"],
"comparison": "string",
},
"display_name": "string",
"encrypt_response": False,
"include_scoping": False,
"sign_request": False,
})
const appidIdpSamlResource = new ibm.AppidIdpSaml("appidIdpSamlResource", {
isActive: false,
tenantId: "string",
appidIdpSamlId: "string",
config: {
certificates: ["string"],
entityId: "string",
signInUrl: "string",
authnContext: {
classes: ["string"],
comparison: "string",
},
displayName: "string",
encryptResponse: false,
includeScoping: false,
signRequest: false,
},
});
type: ibm:AppidIdpSaml
properties:
appidIdpSamlId: string
config:
authnContext:
classes:
- string
comparison: string
certificates:
- string
displayName: string
encryptResponse: false
entityId: string
includeScoping: false
signInUrl: string
signRequest: false
isActive: false
tenantId: string
AppidIdpSaml 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 AppidIdpSaml resource accepts the following input properties:
- Is
Active bool - SAML IDP activation
- Tenant
Id string - The AppID instance GUID
- Appid
Idp stringSaml Id - Config
Appid
Idp Saml Config SAML IDP configuration
Nested scheme for
config
:
- Is
Active bool - SAML IDP activation
- Tenant
Id string - The AppID instance GUID
- Appid
Idp stringSaml Id - Config
Appid
Idp Saml Config Args SAML IDP configuration
Nested scheme for
config
:
- is
Active Boolean - SAML IDP activation
- tenant
Id String - The AppID instance GUID
- appid
Idp StringSaml Id - config
Appid
Idp Saml Config SAML IDP configuration
Nested scheme for
config
:
- is
Active boolean - SAML IDP activation
- tenant
Id string - The AppID instance GUID
- appid
Idp stringSaml Id - config
Appid
Idp Saml Config SAML IDP configuration
Nested scheme for
config
:
- is_
active bool - SAML IDP activation
- tenant_
id str - The AppID instance GUID
- appid_
idp_ strsaml_ id - config
Appid
Idp Saml Config Args SAML IDP configuration
Nested scheme for
config
:
- is
Active Boolean - SAML IDP activation
- tenant
Id String - The AppID instance GUID
- appid
Idp StringSaml Id - config Property Map
SAML IDP configuration
Nested scheme for
config
:
Outputs
All input properties are implicitly available as output properties. Additionally, the AppidIdpSaml 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 AppidIdpSaml Resource
Get an existing AppidIdpSaml 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?: AppidIdpSamlState, opts?: CustomResourceOptions): AppidIdpSaml
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
appid_idp_saml_id: Optional[str] = None,
config: Optional[AppidIdpSamlConfigArgs] = None,
is_active: Optional[bool] = None,
tenant_id: Optional[str] = None) -> AppidIdpSaml
func GetAppidIdpSaml(ctx *Context, name string, id IDInput, state *AppidIdpSamlState, opts ...ResourceOption) (*AppidIdpSaml, error)
public static AppidIdpSaml Get(string name, Input<string> id, AppidIdpSamlState? state, CustomResourceOptions? opts = null)
public static AppidIdpSaml get(String name, Output<String> id, AppidIdpSamlState state, CustomResourceOptions options)
resources: _: type: ibm:AppidIdpSaml 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.
- Appid
Idp stringSaml Id - Config
Appid
Idp Saml Config SAML IDP configuration
Nested scheme for
config
:- Is
Active bool - SAML IDP activation
- Tenant
Id string - The AppID instance GUID
- Appid
Idp stringSaml Id - Config
Appid
Idp Saml Config Args SAML IDP configuration
Nested scheme for
config
:- Is
Active bool - SAML IDP activation
- Tenant
Id string - The AppID instance GUID
- appid
Idp StringSaml Id - config
Appid
Idp Saml Config SAML IDP configuration
Nested scheme for
config
:- is
Active Boolean - SAML IDP activation
- tenant
Id String - The AppID instance GUID
- appid
Idp stringSaml Id - config
Appid
Idp Saml Config SAML IDP configuration
Nested scheme for
config
:- is
Active boolean - SAML IDP activation
- tenant
Id string - The AppID instance GUID
- appid_
idp_ strsaml_ id - config
Appid
Idp Saml Config Args SAML IDP configuration
Nested scheme for
config
:- is_
active bool - SAML IDP activation
- tenant_
id str - The AppID instance GUID
- appid
Idp StringSaml Id - config Property Map
SAML IDP configuration
Nested scheme for
config
:- is
Active Boolean - SAML IDP activation
- tenant
Id String - The AppID instance GUID
Supporting Types
AppidIdpSamlConfig, AppidIdpSamlConfigArgs
- Certificates List<string>
- List of certificates, primary and optional secondary
- Entity
Id string - Unique name for an Identity Provider
- Sign
In stringUrl - SAML SSO url
- Authn
Context AppidIdp Saml Config Authn Context SAML authNContext configuration
Nested scheme for
authn_context
:class
- (List of String) List ofauthnContext
classescomparison
- (String) Allowed values:exact
,maximum
,minimum
,better
- Display
Name string - Optional provider name
- Encrypt
Response bool true
if SAML responses should be encrypted- Include
Scoping bool true
if scopes are included- Sign
Request bool true
if SAML requests should be signed
- Certificates []string
- List of certificates, primary and optional secondary
- Entity
Id string - Unique name for an Identity Provider
- Sign
In stringUrl - SAML SSO url
- Authn
Context AppidIdp Saml Config Authn Context SAML authNContext configuration
Nested scheme for
authn_context
:class
- (List of String) List ofauthnContext
classescomparison
- (String) Allowed values:exact
,maximum
,minimum
,better
- Display
Name string - Optional provider name
- Encrypt
Response bool true
if SAML responses should be encrypted- Include
Scoping bool true
if scopes are included- Sign
Request bool true
if SAML requests should be signed
- certificates List<String>
- List of certificates, primary and optional secondary
- entity
Id String - Unique name for an Identity Provider
- sign
In StringUrl - SAML SSO url
- authn
Context AppidIdp Saml Config Authn Context SAML authNContext configuration
Nested scheme for
authn_context
:class
- (List of String) List ofauthnContext
classescomparison
- (String) Allowed values:exact
,maximum
,minimum
,better
- display
Name String - Optional provider name
- encrypt
Response Boolean true
if SAML responses should be encrypted- include
Scoping Boolean true
if scopes are included- sign
Request Boolean true
if SAML requests should be signed
- certificates string[]
- List of certificates, primary and optional secondary
- entity
Id string - Unique name for an Identity Provider
- sign
In stringUrl - SAML SSO url
- authn
Context AppidIdp Saml Config Authn Context SAML authNContext configuration
Nested scheme for
authn_context
:class
- (List of String) List ofauthnContext
classescomparison
- (String) Allowed values:exact
,maximum
,minimum
,better
- display
Name string - Optional provider name
- encrypt
Response boolean true
if SAML responses should be encrypted- include
Scoping boolean true
if scopes are included- sign
Request boolean true
if SAML requests should be signed
- certificates Sequence[str]
- List of certificates, primary and optional secondary
- entity_
id str - Unique name for an Identity Provider
- sign_
in_ strurl - SAML SSO url
- authn_
context AppidIdp Saml Config Authn Context SAML authNContext configuration
Nested scheme for
authn_context
:class
- (List of String) List ofauthnContext
classescomparison
- (String) Allowed values:exact
,maximum
,minimum
,better
- display_
name str - Optional provider name
- encrypt_
response bool true
if SAML responses should be encrypted- include_
scoping bool true
if scopes are included- sign_
request bool true
if SAML requests should be signed
- certificates List<String>
- List of certificates, primary and optional secondary
- entity
Id String - Unique name for an Identity Provider
- sign
In StringUrl - SAML SSO url
- authn
Context Property Map SAML authNContext configuration
Nested scheme for
authn_context
:class
- (List of String) List ofauthnContext
classescomparison
- (String) Allowed values:exact
,maximum
,minimum
,better
- display
Name String - Optional provider name
- encrypt
Response Boolean true
if SAML responses should be encrypted- include
Scoping Boolean true
if scopes are included- sign
Request Boolean true
if SAML requests should be signed
AppidIdpSamlConfigAuthnContext, AppidIdpSamlConfigAuthnContextArgs
- Classes List<string>
- List of
authnContext
classes - Comparison string
- Classes []string
- List of
authnContext
classes - Comparison string
- classes List<String>
- List of
authnContext
classes - comparison String
- classes string[]
- List of
authnContext
classes - comparison string
- classes Sequence[str]
- List of
authnContext
classes - comparison str
- classes List<String>
- List of
authnContext
classes - comparison String
Import
The ibm_appid_idp_saml
resource can be imported by using the AppID tenant ID.
Syntax
bash
$ pulumi import ibm:index/appidIdpSaml:AppidIdpSaml saml <tenant_id>
Example
bash
$ pulumi import ibm:index/appidIdpSaml:AppidIdpSaml saml 5fa344a8-d361-4bc2-9051-58ca253f4b2b
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.