Viewing docs for Nutanix v0.13.0
published on Tuesday, Apr 28, 2026 by Piers Karsenbarg
published on Tuesday, Apr 28, 2026 by Piers Karsenbarg
Viewing docs for Nutanix v0.13.0
published on Tuesday, Apr 28, 2026 by Piers Karsenbarg
published on Tuesday, Apr 28, 2026 by Piers Karsenbarg
Provides a datasource to View a SAML Identity Provider.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as nutanix from "@pierskarsenbarg/nutanix";
const idp = nutanix.getSamlIdentityProviderV2({
extId: "a2a8650a-358a-4791-90c9-7a8b6e2989d6",
});
import pulumi
import pulumi_nutanix as nutanix
idp = nutanix.get_saml_identity_provider_v2(ext_id="a2a8650a-358a-4791-90c9-7a8b6e2989d6")
package main
import (
"github.com/pierskarsenbarg/pulumi-nutanix/sdk/go/nutanix"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := nutanix.GetSamlIdentityProviderV2(ctx, &nutanix.GetSamlIdentityProviderV2Args{
ExtId: "a2a8650a-358a-4791-90c9-7a8b6e2989d6",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nutanix = PiersKarsenbarg.Nutanix;
return await Deployment.RunAsync(() =>
{
var idp = Nutanix.Index.GetSamlIdentityProviderV2.Invoke(new()
{
ExtId = "a2a8650a-358a-4791-90c9-7a8b6e2989d6",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.nutanix.NutanixFunctions;
import com.pulumi.nutanix.inputs.GetSamlIdentityProviderV2Args;
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) {
final var idp = NutanixFunctions.getSamlIdentityProviderV2(GetSamlIdentityProviderV2Args.builder()
.extId("a2a8650a-358a-4791-90c9-7a8b6e2989d6")
.build());
}
}
variables:
idp:
fn::invoke:
function: nutanix:getSamlIdentityProviderV2
arguments:
extId: a2a8650a-358a-4791-90c9-7a8b6e2989d6
Argument Reference
The following arguments are supported:
extId: - External identifier of the SAML Identity Provider.
Using getSamlIdentityProviderV2
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSamlIdentityProviderV2(args: GetSamlIdentityProviderV2Args, opts?: InvokeOptions): Promise<GetSamlIdentityProviderV2Result>
function getSamlIdentityProviderV2Output(args: GetSamlIdentityProviderV2OutputArgs, opts?: InvokeOptions): Output<GetSamlIdentityProviderV2Result>def get_saml_identity_provider_v2(ext_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSamlIdentityProviderV2Result
def get_saml_identity_provider_v2_output(ext_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSamlIdentityProviderV2Result]func GetSamlIdentityProviderV2(ctx *Context, args *GetSamlIdentityProviderV2Args, opts ...InvokeOption) (*GetSamlIdentityProviderV2Result, error)
func GetSamlIdentityProviderV2Output(ctx *Context, args *GetSamlIdentityProviderV2OutputArgs, opts ...InvokeOption) GetSamlIdentityProviderV2ResultOutput> Note: This function is named GetSamlIdentityProviderV2 in the Go SDK.
public static class GetSamlIdentityProviderV2
{
public static Task<GetSamlIdentityProviderV2Result> InvokeAsync(GetSamlIdentityProviderV2Args args, InvokeOptions? opts = null)
public static Output<GetSamlIdentityProviderV2Result> Invoke(GetSamlIdentityProviderV2InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSamlIdentityProviderV2Result> getSamlIdentityProviderV2(GetSamlIdentityProviderV2Args args, InvokeOptions options)
public static Output<GetSamlIdentityProviderV2Result> getSamlIdentityProviderV2(GetSamlIdentityProviderV2Args args, InvokeOptions options)
fn::invoke:
function: nutanix:index/getSamlIdentityProviderV2:getSamlIdentityProviderV2
arguments:
# arguments dictionaryThe following arguments are supported:
- Ext
Id string - The External Identifier of the User Group.
- Ext
Id string - The External Identifier of the User Group.
- ext
Id String - The External Identifier of the User Group.
- ext
Id string - The External Identifier of the User Group.
- ext_
id str - The External Identifier of the User Group.
- ext
Id String - The External Identifier of the User Group.
getSamlIdentityProviderV2 Result
The following output properties are available:
- Created
By string - User or Service who created the SAML Identity Provider.
- Created
Time string - Creation time of the SAML Identity Provider.
- Custom
Attributes List<string> - Email
Attribute string - Entity
Issuer string - It will be used as Issuer in SAML authnRequest.
- Ext
Id string - The External Identifier of the User Group.
- Groups
Attribute string - Groups
Delim string - Delimiter is used to split the value of attribute into multiple groups.
- Id string
- The provider-assigned unique ID for this managed resource.
- Idp
Metadatas List<PiersKarsenbarg. Nutanix. Outputs. Get Saml Identity Provider V2Idp Metadata> - Type of the User Group. LDAP (User Group belonging to a Directory Service (Open LDAP/AD)), SAML (User Group belonging to a SAML IDP.)
- Is
Signed boolAuthn Req Enabled - Flag indicating signing of SAML authnRequests.
- Last
Updated stringTime - Last updated time of the SAML Identity Provider.
- Name string
- Unique name of the IDP.
- Username
Attribute string
- Created
By string - User or Service who created the SAML Identity Provider.
- Created
Time string - Creation time of the SAML Identity Provider.
- Custom
Attributes []string - Email
Attribute string - Entity
Issuer string - It will be used as Issuer in SAML authnRequest.
- Ext
Id string - The External Identifier of the User Group.
- Groups
Attribute string - Groups
Delim string - Delimiter is used to split the value of attribute into multiple groups.
- Id string
- The provider-assigned unique ID for this managed resource.
- Idp
Metadatas []GetSaml Identity Provider V2Idp Metadata - Type of the User Group. LDAP (User Group belonging to a Directory Service (Open LDAP/AD)), SAML (User Group belonging to a SAML IDP.)
- Is
Signed boolAuthn Req Enabled - Flag indicating signing of SAML authnRequests.
- Last
Updated stringTime - Last updated time of the SAML Identity Provider.
- Name string
- Unique name of the IDP.
- Username
Attribute string
- created
By String - User or Service who created the SAML Identity Provider.
- created
Time String - Creation time of the SAML Identity Provider.
- custom
Attributes List<String> - email
Attribute String - entity
Issuer String - It will be used as Issuer in SAML authnRequest.
- ext
Id String - The External Identifier of the User Group.
- groups
Attribute String - groups
Delim String - Delimiter is used to split the value of attribute into multiple groups.
- id String
- The provider-assigned unique ID for this managed resource.
- idp
Metadatas List<GetSaml Identity Provider V2Idp Metadata> - Type of the User Group. LDAP (User Group belonging to a Directory Service (Open LDAP/AD)), SAML (User Group belonging to a SAML IDP.)
- is
Signed BooleanAuthn Req Enabled - Flag indicating signing of SAML authnRequests.
- last
Updated StringTime - Last updated time of the SAML Identity Provider.
- name String
- Unique name of the IDP.
- username
Attribute String
- created
By string - User or Service who created the SAML Identity Provider.
- created
Time string - Creation time of the SAML Identity Provider.
- custom
Attributes string[] - email
Attribute string - entity
Issuer string - It will be used as Issuer in SAML authnRequest.
- ext
Id string - The External Identifier of the User Group.
- groups
Attribute string - groups
Delim string - Delimiter is used to split the value of attribute into multiple groups.
- id string
- The provider-assigned unique ID for this managed resource.
- idp
Metadatas GetSaml Identity Provider V2Idp Metadata[] - Type of the User Group. LDAP (User Group belonging to a Directory Service (Open LDAP/AD)), SAML (User Group belonging to a SAML IDP.)
- is
Signed booleanAuthn Req Enabled - Flag indicating signing of SAML authnRequests.
- last
Updated stringTime - Last updated time of the SAML Identity Provider.
- name string
- Unique name of the IDP.
- username
Attribute string
- created_
by str - User or Service who created the SAML Identity Provider.
- created_
time str - Creation time of the SAML Identity Provider.
- custom_
attributes Sequence[str] - email_
attribute str - entity_
issuer str - It will be used as Issuer in SAML authnRequest.
- ext_
id str - The External Identifier of the User Group.
- groups_
attribute str - groups_
delim str - Delimiter is used to split the value of attribute into multiple groups.
- id str
- The provider-assigned unique ID for this managed resource.
- idp_
metadatas Sequence[GetSaml Identity Provider V2Idp Metadata] - Type of the User Group. LDAP (User Group belonging to a Directory Service (Open LDAP/AD)), SAML (User Group belonging to a SAML IDP.)
- is_
signed_ boolauthn_ req_ enabled - Flag indicating signing of SAML authnRequests.
- last_
updated_ strtime - Last updated time of the SAML Identity Provider.
- name str
- Unique name of the IDP.
- username_
attribute str
- created
By String - User or Service who created the SAML Identity Provider.
- created
Time String - Creation time of the SAML Identity Provider.
- custom
Attributes List<String> - email
Attribute String - entity
Issuer String - It will be used as Issuer in SAML authnRequest.
- ext
Id String - The External Identifier of the User Group.
- groups
Attribute String - groups
Delim String - Delimiter is used to split the value of attribute into multiple groups.
- id String
- The provider-assigned unique ID for this managed resource.
- idp
Metadatas List<Property Map> - Type of the User Group. LDAP (User Group belonging to a Directory Service (Open LDAP/AD)), SAML (User Group belonging to a SAML IDP.)
- is
Signed BooleanAuthn Req Enabled - Flag indicating signing of SAML authnRequests.
- last
Updated StringTime - Last updated time of the SAML Identity Provider.
- name String
- Unique name of the IDP.
- username
Attribute String
Supporting Types
GetSamlIdentityProviderV2IdpMetadata
- Certificate string
- Certificate for verification.
- Entity
Id string - Entity Identifier of Identity provider.
- Error
Url string - Error URL of the Identity provider.
- Login
Url string - Login URL of the Identity provider.
- Logout
Url string - Logout URL of the Identity provider.
- Name
Id stringPolicy Format - Name ID Policy format.
- supported values:
emailAddress: - Uses email address as NameID format
- Certificate string
- Certificate for verification.
- Entity
Id string - Entity Identifier of Identity provider.
- Error
Url string - Error URL of the Identity provider.
- Login
Url string - Login URL of the Identity provider.
- Logout
Url string - Logout URL of the Identity provider.
- Name
Id stringPolicy Format - Name ID Policy format.
- supported values:
emailAddress: - Uses email address as NameID format
- certificate String
- Certificate for verification.
- entity
Id String - Entity Identifier of Identity provider.
- error
Url String - Error URL of the Identity provider.
- login
Url String - Login URL of the Identity provider.
- logout
Url String - Logout URL of the Identity provider.
- name
Id StringPolicy Format - Name ID Policy format.
- supported values:
emailAddress: - Uses email address as NameID format
- certificate string
- Certificate for verification.
- entity
Id string - Entity Identifier of Identity provider.
- error
Url string - Error URL of the Identity provider.
- login
Url string - Login URL of the Identity provider.
- logout
Url string - Logout URL of the Identity provider.
- name
Id stringPolicy Format - Name ID Policy format.
- supported values:
emailAddress: - Uses email address as NameID format
- certificate str
- Certificate for verification.
- entity_
id str - Entity Identifier of Identity provider.
- error_
url str - Error URL of the Identity provider.
- login_
url str - Login URL of the Identity provider.
- logout_
url str - Logout URL of the Identity provider.
- name_
id_ strpolicy_ format - Name ID Policy format.
- supported values:
emailAddress: - Uses email address as NameID format
- certificate String
- Certificate for verification.
- entity
Id String - Entity Identifier of Identity provider.
- error
Url String - Error URL of the Identity provider.
- login
Url String - Login URL of the Identity provider.
- logout
Url String - Logout URL of the Identity provider.
- name
Id StringPolicy Format - Name ID Policy format.
- supported values:
emailAddress: - Uses email address as NameID format
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanixTerraform Provider.
Viewing docs for Nutanix v0.13.0
published on Tuesday, Apr 28, 2026 by Piers Karsenbarg
published on Tuesday, Apr 28, 2026 by Piers Karsenbarg
