1. Packages
  2. Nutanix
  3. API Docs
  4. getSamlIdentityProviderV2
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

nutanix.getSamlIdentityProviderV2

Explore with Pulumi AI

nutanix logo
Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg

    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 dictionary

    The following arguments are supported:

    ExtId string
    ExtId string
    extId String
    extId string
    ext_id str
    extId String

    getSamlIdentityProviderV2 Result

    The following output properties are available:

    CreatedBy string
    CreatedTime string
    CustomAttributes []string
    EmailAttribute string
    EntityIssuer string
    ExtId string
    GroupsAttribute string
    GroupsDelim string
    Id string
    The provider-assigned unique ID for this managed resource.
    IdpMetadatas []GetSamlIdentityProviderV2IdpMetadata
    IsSignedAuthnReqEnabled bool
    LastUpdatedTime string
    Name string
    UsernameAttribute string
    createdBy String
    createdTime String
    customAttributes List<String>
    emailAttribute String
    entityIssuer String
    extId String
    groupsAttribute String
    groupsDelim String
    id String
    The provider-assigned unique ID for this managed resource.
    idpMetadatas List<GetSamlIdentityProviderV2IdpMetadata>
    isSignedAuthnReqEnabled Boolean
    lastUpdatedTime String
    name String
    usernameAttribute String
    createdBy string
    createdTime string
    customAttributes string[]
    emailAttribute string
    entityIssuer string
    extId string
    groupsAttribute string
    groupsDelim string
    id string
    The provider-assigned unique ID for this managed resource.
    idpMetadatas GetSamlIdentityProviderV2IdpMetadata[]
    isSignedAuthnReqEnabled boolean
    lastUpdatedTime string
    name string
    usernameAttribute string
    createdBy String
    createdTime String
    customAttributes List<String>
    emailAttribute String
    entityIssuer String
    extId String
    groupsAttribute String
    groupsDelim String
    id String
    The provider-assigned unique ID for this managed resource.
    idpMetadatas List<Property Map>
    isSignedAuthnReqEnabled Boolean
    lastUpdatedTime String
    name String
    usernameAttribute String

    Supporting Types

    GetSamlIdentityProviderV2IdpMetadata

    Certificate string
    EntityId string
    ErrorUrl string
    LoginUrl string
    LogoutUrl string
    NameIdPolicyFormat string
    Certificate string
    EntityId string
    ErrorUrl string
    LoginUrl string
    LogoutUrl string
    NameIdPolicyFormat string
    certificate String
    entityId String
    errorUrl String
    loginUrl String
    logoutUrl String
    nameIdPolicyFormat String
    certificate string
    entityId string
    errorUrl string
    loginUrl string
    logoutUrl string
    nameIdPolicyFormat string
    certificate String
    entityId String
    errorUrl String
    loginUrl String
    logoutUrl String
    nameIdPolicyFormat String

    Package Details

    Repository
    nutanix pierskarsenbarg/pulumi-nutanix
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the nutanix Terraform Provider.
    nutanix logo
    Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg