Nutanix v0.10.0 published on Monday, Sep 1, 2025 by Piers Karsenbarg
nutanix.getSamlIdentityProviderV2
Start a Neo task
Explain and create a nutanix.getSamlIdentityProviderV2 resource
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: Optional[pulumi.Input[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
- Ext
Id string
- ext
Id String
- ext
Id string
- ext_
id str
- ext
Id String
getSamlIdentityProviderV2 Result
The following output properties are available:
- Created
By string - Created
Time string - Custom
Attributes List<string> - Email
Attribute string - Entity
Issuer string - Ext
Id string - Groups
Attribute string - Groups
Delim string - Id string
- The provider-assigned unique ID for this managed resource.
- Idp
Metadatas List<PiersKarsenbarg. Nutanix. Outputs. Get Saml Identity Provider V2Idp Metadata> - Is
Signed boolAuthn Req Enabled - Last
Updated stringTime - Name string
- Username
Attribute string
- Created
By string - Created
Time string - Custom
Attributes []string - Email
Attribute string - Entity
Issuer string - Ext
Id string - Groups
Attribute string - Groups
Delim string - Id string
- The provider-assigned unique ID for this managed resource.
- Idp
Metadatas []GetSaml Identity Provider V2Idp Metadata - Is
Signed boolAuthn Req Enabled - Last
Updated stringTime - Name string
- Username
Attribute string
- created
By String - created
Time String - custom
Attributes List<String> - email
Attribute String - entity
Issuer String - ext
Id String - groups
Attribute String - groups
Delim String - id String
- The provider-assigned unique ID for this managed resource.
- idp
Metadatas List<GetSaml Identity Provider V2Idp Metadata> - is
Signed BooleanAuthn Req Enabled - last
Updated StringTime - name String
- username
Attribute String
- created
By string - created
Time string - custom
Attributes string[] - email
Attribute string - entity
Issuer string - ext
Id string - groups
Attribute string - groups
Delim string - id string
- The provider-assigned unique ID for this managed resource.
- idp
Metadatas GetSaml Identity Provider V2Idp Metadata[] - is
Signed booleanAuthn Req Enabled - last
Updated stringTime - name string
- username
Attribute string
- created_
by str - created_
time str - custom_
attributes Sequence[str] - email_
attribute str - entity_
issuer str - ext_
id str - groups_
attribute str - groups_
delim str - id str
- The provider-assigned unique ID for this managed resource.
- idp_
metadatas Sequence[GetSaml Identity Provider V2Idp Metadata] - is_
signed_ boolauthn_ req_ enabled - last_
updated_ strtime - name str
- username_
attribute str
- created
By String - created
Time String - custom
Attributes List<String> - email
Attribute String - entity
Issuer String - ext
Id String - groups
Attribute String - groups
Delim String - id String
- The provider-assigned unique ID for this managed resource.
- idp
Metadatas List<Property Map> - is
Signed BooleanAuthn Req Enabled - last
Updated StringTime - name String
- username
Attribute String
Supporting Types
GetSamlIdentityProviderV2IdpMetadata
- Certificate string
- Entity
Id string - Error
Url string - Login
Url string - Logout
Url string - Name
Id stringPolicy Format
- Certificate string
- Entity
Id string - Error
Url string - Login
Url string - Logout
Url string - Name
Id stringPolicy Format
- certificate String
- entity
Id String - error
Url String - login
Url String - logout
Url String - name
Id StringPolicy Format
- certificate string
- entity
Id string - error
Url string - login
Url string - logout
Url string - name
Id stringPolicy Format
- certificate str
- entity_
id str - error_
url str - login_
url str - logout_
url str - name_
id_ strpolicy_ format
- certificate String
- entity
Id String - error
Url String - login
Url String - logout
Url String - name
Id StringPolicy Format
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanixTerraform Provider.
