Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.cloudidentity/v1beta1.getInboundSamlSsoProfile
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets an InboundSamlSsoProfile.
Using getInboundSamlSsoProfile
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 getInboundSamlSsoProfile(args: GetInboundSamlSsoProfileArgs, opts?: InvokeOptions): Promise<GetInboundSamlSsoProfileResult>
function getInboundSamlSsoProfileOutput(args: GetInboundSamlSsoProfileOutputArgs, opts?: InvokeOptions): Output<GetInboundSamlSsoProfileResult>
def get_inbound_saml_sso_profile(inbound_saml_sso_profile_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetInboundSamlSsoProfileResult
def get_inbound_saml_sso_profile_output(inbound_saml_sso_profile_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetInboundSamlSsoProfileResult]
func LookupInboundSamlSsoProfile(ctx *Context, args *LookupInboundSamlSsoProfileArgs, opts ...InvokeOption) (*LookupInboundSamlSsoProfileResult, error)
func LookupInboundSamlSsoProfileOutput(ctx *Context, args *LookupInboundSamlSsoProfileOutputArgs, opts ...InvokeOption) LookupInboundSamlSsoProfileResultOutput
> Note: This function is named LookupInboundSamlSsoProfile
in the Go SDK.
public static class GetInboundSamlSsoProfile
{
public static Task<GetInboundSamlSsoProfileResult> InvokeAsync(GetInboundSamlSsoProfileArgs args, InvokeOptions? opts = null)
public static Output<GetInboundSamlSsoProfileResult> Invoke(GetInboundSamlSsoProfileInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetInboundSamlSsoProfileResult> getInboundSamlSsoProfile(GetInboundSamlSsoProfileArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:cloudidentity/v1beta1:getInboundSamlSsoProfile
arguments:
# arguments dictionary
The following arguments are supported:
- Inbound
Saml stringSso Profile Id
- Inbound
Saml stringSso Profile Id
- inbound
Saml StringSso Profile Id
- inbound
Saml stringSso Profile Id
- inbound
Saml StringSso Profile Id
getInboundSamlSsoProfile Result
The following output properties are available:
- Customer string
- Immutable. The customer. For example:
customers/C0123abc
. - Display
Name string - Human-readable name of the SAML SSO profile.
- Idp
Config Pulumi.Google Native. Cloud Identity. V1Beta1. Outputs. Saml Idp Config Response - SAML identity provider configuration.
- Name string
- Resource name of the SAML SSO profile.
- Sp
Config Pulumi.Google Native. Cloud Identity. V1Beta1. Outputs. Saml Sp Config Response - SAML service provider configuration for this SAML SSO profile. These are the service provider details provided by Google that should be configured on the corresponding identity provider.
- Customer string
- Immutable. The customer. For example:
customers/C0123abc
. - Display
Name string - Human-readable name of the SAML SSO profile.
- Idp
Config SamlIdp Config Response - SAML identity provider configuration.
- Name string
- Resource name of the SAML SSO profile.
- Sp
Config SamlSp Config Response - SAML service provider configuration for this SAML SSO profile. These are the service provider details provided by Google that should be configured on the corresponding identity provider.
- customer String
- Immutable. The customer. For example:
customers/C0123abc
. - display
Name String - Human-readable name of the SAML SSO profile.
- idp
Config SamlIdp Config Response - SAML identity provider configuration.
- name String
- Resource name of the SAML SSO profile.
- sp
Config SamlSp Config Response - SAML service provider configuration for this SAML SSO profile. These are the service provider details provided by Google that should be configured on the corresponding identity provider.
- customer string
- Immutable. The customer. For example:
customers/C0123abc
. - display
Name string - Human-readable name of the SAML SSO profile.
- idp
Config SamlIdp Config Response - SAML identity provider configuration.
- name string
- Resource name of the SAML SSO profile.
- sp
Config SamlSp Config Response - SAML service provider configuration for this SAML SSO profile. These are the service provider details provided by Google that should be configured on the corresponding identity provider.
- customer str
- Immutable. The customer. For example:
customers/C0123abc
. - display_
name str - Human-readable name of the SAML SSO profile.
- idp_
config SamlIdp Config Response - SAML identity provider configuration.
- name str
- Resource name of the SAML SSO profile.
- sp_
config SamlSp Config Response - SAML service provider configuration for this SAML SSO profile. These are the service provider details provided by Google that should be configured on the corresponding identity provider.
- customer String
- Immutable. The customer. For example:
customers/C0123abc
. - display
Name String - Human-readable name of the SAML SSO profile.
- idp
Config Property Map - SAML identity provider configuration.
- name String
- Resource name of the SAML SSO profile.
- sp
Config Property Map - SAML service provider configuration for this SAML SSO profile. These are the service provider details provided by Google that should be configured on the corresponding identity provider.
Supporting Types
SamlIdpConfigResponse
- Change
Password stringUri - The Change Password URL of the identity provider. Users will be sent to this URL when changing their passwords at
myaccount.google.com
. This takes precedence over the change password URL configured at customer-level. Must useHTTPS
. - Entity
Id string - The SAML Entity ID of the identity provider.
- Logout
Redirect stringUri - The Logout Redirect URL (sign-out page URL) of the identity provider. When a user clicks the sign-out link on a Google page, they will be redirected to this URL. This is a pure redirect with no attached SAML
LogoutRequest
i.e. SAML single logout is not supported. Must useHTTPS
. - Single
Sign stringOn Service Uri - The
SingleSignOnService
endpoint location (sign-in page URL) of the identity provider. This is the URL where theAuthnRequest
will be sent. Must useHTTPS
. Assumed to accept theHTTP-Redirect
binding.
- Change
Password stringUri - The Change Password URL of the identity provider. Users will be sent to this URL when changing their passwords at
myaccount.google.com
. This takes precedence over the change password URL configured at customer-level. Must useHTTPS
. - Entity
Id string - The SAML Entity ID of the identity provider.
- Logout
Redirect stringUri - The Logout Redirect URL (sign-out page URL) of the identity provider. When a user clicks the sign-out link on a Google page, they will be redirected to this URL. This is a pure redirect with no attached SAML
LogoutRequest
i.e. SAML single logout is not supported. Must useHTTPS
. - Single
Sign stringOn Service Uri - The
SingleSignOnService
endpoint location (sign-in page URL) of the identity provider. This is the URL where theAuthnRequest
will be sent. Must useHTTPS
. Assumed to accept theHTTP-Redirect
binding.
- change
Password StringUri - The Change Password URL of the identity provider. Users will be sent to this URL when changing their passwords at
myaccount.google.com
. This takes precedence over the change password URL configured at customer-level. Must useHTTPS
. - entity
Id String - The SAML Entity ID of the identity provider.
- logout
Redirect StringUri - The Logout Redirect URL (sign-out page URL) of the identity provider. When a user clicks the sign-out link on a Google page, they will be redirected to this URL. This is a pure redirect with no attached SAML
LogoutRequest
i.e. SAML single logout is not supported. Must useHTTPS
. - single
Sign StringOn Service Uri - The
SingleSignOnService
endpoint location (sign-in page URL) of the identity provider. This is the URL where theAuthnRequest
will be sent. Must useHTTPS
. Assumed to accept theHTTP-Redirect
binding.
- change
Password stringUri - The Change Password URL of the identity provider. Users will be sent to this URL when changing their passwords at
myaccount.google.com
. This takes precedence over the change password URL configured at customer-level. Must useHTTPS
. - entity
Id string - The SAML Entity ID of the identity provider.
- logout
Redirect stringUri - The Logout Redirect URL (sign-out page URL) of the identity provider. When a user clicks the sign-out link on a Google page, they will be redirected to this URL. This is a pure redirect with no attached SAML
LogoutRequest
i.e. SAML single logout is not supported. Must useHTTPS
. - single
Sign stringOn Service Uri - The
SingleSignOnService
endpoint location (sign-in page URL) of the identity provider. This is the URL where theAuthnRequest
will be sent. Must useHTTPS
. Assumed to accept theHTTP-Redirect
binding.
- change_
password_ struri - The Change Password URL of the identity provider. Users will be sent to this URL when changing their passwords at
myaccount.google.com
. This takes precedence over the change password URL configured at customer-level. Must useHTTPS
. - entity_
id str - The SAML Entity ID of the identity provider.
- logout_
redirect_ struri - The Logout Redirect URL (sign-out page URL) of the identity provider. When a user clicks the sign-out link on a Google page, they will be redirected to this URL. This is a pure redirect with no attached SAML
LogoutRequest
i.e. SAML single logout is not supported. Must useHTTPS
. - single_
sign_ stron_ service_ uri - The
SingleSignOnService
endpoint location (sign-in page URL) of the identity provider. This is the URL where theAuthnRequest
will be sent. Must useHTTPS
. Assumed to accept theHTTP-Redirect
binding.
- change
Password StringUri - The Change Password URL of the identity provider. Users will be sent to this URL when changing their passwords at
myaccount.google.com
. This takes precedence over the change password URL configured at customer-level. Must useHTTPS
. - entity
Id String - The SAML Entity ID of the identity provider.
- logout
Redirect StringUri - The Logout Redirect URL (sign-out page URL) of the identity provider. When a user clicks the sign-out link on a Google page, they will be redirected to this URL. This is a pure redirect with no attached SAML
LogoutRequest
i.e. SAML single logout is not supported. Must useHTTPS
. - single
Sign StringOn Service Uri - The
SingleSignOnService
endpoint location (sign-in page URL) of the identity provider. This is the URL where theAuthnRequest
will be sent. Must useHTTPS
. Assumed to accept theHTTP-Redirect
binding.
SamlSpConfigResponse
- Assertion
Consumer stringService Uri - The SAML Assertion Consumer Service (ACS) URL to be used for the IDP-initiated login. Assumed to accept response messages via the
HTTP-POST
binding. - Entity
Id string - The SAML Entity ID for this service provider.
- Assertion
Consumer stringService Uri - The SAML Assertion Consumer Service (ACS) URL to be used for the IDP-initiated login. Assumed to accept response messages via the
HTTP-POST
binding. - Entity
Id string - The SAML Entity ID for this service provider.
- assertion
Consumer StringService Uri - The SAML Assertion Consumer Service (ACS) URL to be used for the IDP-initiated login. Assumed to accept response messages via the
HTTP-POST
binding. - entity
Id String - The SAML Entity ID for this service provider.
- assertion
Consumer stringService Uri - The SAML Assertion Consumer Service (ACS) URL to be used for the IDP-initiated login. Assumed to accept response messages via the
HTTP-POST
binding. - entity
Id string - The SAML Entity ID for this service provider.
- assertion_
consumer_ strservice_ uri - The SAML Assertion Consumer Service (ACS) URL to be used for the IDP-initiated login. Assumed to accept response messages via the
HTTP-POST
binding. - entity_
id str - The SAML Entity ID for this service provider.
- assertion
Consumer StringService Uri - The SAML Assertion Consumer Service (ACS) URL to be used for the IDP-initiated login. Assumed to accept response messages via the
HTTP-POST
binding. - entity
Id String - The SAML Entity ID for this service provider.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi