Interface IdentityProviderContract.UpdateStages.WithType
- All Known Subinterfaces:
IdentityProviderContract.Update
- Enclosing interface:
IdentityProviderContract.UpdateStages
public static interface IdentityProviderContract.UpdateStages.WithType
The stage of the IdentityProviderContract update allowing to specify type.
-
Method Summary
Modifier and TypeMethodDescriptionwithType(IdentityProviderType type) Specifies the type property: Identity Provider Type identifier..
-
Method Details
-
withType
Specifies the type property: Identity Provider Type identifier..- Parameters:
type- Identity Provider Type identifier.- Returns:
- the next definition stage.
-