pub struct EnterpriseIdentityProvider;
Trait Implementations§
Source§impl HasField<digestMethod> for EnterpriseIdentityProvider
impl HasField<digestMethod> for EnterpriseIdentityProvider
Source§type Type = Option<SamlDigestAlgorithm>
type Type = Option<SamlDigestAlgorithm>
The schema marker type of this field.
Source§impl HasField<enterprise> for EnterpriseIdentityProvider
impl HasField<enterprise> for EnterpriseIdentityProvider
Source§type Type = Option<Enterprise>
type Type = Option<Enterprise>
The schema marker type of this field.
Source§impl HasField<externalIdentities> for EnterpriseIdentityProvider
impl HasField<externalIdentities> for EnterpriseIdentityProvider
Source§type Type = ExternalIdentityConnection
type Type = ExternalIdentityConnection
The schema marker type of this field.
Source§impl HasField<id> for EnterpriseIdentityProvider
impl HasField<id> for EnterpriseIdentityProvider
Source§impl HasField<idpCertificate> for EnterpriseIdentityProvider
impl HasField<idpCertificate> for EnterpriseIdentityProvider
Source§type Type = Option<X509Certificate>
type Type = Option<X509Certificate>
The schema marker type of this field.
Source§impl HasField<issuer> for EnterpriseIdentityProvider
impl HasField<issuer> for EnterpriseIdentityProvider
Source§impl HasField<signatureMethod> for EnterpriseIdentityProvider
impl HasField<signatureMethod> for EnterpriseIdentityProvider
Source§type Type = Option<SamlSignatureAlgorithm>
type Type = Option<SamlSignatureAlgorithm>
The schema marker type of this field.
Source§impl HasField<ssoUrl> for EnterpriseIdentityProvider
impl HasField<ssoUrl> for EnterpriseIdentityProvider
impl HasSubtype<EnterpriseIdentityProvider> for Node
Auto Trait Implementations§
impl Freeze for EnterpriseIdentityProvider
impl RefUnwindSafe for EnterpriseIdentityProvider
impl Send for EnterpriseIdentityProvider
impl Sync for EnterpriseIdentityProvider
impl Unpin for EnterpriseIdentityProvider
impl UnwindSafe for EnterpriseIdentityProvider
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more