object EnterpriseIdentityProvider
- Source
- Client.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EnterpriseIdentityProvider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def digestMethod: SelectionBuilder[EnterpriseIdentityProvider, Option[SamlDigestAlgorithm]]
The digest algorithm used to sign SAML requests for the identity provider.
- def enterprise[A](innerSelection: SelectionBuilder[Enterprise, A]): SelectionBuilder[EnterpriseIdentityProvider, Option[A]]
The enterprise this identity provider belongs to.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def externalIdentities[A](after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[ExternalIdentityConnection, A]): SelectionBuilder[EnterpriseIdentityProvider, A]
ExternalIdentities provisioned by this identity provider.
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id: SelectionBuilder[EnterpriseIdentityProvider, String]
- def idpCertificate: SelectionBuilder[EnterpriseIdentityProvider, Option[X509Certificate]]
The x509 certificate used by the identity provider to sign assertions and responses.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def issuer: SelectionBuilder[EnterpriseIdentityProvider, Option[String]]
The Issuer Entity ID for the SAML identity provider.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def recoveryCodes: SelectionBuilder[EnterpriseIdentityProvider, Option[List[String]]]
Recovery codes that can be used by admins to access the enterprise if the identity provider is unavailable.
- def signatureMethod: SelectionBuilder[EnterpriseIdentityProvider, Option[SamlSignatureAlgorithm]]
The signature algorithm used to sign SAML requests for the identity provider.
- def ssoUrl: SelectionBuilder[EnterpriseIdentityProvider, Option[URI]]
The URL endpoint for the identity provider's SAML SSO.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Caliban GitHub GraphQL API Client
Links: