_propDict)) { return $this->_propDict["identityProviderType"]; } else { return null; } } /** * Sets the identityProviderType * The identity provider type. For a B2B scenario, possible values: AADSignup, MicrosoftAccount, EmailOTP. Required. * * @param string $val The identityProviderType * * @return BuiltInIdentityProvider */ public function setIdentityProviderType($val) { $this->_propDict["identityProviderType"] = $val; return $this; } }