Input$SetEnterpriseIdentityProviderInput class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- Input$SetEnterpriseIdentityProviderInput({String? clientMutationId, required Enum$SamlDigestAlgorithm digestMethod, required String enterpriseId, required String idpCertificate, String? issuer, required Enum$SamlSignatureAlgorithm signatureMethod, required String ssoUrl})
-
Input$SetEnterpriseIdentityProviderInput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- clientMutationId → String?
-
final
- digestMethod → Enum$SamlDigestAlgorithm
-
final
- enterpriseId → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- idpCertificate → String
-
final
- issuer → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signatureMethod → Enum$SamlSignatureAlgorithm
-
final
- ssoUrl → String
-
final
Methods
-
copyWith(
{String? clientMutationId()?, Enum$SamlDigestAlgorithm? digestMethod, String? enterpriseId, String? idpCertificate, String? issuer()?, Enum$SamlSignatureAlgorithm? signatureMethod, String? ssoUrl}) → Input$SetEnterpriseIdentityProviderInput -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override