attributeMapping = $attributeMapping; } /** * @return string[] */ public function getAttributeMapping() { return $this->attributeMapping; } /** * @param string */ public function setGroupPrefix($groupPrefix) { $this->groupPrefix = $groupPrefix; } /** * @return string */ public function getGroupPrefix() { return $this->groupPrefix; } /** * @param string */ public function setGroupsAttribute($groupsAttribute) { $this->groupsAttribute = $groupsAttribute; } /** * @return string */ public function getGroupsAttribute() { return $this->groupsAttribute; } /** * @param string[] */ public function setIdentityProviderCertificates($identityProviderCertificates) { $this->identityProviderCertificates = $identityProviderCertificates; } /** * @return string[] */ public function getIdentityProviderCertificates() { return $this->identityProviderCertificates; } /** * @param string */ public function setIdentityProviderId($identityProviderId) { $this->identityProviderId = $identityProviderId; } /** * @return string */ public function getIdentityProviderId() { return $this->identityProviderId; } /** * @param string */ public function setIdentityProviderSsoUri($identityProviderSsoUri) { $this->identityProviderSsoUri = $identityProviderSsoUri; } /** * @return string */ public function getIdentityProviderSsoUri() { return $this->identityProviderSsoUri; } /** * @param string */ public function setUserAttribute($userAttribute) { $this->userAttribute = $userAttribute; } /** * @return string */ public function getUserAttribute() { return $this->userAttribute; } /** * @param string */ public function setUserPrefix($userPrefix) { $this->userPrefix = $userPrefix; } /** * @return string */ public function getUserPrefix() { return $this->userPrefix; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IdentityServiceSamlConfig::class, 'Google_Service_GKEHub_IdentityServiceSamlConfig');