cyral 4.16.3 published on Monday, Apr 14, 2025 by cyralinc
cyral.getIntegrationIdp
Explore with Pulumi AI
DEPRECATED Use resource and data source
cyral.IntegrationIdpSaml
instead.
Using getIntegrationIdp
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 getIntegrationIdp(args: GetIntegrationIdpArgs, opts?: InvokeOptions): Promise<GetIntegrationIdpResult>
function getIntegrationIdpOutput(args: GetIntegrationIdpOutputArgs, opts?: InvokeOptions): Output<GetIntegrationIdpResult>
def get_integration_idp(display_name: Optional[str] = None,
id: Optional[str] = None,
type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIntegrationIdpResult
def get_integration_idp_output(display_name: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationIdpResult]
func GetIntegrationIdp(ctx *Context, args *GetIntegrationIdpArgs, opts ...InvokeOption) (*GetIntegrationIdpResult, error)
func GetIntegrationIdpOutput(ctx *Context, args *GetIntegrationIdpOutputArgs, opts ...InvokeOption) GetIntegrationIdpResultOutput
> Note: This function is named GetIntegrationIdp
in the Go SDK.
public static class GetIntegrationIdp
{
public static Task<GetIntegrationIdpResult> InvokeAsync(GetIntegrationIdpArgs args, InvokeOptions? opts = null)
public static Output<GetIntegrationIdpResult> Invoke(GetIntegrationIdpInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIntegrationIdpResult> getIntegrationIdp(GetIntegrationIdpArgs args, InvokeOptions options)
public static Output<GetIntegrationIdpResult> getIntegrationIdp(GetIntegrationIdpArgs args, InvokeOptions options)
fn::invoke:
function: cyral:index/getIntegrationIdp:getIntegrationIdp
arguments:
# arguments dictionary
The following arguments are supported:
- Display
Name string - Filter results by the name of an existing IdP integration.
- Id string
- The ID of this resource.
- Type string
- Filter results by the IdP integration type.
- Display
Name string - Filter results by the name of an existing IdP integration.
- Id string
- The ID of this resource.
- Type string
- Filter results by the IdP integration type.
- display
Name String - Filter results by the name of an existing IdP integration.
- id String
- The ID of this resource.
- type String
- Filter results by the IdP integration type.
- display
Name string - Filter results by the name of an existing IdP integration.
- id string
- The ID of this resource.
- type string
- Filter results by the IdP integration type.
- display_
name str - Filter results by the name of an existing IdP integration.
- id str
- The ID of this resource.
- type str
- Filter results by the IdP integration type.
- display
Name String - Filter results by the name of an existing IdP integration.
- id String
- The ID of this resource.
- type String
- Filter results by the IdP integration type.
getIntegrationIdp Result
The following output properties are available:
- Id string
- The ID of this resource.
- Idp
Lists List<GetIntegration Idp Idp List> - List of existing IdP integrations for the given filter criteria.
- Display
Name string - Filter results by the name of an existing IdP integration.
- Type string
- Filter results by the IdP integration type.
- Id string
- The ID of this resource.
- Idp
Lists []GetIntegration Idp Idp List - List of existing IdP integrations for the given filter criteria.
- Display
Name string - Filter results by the name of an existing IdP integration.
- Type string
- Filter results by the IdP integration type.
- id String
- The ID of this resource.
- idp
Lists List<GetIntegration Idp Idp List> - List of existing IdP integrations for the given filter criteria.
- display
Name String - Filter results by the name of an existing IdP integration.
- type String
- Filter results by the IdP integration type.
- id string
- The ID of this resource.
- idp
Lists GetIntegration Idp Idp List[] - List of existing IdP integrations for the given filter criteria.
- display
Name string - Filter results by the name of an existing IdP integration.
- type string
- Filter results by the IdP integration type.
- id str
- The ID of this resource.
- idp_
lists Sequence[GetIntegration Idp Idp List] - List of existing IdP integrations for the given filter criteria.
- display_
name str - Filter results by the name of an existing IdP integration.
- type str
- Filter results by the IdP integration type.
- id String
- The ID of this resource.
- idp
Lists List<Property Map> - List of existing IdP integrations for the given filter criteria.
- display
Name String - Filter results by the name of an existing IdP integration.
- type String
- Filter results by the IdP integration type.
Supporting Types
GetIntegrationIdpIdpList
- Alias string
- Display
Name string - Enabled bool
- Single
Sign stringOn Service Url
- Alias string
- Display
Name string - Enabled bool
- Single
Sign stringOn Service Url
- alias String
- display
Name String - enabled Boolean
- single
Sign StringOn Service Url
- alias string
- display
Name string - enabled boolean
- single
Sign stringOn Service Url
- alias str
- display_
name str - enabled bool
- single_
sign_ stron_ service_ url
- alias String
- display
Name String - enabled Boolean
- single
Sign StringOn Service Url
Package Details
- Repository
- cyral cyralinc/terraform-provider-cyral
- License
- Notes
- This Pulumi package is based on the
cyral
Terraform Provider.