Nutanix v0.7.4 published on Friday, Mar 21, 2025 by Piers Karsenbarg
nutanix.getSamlIdentityProviderV2
Explore with Pulumi AI
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:
- Ext
Id This property is required. string
- Ext
Id This property is required. string
- ext
Id This property is required. String
- ext
Id This property is required. string
- ext_
id This property is required. str
- ext
Id This property is required. 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
This property is required. string - Entity
Id This property is required. string - Error
Url This property is required. string - Login
Url This property is required. string - Logout
Url This property is required. string - Name
Id Policy Format This property is required. string
- Certificate
This property is required. string - Entity
Id This property is required. string - Error
Url This property is required. string - Login
Url This property is required. string - Logout
Url This property is required. string - Name
Id Policy Format This property is required. string
- certificate
This property is required. String - entity
Id This property is required. String - error
Url This property is required. String - login
Url This property is required. String - logout
Url This property is required. String - name
Id Policy Format This property is required. String
- certificate
This property is required. string - entity
Id This property is required. string - error
Url This property is required. string - login
Url This property is required. string - logout
Url This property is required. string - name
Id Policy Format This property is required. string
- certificate
This property is required. str - entity_
id This property is required. str - error_
url This property is required. str - login_
url This property is required. str - logout_
url This property is required. str - name_
id_ policy_ format This property is required. str
- certificate
This property is required. String - entity
Id This property is required. String - error
Url This property is required. String - login
Url This property is required. String - logout
Url This property is required. String - name
Id Policy Format This property is required. String
Package Details
- Repository
- nutanix pierskarsenbarg/pulumi-nutanix
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
nutanix
Terraform Provider.